COLOR #D9E3B3

HEX: #D9E3B3
RGB: (217,227,179)

Color info

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

RGB color model

#D9E3B3 color RGB value is (217,227,179).

  • red value is 217;
  • green value is 227;
  • blue value is 179.
RGB:
(217,227,179)
(85%,89%,70%)

RGB channels and saturation

R 217 of 255 = 85%
G 227 of 255 = 89%
B 179 of 255 = 70%

217
227
179

R + G + B ~ 81%. #D9E3B3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
217 + 227 + 179 = 623 (100%)
R 217 of 623 ~ 34.83%
G 227 of 623 ~ 36.44%
B 179 of 623 ~ 28.73%

%34.83
%36.44
%28.73

CMYK color model

#D9E3B3 color CMYK value is (4,0,21,11).

  • cyan value is 4.41%
  • magenta value is 0.00%
  • yellow value is 21.15%
  • key color value is 10.98%
CMYK:
(4,0,21,11)
C4M0Y21K11 
(4%,0%,21%,11%)
(0.04/0.00/0.21/0.11)	

CMYK percentages

%4.41
%0
%21.15
%10.98

Codes

Color #D9E3B3 in popluar color models

D9E3B3
RGB217227179
HSL73°46.15%79.61%
HSB/HSV73°21.15%89.02%
CMYK4.41%0.00%21.15%
10.98%

Color #D9E3B3 in popluar number systems.

HEXD9E3B3
Decimal217227179
Binary110110011110001110110011
Octal331343263

Shades and tints

Shades of #D9E3B3

#D9E3B3
(217,227,179)
#C6CFA3
(198,207,163)
#B3BB93
(179,187,147)
#A0A783
(160,167,131)
#8D9373
(141,147,115)
#7A7F63
(122,127,99)
#676B53
(103,107,83)
#545743
(84,87,67)
#414333
(65,67,51)
#2E2F23
(46,47,35)
#1B1B13
(27,27,19)
#000000
(0,0,0)

Tints of #D9E3B3

#D9E3B3
(217,227,179)
#DCE5B9
(220,229,185)
#DFE7BF
(223,231,191)
#E2E9C5
(226,233,197)
#E5EBCB
(229,235,203)
#E8EDD1
(232,237,209)
#EBEFD7
(235,239,215)
#EEF1DD
(238,241,221)
#F1F3E3
(241,243,227)
#F4F5E9
(244,245,233)
#F7F7EF
(247,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9E3B3 color. Also use rgb(217,227,179) instead hex code.

Text Font Color

.myTextColor { color: #D9E3B3; }

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

This text font color is #D9E3B3.


Background Color

.myBgColor { background-color: #D9E3B3; }

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

This div background color is #D9E3B3.


Border color

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

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

This div border color is #D9E3B3.


Opacity

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

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

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

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

This text has shadow with #D9E3B3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9E3B3 on black background.


Color preview on white background

This text has color #D9E3B3 on white background.



Black color preview on #D9E3B3 background

This text has black color on #D9E3B3 background.


White color preview on #D9E3B3 background

This text has white color on #D9E3B3 background.