COLOR #D0EFC9

HEX: #D0EFC9 RGB: (208,239,201)

Color info

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

RGB color model

#D0EFC9 color RGB value is (208,239,201).

RGB: (208,239,201) (82%, 94%, 79%)

RGB channels and saturation

R 208 of 255 = 82%
G 239 of 255 = 94%
B 201 of 255 = 79%

208
239
201

R + G + B ~ 85%. #D0EFC9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 208 + 239 + 201 = 648 (100%)
R 208 of 648 ~ 32.1%
G 239 of 648 ~ 36.88%
B 201 of 648 ~ 31.02'%

%32.1
%36.88
%31.02

CMYK color model

#D0EFC9 color CMYK value is (13,0,16,6).

  • cyan value is 12.97%
  • magenta value is 0.00%
  • yellow value is 15.90%
  • key color value is 6.27%

CMYK: (13,0,16,6)
C13M0Y16K6 (13%, 0%, 16%, 6%)
(0.13 / 0.00 / 0.16 / 0.06)

CMYK percentages

%12.97
%0
%15.9
%6.27

Codes

Color #D0EFC9 in popluar color models

D0 EF C9
RGB 208 239 201
HSL 109° 54.29% 86.27%
HSB/HSV 109° 15.90% 93.73%
CMYK 12.97% 0.00% 15.90%
6.27%

Color #D0EFC9 in popluar number systems.

HEX D0 EF C9
Decimal 208 239 201
Binary 11010000 11101111 11001001
Octal 320 357 311

Shades and tints

Shades of #D0EFC9

#D0EFC9
(208,239,201)
#BEDAB7
(190,218,183)
#ACC5A5
(172,197,165)
#9AB093
(154,176,147)
#889B81
(136,155,129)
#76866F
(118,134,111)
#64715D
(100,113,93)
#525C4B
(82,92,75)
#404739
(64,71,57)
#2E3227
(46,50,39)
#1C1D15
(28,29,21)
#000000
(0,0,0)

Tints of #D0EFC9

#D0EFC9
(208,239,201)
#D4F0CD
(212,240,205)
#D8F1D1
(216,241,209)
#DCF2D5
(220,242,213)
#E0F3D9
(224,243,217)
#E4F4DD
(228,244,221)
#E8F5E1
(232,245,225)
#ECF6E5
(236,246,229)
#F0F7E9
(240,247,233)
#F4F8ED
(244,248,237)
#F8F9F1
(248,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D0EFC9 color. Also use rgb(208,239,201) instead hex code.

Text Font Color

.myTextColor { color: #D0EFC9; }

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

This text font color is #D0EFC9.

Background Color

.myBgColor { background-color: #D0EFC9; }

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

This div background color is #D0EFC9.

Border color

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

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

This div border color is #D0EFC9.

Opacity

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

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

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

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

This text has shadow with #D0EFC9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D0EFC9.

Preview

Color preview on black background

This text has color #D0EFC9 on black background.


Color preview on white background

This text has color #D0EFC9 on white background.


Black color preview on #D0EFC9 background

This text has black color on #D0EFC9 background.


White color preview on #D0EFC9 background

This text has white color on #D0EFC9 background.


Related colors

Complementary color

Complementary color for #hex is #2F1036.


I love getcolorcode.com

Triadic colors

1 #C9D0EF and #EFC9D0 with #D0EFC9 are triadic colors.

2 #C9EFD0 and #EFD0C9 with #D0EFC9 are triadic colors.