COLOR #D5EFCA

HEX: #D5EFCA
RGB: (213,239,202)

Color info

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

RGB color model

#D5EFCA color RGB value is (213,239,202).

  • red value is 213;
  • green value is 239;
  • blue value is 202.
RGB:
(213,239,202)
(84%,94%,79%)

RGB channels and saturation

R 213 of 255 = 84%
G 239 of 255 = 94%
B 202 of 255 = 79%

213
239
202

R + G + B ~ 86%. #D5EFCA is light color.

Portions of RGB colors in percentages

R + G + B =
213 + 239 + 202 = 654 (100%)
R 213 of 654 ~ 32.57%
G 239 of 654 ~ 36.54%
B 202 of 654 ~ 30.89%

%32.57
%36.54
%30.89

CMYK color model

#D5EFCA color CMYK value is (11,0,15,6).

  • cyan value is 10.88%
  • magenta value is 0.00%
  • yellow value is 15.48%
  • key color value is 6.27%
CMYK:
(11,0,15,6)
C11M0Y15K6 
(11%,0%,15%,6%)
(0.11/0.00/0.15/0.06)	

CMYK percentages

%10.88
%0
%15.48
%6.27

Codes

Color #D5EFCA in popluar color models

D5EFCA
RGB213239202
HSL102°53.62%86.47%
HSB/HSV102°15.48%93.73%
CMYK10.88%0.00%15.48%
6.27%

Color #D5EFCA in popluar number systems.

HEXD5EFCA
Decimal213239202
Binary110101011110111111001010
Octal325357312

Shades and tints

Shades of #D5EFCA

#D5EFCA
(213,239,202)
#C2DAB8
(194,218,184)
#AFC5A6
(175,197,166)
#9CB094
(156,176,148)
#899B82
(137,155,130)
#768670
(118,134,112)
#63715E
(99,113,94)
#505C4C
(80,92,76)
#3D473A
(61,71,58)
#2A3228
(42,50,40)
#171D16
(23,29,22)
#000000
(0,0,0)

Tints of #D5EFCA

#D5EFCA
(213,239,202)
#D8F0CE
(216,240,206)
#DBF1D2
(219,241,210)
#DEF2D6
(222,242,214)
#E1F3DA
(225,243,218)
#E4F4DE
(228,244,222)
#E7F5E2
(231,245,226)
#EAF6E6
(234,246,230)
#EDF7EA
(237,247,234)
#F0F8EE
(240,248,238)
#F3F9F2
(243,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5EFCA color. Also use rgb(213,239,202) instead hex code.

Text Font Color

.myTextColor { color: #D5EFCA; }

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

This text font color is #D5EFCA.


Background Color

.myBgColor { background-color: #D5EFCA; }

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

This div background color is #D5EFCA.


Border color

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

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

This div border color is #D5EFCA.


Opacity

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

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

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

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

This text has shadow with #D5EFCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5EFCA on black background.


Color preview on white background

This text has color #D5EFCA on white background.



Black color preview on #D5EFCA background

This text has black color on #D5EFCA background.


White color preview on #D5EFCA background

This text has white color on #D5EFCA background.