COLOR #D9E3BA

HEX: #D9E3BA
RGB: (217,227,186)

Color info

#D9E3BA contains red, green and blue colors in about the same proportion. Web safe color of #D9E3BA is #CCCCCC (or #CCC).

RGB color model

#D9E3BA color RGB value is (217,227,186).

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

RGB channels and saturation

R 217 of 255 = 85%
G 227 of 255 = 89%
B 186 of 255 = 73%

217
227
186

R + G + B ~ 82%. #D9E3BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
217 + 227 + 186 = 630 (100%)
R 217 of 630 ~ 34.44%
G 227 of 630 ~ 36.03%
B 186 of 630 ~ 29.52%

%34.44
%36.03
%29.52

CMYK color model

#D9E3BA color CMYK value is (4,0,18,11).

  • cyan value is 4.41%
  • magenta value is 0.00%
  • yellow value is 18.06%
  • key color value is 10.98%
CMYK:
(4,0,18,11)
C4M0Y18K11 
(4%,0%,18%,11%)
(0.04/0.00/0.18/0.11)	

CMYK percentages

%4.41
%0
%18.06
%10.98

Codes

Color #D9E3BA in popluar color models

D9E3BA
RGB217227186
HSL75°42.27%80.98%
HSB/HSV75°18.06%89.02%
CMYK4.41%0.00%18.06%
10.98%

Color #D9E3BA in popluar number systems.

HEXD9E3BA
Decimal217227186
Binary110110011110001110111010
Octal331343272

Shades and tints

Shades of #D9E3BA

#D9E3BA
(217,227,186)
#C6CFAA
(198,207,170)
#B3BB9A
(179,187,154)
#A0A78A
(160,167,138)
#8D937A
(141,147,122)
#7A7F6A
(122,127,106)
#676B5A
(103,107,90)
#54574A
(84,87,74)
#41433A
(65,67,58)
#2E2F2A
(46,47,42)
#1B1B1A
(27,27,26)
#000000
(0,0,0)

Tints of #D9E3BA

#D9E3BA
(217,227,186)
#DCE5C0
(220,229,192)
#DFE7C6
(223,231,198)
#E2E9CC
(226,233,204)
#E5EBD2
(229,235,210)
#E8EDD8
(232,237,216)
#EBEFDE
(235,239,222)
#EEF1E4
(238,241,228)
#F1F3EA
(241,243,234)
#F4F5F0
(244,245,240)
#F7F7F6
(247,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9E3BA; }

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

This text font color is #D9E3BA.


Background Color

.myBgColor { background-color: #D9E3BA; }

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

This div background color is #D9E3BA.


Border color

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

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

This div border color is #D9E3BA.


Opacity

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

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

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

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

This text has shadow with #D9E3BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9E3BA on black background.


Color preview on white background

This text has color #D9E3BA on white background.



Black color preview on #D9E3BA background

This text has black color on #D9E3BA background.


White color preview on #D9E3BA background

This text has white color on #D9E3BA background.