COLOR #D2E2B3

HEX: #D2E2B3
RGB: (210,226,179)

Color info

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

RGB color model

#D2E2B3 color RGB value is (210,226,179).

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

RGB channels and saturation

R 210 of 255 = 82%
G 226 of 255 = 89%
B 179 of 255 = 70%

210
226
179

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

Portions of RGB colors in percentages

R + G + B =
210 + 226 + 179 = 615 (100%)
R 210 of 615 ~ 34.15%
G 226 of 615 ~ 36.75%
B 179 of 615 ~ 29.11%

%34.15
%36.75
%29.11

CMYK color model

#D2E2B3 color CMYK value is (7,0,21,11).

  • cyan value is 7.08%
  • magenta value is 0.00%
  • yellow value is 20.80%
  • key color value is 11.37%
CMYK:
(7,0,21,11)
C7M0Y21K11 
(7%,0%,21%,11%)
(0.07/0.00/0.21/0.11)	

CMYK percentages

%7.08
%0
%20.8
%11.37

Codes

Color #D2E2B3 in popluar color models

D2E2B3
RGB210226179
HSL80°44.76%79.41%
HSB/HSV80°20.80%88.63%
CMYK7.08%0.00%20.80%
11.37%

Color #D2E2B3 in popluar number systems.

HEXD2E2B3
Decimal210226179
Binary110100101110001010110011
Octal322342263

Shades and tints

Shades of #D2E2B3

#D2E2B3
(210,226,179)
#BFCEA3
(191,206,163)
#ACBA93
(172,186,147)
#99A683
(153,166,131)
#869273
(134,146,115)
#737E63
(115,126,99)
#606A53
(96,106,83)
#4D5643
(77,86,67)
#3A4233
(58,66,51)
#272E23
(39,46,35)
#141A13
(20,26,19)
#000000
(0,0,0)

Tints of #D2E2B3

#D2E2B3
(210,226,179)
#D6E4B9
(214,228,185)
#DAE6BF
(218,230,191)
#DEE8C5
(222,232,197)
#E2EACB
(226,234,203)
#E6ECD1
(230,236,209)
#EAEED7
(234,238,215)
#EEF0DD
(238,240,221)
#F2F2E3
(242,242,227)
#F6F4E9
(246,244,233)
#FAF6EF
(250,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2E2B3; }

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

This text font color is #D2E2B3.


Background Color

.myBgColor { background-color: #D2E2B3; }

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

This div background color is #D2E2B3.


Border color

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

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

This div border color is #D2E2B3.


Opacity

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

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

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

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

This text has shadow with #D2E2B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2E2B3 on black background.


Color preview on white background

This text has color #D2E2B3 on white background.



Black color preview on #D2E2B3 background

This text has black color on #D2E2B3 background.


White color preview on #D2E2B3 background

This text has white color on #D2E2B3 background.