COLOR #D0E2CC

HEX: #D0E2CC RGB: (208,226,204)

Color info

#D0E2CC contains red, green and blue colors in about the same proportion. Web safe color of #D0E2CC is #CCCCCC (or #CCC).

RGB color model

#D0E2CC color RGB value is (208,226,204).

RGB: (208,226,204) (82%, 89%, 80%)

RGB channels and saturation

R 208 of 255 = 82%
G 226 of 255 = 89%
B 204 of 255 = 80%

208
226
204

R + G + B ~ 84%. #D0E2CC is quite light color.

Portions of RGB colors in percentages

R + G + B = 208 + 226 + 204 = 638 (100%)
R 208 of 638 ~ 32.6%
G 226 of 638 ~ 35.42%
B 204 of 638 ~ 31.97'%

%32.6
%35.42
%31.97

CMYK color model

#D0E2CC color CMYK value is (8,0,10,11).

  • cyan value is 7.96%
  • magenta value is 0.00%
  • yellow value is 9.73%
  • key color value is 11.37%

CMYK: (8,0,10,11)
C8M0Y10K11 (8%, 0%, 10%, 11%)
(0.08 / 0.00 / 0.10 / 0.11)

CMYK percentages

%7.96
%0
%9.73
%11.37

Codes

Color #D0E2CC in popluar color models

D0 E2 CC
RGB 208 226 204
HSL 109° 27.50% 84.31%
HSB/HSV 109° 9.73% 88.63%
CMYK 7.96% 0.00% 9.73%
11.37%

Color #D0E2CC in popluar number systems.

HEX D0 E2 CC
Decimal 208 226 204
Binary 11010000 11100010 11001100
Octal 320 342 314

Shades and tints

Shades of #D0E2CC

#D0E2CC
(208,226,204)
#BECEBA
(190,206,186)
#ACBAA8
(172,186,168)
#9AA696
(154,166,150)
#889284
(136,146,132)
#767E72
(118,126,114)
#646A60
(100,106,96)
#52564E
(82,86,78)
#40423C
(64,66,60)
#2E2E2A
(46,46,42)
#1C1A18
(28,26,24)
#000000
(0,0,0)

Tints of #D0E2CC

#D0E2CC
(208,226,204)
#D4E4D0
(212,228,208)
#D8E6D4
(216,230,212)
#DCE8D8
(220,232,216)
#E0EADC
(224,234,220)
#E4ECE0
(228,236,224)
#E8EEE4
(232,238,228)
#ECF0E8
(236,240,232)
#F0F2EC
(240,242,236)
#F4F4F0
(244,244,240)
#F8F6F4
(248,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0E2CC color. Also use rgb(208,226,204) instead hex code.

Text Font Color

.myTextColor { color: #D0E2CC; }

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

This text font color is #D0E2CC.

Background Color

.myBgColor { background-color: #D0E2CC; }

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

This div background color is #D0E2CC.

Border color

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

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

This div border color is #D0E2CC.

Opacity

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

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

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

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

This text has shadow with #D0E2CC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D0E2CC.

Preview

Color preview on black background

This text has color #D0E2CC on black background.


Color preview on white background

This text has color #D0E2CC on white background.


Black color preview on #D0E2CC background

This text has black color on #D0E2CC background.


White color preview on #D0E2CC background

This text has white color on #D0E2CC background.


Related colors

Complementary color

Complementary color for #hex is #2F1D33.


I love getcolorcode.com

Triadic colors

1 #CCD0E2 and #E2CCD0 with #D0E2CC are triadic colors.

2 #CCE2D0 and #E2D0CC with #D0E2CC are triadic colors.