COLOR #D1ED9C

HEX: #D1ED9C
RGB: (209,237,156)

Color info

#D1ED9C contains mainly red and green colors. Web safe color of #D1ED9C is #CCFF99 (or #CF9).

RGB color model

#D1ED9C color RGB value is (209,237,156).

  • red value is 209;
  • green value is 237;
  • blue value is 156.
RGB:
(209,237,156)
(82%,93%,61%)

RGB channels and saturation

R 209 of 255 = 82%
G 237 of 255 = 93%
B 156 of 255 = 61%

209
237
156

R + G + B ~ 79%. #D1ED9C is quite light color.

Portions of RGB colors in percentages

R + G + B =
209 + 237 + 156 = 602 (100%)
R 209 of 602 ~ 34.72%
G 237 of 602 ~ 39.37%
B 156 of 602 ~ 25.91%

%34.72
%39.37
%25.91

CMYK color model

#D1ED9C color CMYK value is (12,0,34,7).

  • cyan value is 11.81%
  • magenta value is 0.00%
  • yellow value is 34.18%
  • key color value is 7.06%
CMYK:
(12,0,34,7)
C12M0Y34K7 
(12%,0%,34%,7%)
(0.12/0.00/0.34/0.07)	

CMYK percentages

%11.81
%0
%34.18
%7.06

Codes

Color #D1ED9C in popluar color models

D1ED9C
RGB209237156
HSL81°69.23%77.06%
HSB/HSV81°34.18%92.94%
CMYK11.81%0.00%34.18%
7.06%

Color #D1ED9C in popluar number systems.

HEXD1ED9C
Decimal209237156
Binary110100011110110110011100
Octal321355234

Shades and tints

Shades of #D1ED9C

#D1ED9C
(209,237,156)
#BED88E
(190,216,142)
#ABC380
(171,195,128)
#98AE72
(152,174,114)
#859964
(133,153,100)
#728456
(114,132,86)
#5F6F48
(95,111,72)
#4C5A3A
(76,90,58)
#39452C
(57,69,44)
#26301E
(38,48,30)
#131B10
(19,27,16)
#000000
(0,0,0)

Tints of #D1ED9C

#D1ED9C
(209,237,156)
#D5EEA5
(213,238,165)
#D9EFAE
(217,239,174)
#DDF0B7
(221,240,183)
#E1F1C0
(225,241,192)
#E5F2C9
(229,242,201)
#E9F3D2
(233,243,210)
#EDF4DB
(237,244,219)
#F1F5E4
(241,245,228)
#F5F6ED
(245,246,237)
#F9F7F6
(249,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1ED9C color. Also use rgb(209,237,156) instead hex code.

Text Font Color

.myTextColor { color: #D1ED9C; }

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

This text font color is #D1ED9C.


Background Color

.myBgColor { background-color: #D1ED9C; }

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

This div background color is #D1ED9C.


Border color

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

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

This div border color is #D1ED9C.


Opacity

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

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

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

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

This text has shadow with #D1ED9C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D1ED9C on black background.


Color preview on white background

This text has color #D1ED9C on white background.



Black color preview on #D1ED9C background

This text has black color on #D1ED9C background.


White color preview on #D1ED9C background

This text has white color on #D1ED9C background.