COLOR #DCE9B0

HEX: #DCE9B0 RGB: (220,233,176)

Color info

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

RGB color model

#DCE9B0 color RGB value is (220,233,176).

RGB: (220,233,176) (86%, 91%, 69%)

RGB channels and saturation

R 220 of 255 = 86%
G 233 of 255 = 91%
B 176 of 255 = 69%

220
233
176

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

Portions of RGB colors in percentages

R + G + B = 220 + 233 + 176 = 629 (100%)
R 220 of 629 ~ 34.98%
G 233 of 629 ~ 37.04%
B 176 of 629 ~ 27.98'%

%34.98
%37.04
%27.98

CMYK color model

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

  • cyan value is 5.58%
  • magenta value is 0.00%
  • yellow value is 24.46%
  • 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
%24.46
%8.63

Codes

Color #DCE9B0 in popluar color models

DC E9 B0
RGB 220 233 176
HSL 74° 56.44% 80.20%
HSB/HSV 74° 24.46% 91.37%
CMYK 5.58% 0.00% 24.46%
8.63%

Color #DCE9B0 in popluar number systems.

HEX DC E9 B0
Decimal 220 233 176
Binary 11011100 11101001 10110000
Octal 334 351 260

Shades and tints

Shades of #DCE9B0

#DCE9B0
(220,233,176)
#C8D4A0
(200,212,160)
#B4BF90
(180,191,144)
#A0AA80
(160,170,128)
#8C9570
(140,149,112)
#788060
(120,128,96)
#646B50
(100,107,80)
#505640
(80,86,64)
#3C4130
(60,65,48)
#282C20
(40,44,32)
#141710
(20,23,16)
#000000
(0,0,0)

Tints of #DCE9B0

#DCE9B0
(220,233,176)
#DFEBB7
(223,235,183)
#E2EDBE
(226,237,190)
#E5EFC5
(229,239,197)
#E8F1CC
(232,241,204)
#EBF3D3
(235,243,211)
#EEF5DA
(238,245,218)
#F1F7E1
(241,247,225)
#F4F9E8
(244,249,232)
#F7FBEF
(247,251,239)
#FAFDF6
(250,253,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #DCE9B0; }

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

This text font color is #DCE9B0.

Background Color

.myBgColor { background-color: #DCE9B0; }

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

This div background color is #DCE9B0.

Border color

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

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

This div border color is #DCE9B0.

Opacity

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

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

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

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

This text has shadow with #DCE9B0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #DCE9B0.

Preview

Color preview on black background

This text has color #DCE9B0 on black background.


Color preview on white background

This text has color #DCE9B0 on white background.


Black color preview on #DCE9B0 background

This text has black color on #DCE9B0 background.


White color preview on #DCE9B0 background

This text has white color on #DCE9B0 background.


Related colors

Complementary color

Complementary color for #hex is #23164F.


I love getcolorcode.com

Triadic colors

1 #B0DCE9 and #E9B0DC with #DCE9B0 are triadic colors.

2 #B0E9DC and #E9DCB0 with #DCE9B0 are triadic colors.