COLOR #D9EBCA

HEX: #D9EBCA
RGB: (217,235,202)

Color info

#D9EBCA contains red, green and blue colors in about the same proportion. Web safe color of #D9EBCA is #CCFFCC (or #CFC).

RGB color model

#D9EBCA color RGB value is (217,235,202).

  • red value is 217;
  • green value is 235;
  • blue value is 202.
RGB:
(217,235,202)
(85%,92%,79%)

RGB channels and saturation

R 217 of 255 = 85%
G 235 of 255 = 92%
B 202 of 255 = 79%

217
235
202

R + G + B ~ 85%. #D9EBCA is quite light color.

Portions of RGB colors in percentages

R + G + B =
217 + 235 + 202 = 654 (100%)
R 217 of 654 ~ 33.18%
G 235 of 654 ~ 35.93%
B 202 of 654 ~ 30.89%

%33.18
%35.93
%30.89

CMYK color model

#D9EBCA color CMYK value is (8,0,14,8).

  • cyan value is 7.66%
  • magenta value is 0.00%
  • yellow value is 14.04%
  • key color value is 7.84%
CMYK:
(8,0,14,8)
C8M0Y14K8 
(8%,0%,14%,8%)
(0.08/0.00/0.14/0.08)	

CMYK percentages

%7.66
%0
%14.04
%7.84

Codes

Color #D9EBCA in popluar color models

D9EBCA
RGB217235202
HSL93°45.21%85.69%
HSB/HSV93°14.04%92.16%
CMYK7.66%0.00%14.04%
7.84%

Color #D9EBCA in popluar number systems.

HEXD9EBCA
Decimal217235202
Binary110110011110101111001010
Octal331353312

Shades and tints

Shades of #D9EBCA

#D9EBCA
(217,235,202)
#C6D6B8
(198,214,184)
#B3C1A6
(179,193,166)
#A0AC94
(160,172,148)
#8D9782
(141,151,130)
#7A8270
(122,130,112)
#676D5E
(103,109,94)
#54584C
(84,88,76)
#41433A
(65,67,58)
#2E2E28
(46,46,40)
#1B1916
(27,25,22)
#000000
(0,0,0)

Tints of #D9EBCA

#D9EBCA
(217,235,202)
#DCECCE
(220,236,206)
#DFEDD2
(223,237,210)
#E2EED6
(226,238,214)
#E5EFDA
(229,239,218)
#E8F0DE
(232,240,222)
#EBF1E2
(235,241,226)
#EEF2E6
(238,242,230)
#F1F3EA
(241,243,234)
#F4F4EE
(244,244,238)
#F7F5F2
(247,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D9EBCA color. Also use rgb(217,235,202) instead hex code.

Text Font Color

.myTextColor { color: #D9EBCA; }

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

This text font color is #D9EBCA.


Background Color

.myBgColor { background-color: #D9EBCA; }

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

This div background color is #D9EBCA.


Border color

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

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

This div border color is #D9EBCA.


Opacity

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

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

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

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

This text has shadow with #D9EBCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9EBCA on black background.


Color preview on white background

This text has color #D9EBCA on white background.



Black color preview on #D9EBCA background

This text has black color on #D9EBCA background.


White color preview on #D9EBCA background

This text has white color on #D9EBCA background.