COLOR #D1E6AF

HEX: #D1E6AF
RGB: (209,230,175)

Color info

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

RGB color model

#D1E6AF color RGB value is (209,230,175).

  • red value is 209;
  • green value is 230;
  • blue value is 175.
RGB:
(209,230,175)
(82%,90%,69%)

RGB channels and saturation

R 209 of 255 = 82%
G 230 of 255 = 90%
B 175 of 255 = 69%

209
230
175

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

Portions of RGB colors in percentages

R + G + B =
209 + 230 + 175 = 614 (100%)
R 209 of 614 ~ 34.04%
G 230 of 614 ~ 37.46%
B 175 of 614 ~ 28.5%

%34.04
%37.46
%28.5

CMYK color model

#D1E6AF color CMYK value is (9,0,24,10).

  • cyan value is 9.13%
  • magenta value is 0.00%
  • yellow value is 23.91%
  • key color value is 9.80%
CMYK:
(9,0,24,10)
C9M0Y24K10 
(9%,0%,24%,10%)
(0.09/0.00/0.24/0.10)	

CMYK percentages

%9.13
%0
%23.91
%9.8

Codes

Color #D1E6AF in popluar color models

D1E6AF
RGB209230175
HSL83°52.38%79.41%
HSB/HSV83°23.91%90.20%
CMYK9.13%0.00%23.91%
9.80%

Color #D1E6AF in popluar number systems.

HEXD1E6AF
Decimal209230175
Binary110100011110011010101111
Octal321346257

Shades and tints

Shades of #D1E6AF

#D1E6AF
(209,230,175)
#BED2A0
(190,210,160)
#ABBE91
(171,190,145)
#98AA82
(152,170,130)
#859673
(133,150,115)
#728264
(114,130,100)
#5F6E55
(95,110,85)
#4C5A46
(76,90,70)
#394637
(57,70,55)
#263228
(38,50,40)
#131E19
(19,30,25)
#000000
(0,0,0)

Tints of #D1E6AF

#D1E6AF
(209,230,175)
#D5E8B6
(213,232,182)
#D9EABD
(217,234,189)
#DDECC4
(221,236,196)
#E1EECB
(225,238,203)
#E5F0D2
(229,240,210)
#E9F2D9
(233,242,217)
#EDF4E0
(237,244,224)
#F1F6E7
(241,246,231)
#F5F8EE
(245,248,238)
#F9FAF5
(249,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1E6AF color. Also use rgb(209,230,175) instead hex code.

Text Font Color

.myTextColor { color: #D1E6AF; }

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

This text font color is #D1E6AF.


Background Color

.myBgColor { background-color: #D1E6AF; }

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

This div background color is #D1E6AF.


Border color

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

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

This div border color is #D1E6AF.


Opacity

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

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

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

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

This text has shadow with #D1E6AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1E6AF on black background.


Color preview on white background

This text has color #D1E6AF on white background.



Black color preview on #D1E6AF background

This text has black color on #D1E6AF background.


White color preview on #D1E6AF background

This text has white color on #D1E6AF background.