COLOR #D2E99B

HEX: #D2E99B RGB: (210,233,155)

Color info

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

RGB color model

#D2E99B color RGB value is (210,233,155).

RGB: (210,233,155) (82%, 91%, 61%)

RGB channels and saturation

R 210 of 255 = 82%
G 233 of 255 = 91%
B 155 of 255 = 61%

210
233
155

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

Portions of RGB colors in percentages

R + G + B = 210 + 233 + 155 = 598 (100%)
R 210 of 598 ~ 35.12%
G 233 of 598 ~ 38.96%
B 155 of 598 ~ 25.92'%

%35.12
%38.96
%25.92

CMYK color model

#D2E99B color CMYK value is (10,0,33,9).

  • cyan value is 9.87%
  • magenta value is 0.00%
  • yellow value is 33.48%
  • key color value is 8.63%

CMYK: (10,0,33,9)
C10M0Y33K9 (10%, 0%, 33%, 9%)
(0.10 / 0.00 / 0.33 / 0.09)

CMYK percentages

%9.87
%0
%33.48
%8.63

Codes

Color #D2E99B in popluar color models

D2 E9 9B
RGB 210 233 155
HSL 78° 63.93% 76.08%
HSB/HSV 78° 33.48% 91.37%
CMYK 9.87% 0.00% 33.48%
8.63%

Color #D2E99B in popluar number systems.

HEX D2 E9 9B
Decimal 210 233 155
Binary 11010010 11101001 10011011
Octal 322 351 233

Shades and tints

Shades of #D2E99B

#D2E99B
(210,233,155)
#BFD48D
(191,212,141)
#ACBF7F
(172,191,127)
#99AA71
(153,170,113)
#869563
(134,149,99)
#738055
(115,128,85)
#606B47
(96,107,71)
#4D5639
(77,86,57)
#3A412B
(58,65,43)
#272C1D
(39,44,29)
#14170F
(20,23,15)
#000000
(0,0,0)

Tints of #D2E99B

#D2E99B
(210,233,155)
#D6EBA4
(214,235,164)
#DAEDAD
(218,237,173)
#DEEFB6
(222,239,182)
#E2F1BF
(226,241,191)
#E6F3C8
(230,243,200)
#EAF5D1
(234,245,209)
#EEF7DA
(238,247,218)
#F2F9E3
(242,249,227)
#F6FBEC
(246,251,236)
#FAFDF5
(250,253,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2E99B color. Also use rgb(210,233,155) instead hex code.

Text Font Color

.myTextColor { color: #D2E99B; }

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

This text font color is #D2E99B.

Background Color

.myBgColor { background-color: #D2E99B; }

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

This div background color is #D2E99B.

Border color

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

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

This div border color is #D2E99B.

Opacity

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

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

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

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

This text has shadow with #D2E99B color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D2E99B.

Preview

Color preview on black background

This text has color #D2E99B on black background.


Color preview on white background

This text has color #D2E99B on white background.


Black color preview on #D2E99B background

This text has black color on #D2E99B background.


White color preview on #D2E99B background

This text has white color on #D2E99B background.


Related colors

Complementary color

Complementary color for #hex is #2D1664.


I love getcolorcode.com

Triadic colors

1 #9BD2E9 and #E99BD2 with #D2E99B are triadic colors.

2 #9BE9D2 and #E9D29B with #D2E99B are triadic colors.