COLOR #D2E1B3

HEX: #D2E1B3
RGB: (210,225,179)

Color info

#D2E1B3 contains red, green and blue colors in about the same proportion. Web safe color of #D2E1B3 is #CCCC99 (or #CC9).

RGB color model

#D2E1B3 color RGB value is (210,225,179).

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

RGB channels and saturation

R 210 of 255 = 82%
G 225 of 255 = 88%
B 179 of 255 = 70%

210
225
179

R + G + B ~ 80%. #D2E1B3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
210 + 225 + 179 = 614 (100%)
R 210 of 614 ~ 34.2%
G 225 of 614 ~ 36.64%
B 179 of 614 ~ 29.15%

%34.2
%36.64
%29.15

CMYK color model

#D2E1B3 color CMYK value is (7,0,20,12).

  • cyan value is 6.67%
  • magenta value is 0.00%
  • yellow value is 20.44%
  • key color value is 11.76%
CMYK:
(7,0,20,12)
C7M0Y20K12 
(7%,0%,20%,12%)
(0.07/0.00/0.20/0.12)	

CMYK percentages

%6.67
%0
%20.44
%11.76

Codes

Color #D2E1B3 in popluar color models

D2E1B3
RGB210225179
HSL80°43.40%79.22%
HSB/HSV80°20.44%88.24%
CMYK6.67%0.00%20.44%
11.76%

Color #D2E1B3 in popluar number systems.

HEXD2E1B3
Decimal210225179
Binary110100101110000110110011
Octal322341263

Shades and tints

Shades of #D2E1B3

#D2E1B3
(210,225,179)
#BFCDA3
(191,205,163)
#ACB993
(172,185,147)
#99A583
(153,165,131)
#869173
(134,145,115)
#737D63
(115,125,99)
#606953
(96,105,83)
#4D5543
(77,85,67)
#3A4133
(58,65,51)
#272D23
(39,45,35)
#141913
(20,25,19)
#000000
(0,0,0)

Tints of #D2E1B3

#D2E1B3
(210,225,179)
#D6E3B9
(214,227,185)
#DAE5BF
(218,229,191)
#DEE7C5
(222,231,197)
#E2E9CB
(226,233,203)
#E6EBD1
(230,235,209)
#EAEDD7
(234,237,215)
#EEEFDD
(238,239,221)
#F2F1E3
(242,241,227)
#F6F3E9
(246,243,233)
#FAF5EF
(250,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2E1B3; }

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

This text font color is #D2E1B3.


Background Color

.myBgColor { background-color: #D2E1B3; }

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

This div background color is #D2E1B3.


Border color

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

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

This div border color is #D2E1B3.


Opacity

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

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

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

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

This text has shadow with #D2E1B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2E1B3 on black background.


Color preview on white background

This text has color #D2E1B3 on white background.



Black color preview on #D2E1B3 background

This text has black color on #D2E1B3 background.


White color preview on #D2E1B3 background

This text has white color on #D2E1B3 background.