COLOR #D0EAD5

HEX: #D0EAD5 RGB: (208,234,213)

Color info

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

RGB color model

#D0EAD5 color RGB value is (208,234,213).

RGB: (208,234,213) (82%, 92%, 84%)

RGB channels and saturation

R 208 of 255 = 82%
G 234 of 255 = 92%
B 213 of 255 = 84%

208
234
213

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

Portions of RGB colors in percentages

R + G + B = 208 + 234 + 213 = 655 (100%)
R 208 of 655 ~ 31.76%
G 234 of 655 ~ 35.73%
B 213 of 655 ~ 32.52'%

%31.76
%35.73
%32.52

CMYK color model

#D0EAD5 color CMYK value is (11,0,9,8).

  • cyan value is 11.11%
  • magenta value is 0.00%
  • yellow value is 8.97%
  • key color value is 8.24%

CMYK: (11,0,9,8)
C11M0Y9K8 (11%, 0%, 9%, 8%)
(0.11 / 0.00 / 0.09 / 0.08)

CMYK percentages

%11.11
%0
%8.97
%8.24

Codes

Color #D0EAD5 in popluar color models

D0 EA D5
RGB 208 234 213
HSL 132° 38.24% 86.67%
HSB/HSV 132° 11.11% 91.76%
CMYK 11.11% 0.00% 8.97%
8.24%

Color #D0EAD5 in popluar number systems.

HEX D0 EA D5
Decimal 208 234 213
Binary 11010000 11101010 11010101
Octal 320 352 325

Shades and tints

Shades of #D0EAD5

#D0EAD5
(208,234,213)
#BED5C2
(190,213,194)
#ACC0AF
(172,192,175)
#9AAB9C
(154,171,156)
#889689
(136,150,137)
#768176
(118,129,118)
#646C63
(100,108,99)
#525750
(82,87,80)
#40423D
(64,66,61)
#2E2D2A
(46,45,42)
#1C1817
(28,24,23)
#000000
(0,0,0)

Tints of #D0EAD5

#D0EAD5
(208,234,213)
#D4EBD8
(212,235,216)
#D8ECDB
(216,236,219)
#DCEDDE
(220,237,222)
#E0EEE1
(224,238,225)
#E4EFE4
(228,239,228)
#E8F0E7
(232,240,231)
#ECF1EA
(236,241,234)
#F0F2ED
(240,242,237)
#F4F3F0
(244,243,240)
#F8F4F3
(248,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0EAD5 color. Also use rgb(208,234,213) instead hex code.

Text Font Color

.myTextColor { color: #D0EAD5; }

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

This text font color is #D0EAD5.

Background Color

.myBgColor { background-color: #D0EAD5; }

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

This div background color is #D0EAD5.

Border color

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

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

This div border color is #D0EAD5.

Opacity

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

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

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

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

This text has shadow with #D0EAD5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D0EAD5.

Preview

Color preview on black background

This text has color #D0EAD5 on black background.


Color preview on white background

This text has color #D0EAD5 on white background.


Black color preview on #D0EAD5 background

This text has black color on #D0EAD5 background.


White color preview on #D0EAD5 background

This text has white color on #D0EAD5 background.


Related colors

Complementary color

Complementary color for #hex is #2F152A.


I love getcolorcode.com

Triadic colors

1 #D5D0EA and #EAD5D0 with #D0EAD5 are triadic colors.

2 #D5EAD0 and #EAD0D5 with #D0EAD5 are triadic colors.