COLOR #D1ED96

HEX: #D1ED96 RGB: (209,237,150)

Color info

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

RGB color model

#D1ED96 color RGB value is (209,237,150).

RGB: (209,237,150) (82%, 93%, 59%)

RGB channels and saturation

R 209 of 255 = 82%
G 237 of 255 = 93%
B 150 of 255 = 59%

209
237
150

R + G + B ~ 78%. #D1ED96 is quite light color.

Portions of RGB colors in percentages

R + G + B = 209 + 237 + 150 = 596 (100%)
R 209 of 596 ~ 35.07%
G 237 of 596 ~ 39.77%
B 150 of 596 ~ 25.17'%

%35.07
%39.77
%25.17

CMYK color model

#D1ED96 color CMYK value is (12,0,37,7).

  • cyan value is 11.81%
  • magenta value is 0.00%
  • yellow value is 36.71%
  • key color value is 7.06%

CMYK: (12,0,37,7)
C12M0Y37K7 (12%, 0%, 37%, 7%)
(0.12 / 0.00 / 0.37 / 0.07)

CMYK percentages

%11.81
%0
%36.71
%7.06

Codes

Color #D1ED96 in popluar color models

D1 ED 96
RGB 209 237 150
HSL 79° 70.73% 75.88%
HSB/HSV 79° 36.71% 92.94%
CMYK 11.81% 0.00% 36.71%
7.06%

Color #D1ED96 in popluar number systems.

HEX D1 ED 96
Decimal 209 237 150
Binary 11010001 11101101 10010110
Octal 321 355 226

Shades and tints

Shades of #D1ED96

#D1ED96
(209,237,150)
#BED889
(190,216,137)
#ABC37C
(171,195,124)
#98AE6F
(152,174,111)
#859962
(133,153,98)
#728455
(114,132,85)
#5F6F48
(95,111,72)
#4C5A3B
(76,90,59)
#39452E
(57,69,46)
#263021
(38,48,33)
#131B14
(19,27,20)
#000000
(0,0,0)

Tints of #D1ED96

#D1ED96
(209,237,150)
#D5EE9F
(213,238,159)
#D9EFA8
(217,239,168)
#DDF0B1
(221,240,177)
#E1F1BA
(225,241,186)
#E5F2C3
(229,242,195)
#E9F3CC
(233,243,204)
#EDF4D5
(237,244,213)
#F1F5DE
(241,245,222)
#F5F6E7
(245,246,231)
#F9F7F0
(249,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D1ED96; }

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

This text font color is #D1ED96.

Background Color

.myBgColor { background-color: #D1ED96; }

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

This div background color is #D1ED96.

Border color

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

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

This div border color is #D1ED96.

Opacity

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

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

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

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

This text has shadow with #D1ED96 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D1ED96.

Preview

Color preview on black background

This text has color #D1ED96 on black background.


Color preview on white background

This text has color #D1ED96 on white background.


Black color preview on #D1ED96 background

This text has black color on #D1ED96 background.


White color preview on #D1ED96 background

This text has white color on #D1ED96 background.


Related colors

Complementary color

Complementary color for #hex is #2E1269.


I love getcolorcode.com

Triadic colors

1 #96D1ED and #ED96D1 with #D1ED96 are triadic colors.

2 #96EDD1 and #EDD196 with #D1ED96 are triadic colors.