COLOR #DCEBC9

HEX: #DCEBC9 RGB: (220,235,201)

Color info

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

RGB color model

#DCEBC9 color RGB value is (220,235,201).

RGB: (220,235,201) (86%, 92%, 79%)

RGB channels and saturation

R 220 of 255 = 86%
G 235 of 255 = 92%
B 201 of 255 = 79%

220
235
201

R + G + B ~ 86%. #DCEBC9 is light color.

Portions of RGB colors in percentages

R + G + B = 220 + 235 + 201 = 656 (100%)
R 220 of 656 ~ 33.54%
G 235 of 656 ~ 35.82%
B 201 of 656 ~ 30.64'%

%33.54
%35.82
%30.64

CMYK color model

#DCEBC9 color CMYK value is (6,0,14,8).

  • cyan value is 6.38%
  • magenta value is 0.00%
  • yellow value is 14.47%
  • key color value is 7.84%
CMYK: (6,0,14,8) C6M0Y14K8 (6%,0%,14%,8%) (0.06/0.00/0.14/0.08) 

CMYK percentages

%6.38
%0
%14.47
%7.84

Codes

Color #DCEBC9 in popluar color models

DC EB C9
RGB 220 235 201
HSL 86° 45.95% 85.49%
HSB/HSV 86° 14.47% 92.16%
CMYK 6.38% 0.00% 14.47%
7.84%

Color #DCEBC9 in popluar number systems.

HEX DC EB C9
Decimal 220 235 201
Binary 11011100 11101011 11001001
Octal 334 353 311

Shades and tints

Shades of #DCEBC9

#DCEBC9
(220,235,201)
#C8D6B7
(200,214,183)
#B4C1A5
(180,193,165)
#A0AC93
(160,172,147)
#8C9781
(140,151,129)
#78826F
(120,130,111)
#646D5D
(100,109,93)
#50584B
(80,88,75)
#3C4339
(60,67,57)
#282E27
(40,46,39)
#141915
(20,25,21)
#000000
(0,0,0)

Tints of #DCEBC9

#DCEBC9
(220,235,201)
#DFECCD
(223,236,205)
#E2EDD1
(226,237,209)
#E5EED5
(229,238,213)
#E8EFD9
(232,239,217)
#EBF0DD
(235,240,221)
#EEF1E1
(238,241,225)
#F1F2E5
(241,242,229)
#F4F3E9
(244,243,233)
#F7F4ED
(247,244,237)
#FAF5F1
(250,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCEBC9; }

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

This text font color is #DCEBC9.

Background Color

.myBgColor { background-color: #DCEBC9; }

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

This div background color is #DCEBC9.

Border color

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

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

This div border color is #DCEBC9.

Opacity

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

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

Text with #DCEBC9 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 #DCEBC9;}

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

This text has shadow with #DCEBC9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCEBC9.

Preview

Color preview on black background

This text has color #DCEBC9 on black background.


Color preview on white background

This text has color #DCEBC9 on white background.


Black color preview on #DCEBC9 background

This text has black color on #DCEBC9 background.


White color preview on #DCEBC9 background

This text has white color on #DCEBC9 background.


Related colors

Complementary color

Complementary color for #hex is #231436.


I love getcolorcode.com

Triadic colors

1 #C9DCEB and #EBC9DC with #DCEBC9 are triadic colors.

2 #C9EBDC and #EBDCC9 with #DCEBC9 are triadic colors.