COLOR #D2E19C

HEX: #D2E19C
RGB: (210,225,156)

Color info

#D2E19C contains mainly red and green colors. Web safe color of #D2E19C is #CCCC99 (or #CC9).

RGB color model

#D2E19C color RGB value is (210,225,156).

  • red value is 210;
  • green value is 225;
  • blue value is 156.
RGB:
(210,225,156)
(82%,88%,61%)

RGB channels and saturation

R 210 of 255 = 82%
G 225 of 255 = 88%
B 156 of 255 = 61%

210
225
156

R + G + B ~ 77%. #D2E19C is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 225 + 156 = 591 (100%)
R 210 of 591 ~ 35.53%
G 225 of 591 ~ 38.07%
B 156 of 591 ~ 26.4%

%35.53
%38.07
%26.4

CMYK color model

#D2E19C color CMYK value is (7,0,31,12).

  • cyan value is 6.67%
  • magenta value is 0.00%
  • yellow value is 30.67%
  • key color value is 11.76%
CMYK:
(7,0,31,12)
C7M0Y31K12 
(7%,0%,31%,12%)
(0.07/0.00/0.31/0.12)	

CMYK percentages

%6.67
%0
%30.67
%11.76

Codes

Color #D2E19C in popluar color models

D2E19C
RGB210225156
HSL73°53.49%74.71%
HSB/HSV73°30.67%88.24%
CMYK6.67%0.00%30.67%
11.76%

Color #D2E19C in popluar number systems.

HEXD2E19C
Decimal210225156
Binary110100101110000110011100
Octal322341234

Shades and tints

Shades of #D2E19C

#D2E19C
(210,225,156)
#BFCD8E
(191,205,142)
#ACB980
(172,185,128)
#99A572
(153,165,114)
#869164
(134,145,100)
#737D56
(115,125,86)
#606948
(96,105,72)
#4D553A
(77,85,58)
#3A412C
(58,65,44)
#272D1E
(39,45,30)
#141910
(20,25,16)
#000000
(0,0,0)

Tints of #D2E19C

#D2E19C
(210,225,156)
#D6E3A5
(214,227,165)
#DAE5AE
(218,229,174)
#DEE7B7
(222,231,183)
#E2E9C0
(226,233,192)
#E6EBC9
(230,235,201)
#EAEDD2
(234,237,210)
#EEEFDB
(238,239,219)
#F2F1E4
(242,241,228)
#F6F3ED
(246,243,237)
#FAF5F6
(250,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2E19C color. Also use rgb(210,225,156) instead hex code.

Text Font Color

.myTextColor { color: #D2E19C; }

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

This text font color is #D2E19C.


Background Color

.myBgColor { background-color: #D2E19C; }

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

This div background color is #D2E19C.


Border color

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

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

This div border color is #D2E19C.


Opacity

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

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

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

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

This text has shadow with #D2E19C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2E19C on black background.


Color preview on white background

This text has color #D2E19C on white background.



Black color preview on #D2E19C background

This text has black color on #D2E19C background.


White color preview on #D2E19C background

This text has white color on #D2E19C background.