COLOR #D2EFCA

HEX: #D2EFCA
RGB: (210,239,202)

Color info

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

RGB color model

#D2EFCA color RGB value is (210,239,202).

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

RGB channels and saturation

R 210 of 255 = 82%
G 239 of 255 = 94%
B 202 of 255 = 79%

210
239
202

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

Portions of RGB colors in percentages

R + G + B =
210 + 239 + 202 = 651 (100%)
R 210 of 651 ~ 32.26%
G 239 of 651 ~ 36.71%
B 202 of 651 ~ 31.03%

%32.26
%36.71
%31.03

CMYK color model

#D2EFCA color CMYK value is (12,0,15,6).

  • cyan value is 12.13%
  • magenta value is 0.00%
  • yellow value is 15.48%
  • key color value is 6.27%
CMYK:
(12,0,15,6)
C12M0Y15K6 
(12%,0%,15%,6%)
(0.12/0.00/0.15/0.06)	

CMYK percentages

%12.13
%0
%15.48
%6.27

Codes

Color #D2EFCA in popluar color models

D2EFCA
RGB210239202
HSL107°53.62%86.47%
HSB/HSV107°15.48%93.73%
CMYK12.13%0.00%15.48%
6.27%

Color #D2EFCA in popluar number systems.

HEXD2EFCA
Decimal210239202
Binary110100101110111111001010
Octal322357312

Shades and tints

Shades of #D2EFCA

#D2EFCA
(210,239,202)
#BFDAB8
(191,218,184)
#ACC5A6
(172,197,166)
#99B094
(153,176,148)
#869B82
(134,155,130)
#738670
(115,134,112)
#60715E
(96,113,94)
#4D5C4C
(77,92,76)
#3A473A
(58,71,58)
#273228
(39,50,40)
#141D16
(20,29,22)
#000000
(0,0,0)

Tints of #D2EFCA

#D2EFCA
(210,239,202)
#D6F0CE
(214,240,206)
#DAF1D2
(218,241,210)
#DEF2D6
(222,242,214)
#E2F3DA
(226,243,218)
#E6F4DE
(230,244,222)
#EAF5E2
(234,245,226)
#EEF6E6
(238,246,230)
#F2F7EA
(242,247,234)
#F6F8EE
(246,248,238)
#FAF9F2
(250,249,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2EFCA; }

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

This text font color is #D2EFCA.


Background Color

.myBgColor { background-color: #D2EFCA; }

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

This div background color is #D2EFCA.


Border color

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

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

This div border color is #D2EFCA.


Opacity

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

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

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

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

This text has shadow with #D2EFCA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2EFCA on black background.


Color preview on white background

This text has color #D2EFCA on white background.



Black color preview on #D2EFCA background

This text has black color on #D2EFCA background.


White color preview on #D2EFCA background

This text has white color on #D2EFCA background.