COLOR #DCEBD7

HEX: #DCEBD7
RGB: (220,235,215)

Color info

#DCEBD7 contains red, green and blue colors in about the same proportion. Web safe color of #DCEBD7 is #CCFFCC (or #CFC).

RGB color model

#DCEBD7 color RGB value is (220,235,215).

  • red value is 220;
  • green value is 235;
  • blue value is 215.
RGB:
(220,235,215)
(86%,92%,84%)

RGB channels and saturation

R 220 of 255 = 86%
G 235 of 255 = 92%
B 215 of 255 = 84%

220
235
215

R + G + B ~ 87%. #DCEBD7 is light color.

Portions of RGB colors in percentages

R + G + B =
220 + 235 + 215 = 670 (100%)
R 220 of 670 ~ 32.84%
G 235 of 670 ~ 35.07%
B 215 of 670 ~ 32.09%

%32.84
%35.07
%32.09

CMYK color model

#DCEBD7 color CMYK value is (6,0,9,8).

  • cyan value is 6.38%
  • magenta value is 0.00%
  • yellow value is 8.51%
  • key color value is 7.84%
CMYK:
(6,0,9,8)
C6M0Y9K8 
(6%,0%,9%,8%)
(0.06/0.00/0.09/0.08)	

CMYK percentages

%6.38
%0
%8.51
%7.84

Codes

Color #DCEBD7 in popluar color models

DCEBD7
RGB220235215
HSL105°33.33%88.24%
HSB/HSV105°8.51%92.16%
CMYK6.38%0.00%8.51%
7.84%

Color #DCEBD7 in popluar number systems.

HEXDCEBD7
Decimal220235215
Binary110111001110101111010111
Octal334353327

Shades and tints

Shades of #DCEBD7

#DCEBD7
(220,235,215)
#C8D6C4
(200,214,196)
#B4C1B1
(180,193,177)
#A0AC9E
(160,172,158)
#8C978B
(140,151,139)
#788278
(120,130,120)
#646D65
(100,109,101)
#505852
(80,88,82)
#3C433F
(60,67,63)
#282E2C
(40,46,44)
#141919
(20,25,25)
#000000
(0,0,0)

Tints of #DCEBD7

#DCEBD7
(220,235,215)
#DFECDA
(223,236,218)
#E2EDDD
(226,237,221)
#E5EEE0
(229,238,224)
#E8EFE3
(232,239,227)
#EBF0E6
(235,240,230)
#EEF1E9
(238,241,233)
#F1F2EC
(241,242,236)
#F4F3EF
(244,243,239)
#F7F4F2
(247,244,242)
#FAF5F5
(250,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCEBD7 color. Also use rgb(220,235,215) instead hex code.

Text Font Color

.myTextColor { color: #DCEBD7; }

<p style="color:#DCEBD7">This sample text font color is #DCEBD7.</p>

This text font color is #DCEBD7.


Background Color

.myBgColor { background-color: #DCEBD7; }

<div style="background-color:#DCEBD7">Inner text</div>

This div background color is #DCEBD7.


Border color

.myBorderColor { border: 1px solid #DCEBD7; }

<div style="border:3px solid #DCEBD7">Div</div>

This div border color is #DCEBD7.


Opacity

.myOpacity80 { color: #DCEBD7; opacity: 0.8; }

<p style="color:#DCEBD7;opacity:0.8;">80%</p>

Text with #DCEBD7 color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #DCEBD7;}

<p style="text-shadow: 3px 3px 1px #DCEBD7">Text here.</p>

This text has shadow with #DCEBD7 color.

.textShadow {text-shadow: 3px 3px 1px #DCEBD7, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #DCEBD7, 5px 5px 20px red">Text here.</p>

This text has shadow with #DCEBD7 primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#DCEBD7, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#DCEBD7, Direction=45, Strength=4)">Text</p>

This text has shadow with #DCEBD7 and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #DCEBD7;
  -webkit-box-shadow:	1px 1px 3px 2px #DCEBD7;
  box-shadow:		1px 1px 3px 2px #DCEBD7;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #DCEBD7;
-webkit-box-shadow: 1px 1px 3px 2px #DCEBD7;
box-shadow:1px 1px 3px 2px #DCEBD7;">
Div content here</div>
This div box has shadow with color #DCEBD7.

Preview

Color preview on black background

This text has color #DCEBD7 on black background.


Color preview on white background

This text has color #DCEBD7 on white background.



Black color preview on #DCEBD7 background

This text has black color on #DCEBD7 background.


White color preview on #DCEBD7 background

This text has white color on #DCEBD7 background.