COLOR #DCE9B2

HEX: #DCE9B2 RGB: (220,233,178)

Color info

#DCE9B2 contains red, green and blue colors in about the same proportion. Web safe color of #DCE9B2 is #CCFF99 (or #CF9).

RGB color model

#DCE9B2 color RGB value is (220,233,178).

RGB: (220,233,178) (86%, 91%, 70%)

RGB channels and saturation

R 220 of 255 = 86%
G 233 of 255 = 91%
B 178 of 255 = 70%

220
233
178

R + G + B ~ 82%. #DCE9B2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 220 + 233 + 178 = 631 (100%)
R 220 of 631 ~ 34.87%
G 233 of 631 ~ 36.93%
B 178 of 631 ~ 28.21'%

%34.87
%36.93
%28.21

CMYK color model

#DCE9B2 color CMYK value is (6,0,24,9).

  • cyan value is 5.58%
  • magenta value is 0.00%
  • yellow value is 23.61%
  • key color value is 8.63%

CMYK: (6,0,24,9)
C6M0Y24K9 (6%, 0%, 24%, 9%)
(0.06 / 0.00 / 0.24 / 0.09)

CMYK percentages

%5.58
%0
%23.61
%8.63

Codes

Color #DCE9B2 in popluar color models

DC E9 B2
RGB 220 233 178
HSL 74° 55.56% 80.59%
HSB/HSV 74° 23.61% 91.37%
CMYK 5.58% 0.00% 23.61%
8.63%

Color #DCE9B2 in popluar number systems.

HEX DC E9 B2
Decimal 220 233 178
Binary 11011100 11101001 10110010
Octal 334 351 262

Shades and tints

Shades of #DCE9B2

#DCE9B2
(220,233,178)
#C8D4A2
(200,212,162)
#B4BF92
(180,191,146)
#A0AA82
(160,170,130)
#8C9572
(140,149,114)
#788062
(120,128,98)
#646B52
(100,107,82)
#505642
(80,86,66)
#3C4132
(60,65,50)
#282C22
(40,44,34)
#141712
(20,23,18)
#000000
(0,0,0)

Tints of #DCE9B2

#DCE9B2
(220,233,178)
#DFEBB9
(223,235,185)
#E2EDC0
(226,237,192)
#E5EFC7
(229,239,199)
#E8F1CE
(232,241,206)
#EBF3D5
(235,243,213)
#EEF5DC
(238,245,220)
#F1F7E3
(241,247,227)
#F4F9EA
(244,249,234)
#F7FBF1
(247,251,241)
#FAFDF8
(250,253,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #DCE9B2 color. Also use rgb(220,233,178) instead hex code.

Text Font Color

.myTextColor { color: #DCE9B2; }

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

This text font color is #DCE9B2.

Background Color

.myBgColor { background-color: #DCE9B2; }

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

This div background color is #DCE9B2.

Border color

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

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

This div border color is #DCE9B2.

Opacity

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

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

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

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

This text has shadow with #DCE9B2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCE9B2.

Preview

Color preview on black background

This text has color #DCE9B2 on black background.


Color preview on white background

This text has color #DCE9B2 on white background.


Black color preview on #DCE9B2 background

This text has black color on #DCE9B2 background.


White color preview on #DCE9B2 background

This text has white color on #DCE9B2 background.


Related colors

Complementary color

Complementary color for #hex is #23164D.


I love getcolorcode.com

Triadic colors

1 #B2DCE9 and #E9B2DC with #DCE9B2 are triadic colors.

2 #B2E9DC and #E9DCB2 with #DCE9B2 are triadic colors.