COLOR #D0E2AF

HEX: #D0E2AF
RGB: (208,226,175)

Color info

#D0E2AF contains red, green and blue colors in about the same proportion. Web safe color of #D0E2AF is #CCCC99 (or #CC9).

RGB color model

#D0E2AF color RGB value is (208,226,175).

  • red value is 208;
  • green value is 226;
  • blue value is 175.
RGB:
(208,226,175)
(82%,89%,69%)

RGB channels and saturation

R 208 of 255 = 82%
G 226 of 255 = 89%
B 175 of 255 = 69%

208
226
175

R + G + B ~ 80%. #D0E2AF is quite light color.

Portions of RGB colors in percentages

R + G + B =
208 + 226 + 175 = 609 (100%)
R 208 of 609 ~ 34.15%
G 226 of 609 ~ 37.11%
B 175 of 609 ~ 28.74%

%34.15
%37.11
%28.74

CMYK color model

#D0E2AF color CMYK value is (8,0,23,11).

  • cyan value is 7.96%
  • magenta value is 0.00%
  • yellow value is 22.57%
  • key color value is 11.37%
CMYK:
(8,0,23,11)
C8M0Y23K11 
(8%,0%,23%,11%)
(0.08/0.00/0.23/0.11)	

CMYK percentages

%7.96
%0
%22.57
%11.37

Codes

Color #D0E2AF in popluar color models

D0E2AF
RGB208226175
HSL81°46.79%78.63%
HSB/HSV81°22.57%88.63%
CMYK7.96%0.00%22.57%
11.37%

Color #D0E2AF in popluar number systems.

HEXD0E2AF
Decimal208226175
Binary110100001110001010101111
Octal320342257

Shades and tints

Shades of #D0E2AF

#D0E2AF
(208,226,175)
#BECEA0
(190,206,160)
#ACBA91
(172,186,145)
#9AA682
(154,166,130)
#889273
(136,146,115)
#767E64
(118,126,100)
#646A55
(100,106,85)
#525646
(82,86,70)
#404237
(64,66,55)
#2E2E28
(46,46,40)
#1C1A19
(28,26,25)
#000000
(0,0,0)

Tints of #D0E2AF

#D0E2AF
(208,226,175)
#D4E4B6
(212,228,182)
#D8E6BD
(216,230,189)
#DCE8C4
(220,232,196)
#E0EACB
(224,234,203)
#E4ECD2
(228,236,210)
#E8EED9
(232,238,217)
#ECF0E0
(236,240,224)
#F0F2E7
(240,242,231)
#F4F4EE
(244,244,238)
#F8F6F5
(248,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D0E2AF; }

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

This text font color is #D0E2AF.


Background Color

.myBgColor { background-color: #D0E2AF; }

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

This div background color is #D0E2AF.


Border color

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

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

This div border color is #D0E2AF.


Opacity

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

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

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

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

This text has shadow with #D0E2AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D0E2AF on black background.


Color preview on white background

This text has color #D0E2AF on white background.



Black color preview on #D0E2AF background

This text has black color on #D0E2AF background.


White color preview on #D0E2AF background

This text has white color on #D0E2AF background.