COLOR #D1EB9B

HEX: #D1EB9B RGB: (209,235,155)

Color info

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

RGB color model

#D1EB9B color RGB value is (209,235,155).

RGB: (209,235,155) (82%, 92%, 61%)

RGB channels and saturation

R 209 of 255 = 82%
G 235 of 255 = 92%
B 155 of 255 = 61%

209
235
155

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

Portions of RGB colors in percentages

R + G + B = 209 + 235 + 155 = 599 (100%)
R 209 of 599 ~ 34.89%
G 235 of 599 ~ 39.23%
B 155 of 599 ~ 25.88'%

%34.89
%39.23
%25.88

CMYK color model

#D1EB9B color CMYK value is (11,0,34,8).

  • cyan value is 11.06%
  • magenta value is 0.00%
  • yellow value is 34.04%
  • key color value is 7.84%

CMYK: (11,0,34,8)
C11M0Y34K8 (11%, 0%, 34%, 8%)
(0.11 / 0.00 / 0.34 / 0.08)

CMYK percentages

%11.06
%0
%34.04
%7.84

Codes

Color #D1EB9B in popluar color models

D1 EB 9B
RGB 209 235 155
HSL 80° 66.67% 76.47%
HSB/HSV 80° 34.04% 92.16%
CMYK 11.06% 0.00% 34.04%
7.84%

Color #D1EB9B in popluar number systems.

HEX D1 EB 9B
Decimal 209 235 155
Binary 11010001 11101011 10011011
Octal 321 353 233

Shades and tints

Shades of #D1EB9B

#D1EB9B
(209,235,155)
#BED68D
(190,214,141)
#ABC17F
(171,193,127)
#98AC71
(152,172,113)
#859763
(133,151,99)
#728255
(114,130,85)
#5F6D47
(95,109,71)
#4C5839
(76,88,57)
#39432B
(57,67,43)
#262E1D
(38,46,29)
#13190F
(19,25,15)
#000000
(0,0,0)

Tints of #D1EB9B

#D1EB9B
(209,235,155)
#D5ECA4
(213,236,164)
#D9EDAD
(217,237,173)
#DDEEB6
(221,238,182)
#E1EFBF
(225,239,191)
#E5F0C8
(229,240,200)
#E9F1D1
(233,241,209)
#EDF2DA
(237,242,218)
#F1F3E3
(241,243,227)
#F5F4EC
(245,244,236)
#F9F5F5
(249,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D1EB9B color. Also use rgb(209,235,155) instead hex code.

Text Font Color

.myTextColor { color: #D1EB9B; }

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

This text font color is #D1EB9B.

Background Color

.myBgColor { background-color: #D1EB9B; }

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

This div background color is #D1EB9B.

Border color

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

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

This div border color is #D1EB9B.

Opacity

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

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

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

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

This text has shadow with #D1EB9B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D1EB9B.

Preview

Color preview on black background

This text has color #D1EB9B on black background.


Color preview on white background

This text has color #D1EB9B on white background.


Black color preview on #D1EB9B background

This text has black color on #D1EB9B background.


White color preview on #D1EB9B background

This text has white color on #D1EB9B background.


Related colors

Complementary color

Complementary color for #hex is #2E1464.


I love getcolorcode.com

Triadic colors

1 #9BD1EB and #EB9BD1 with #D1EB9B are triadic colors.

2 #9BEBD1 and #EBD19B with #D1EB9B are triadic colors.