COLOR #D2EFE3

HEX: #D2EFE3
RGB: (210,239,227)

Color info

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

RGB color model

#D2EFE3 color RGB value is (210,239,227).

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

RGB channels and saturation

R 210 of 255 = 82%
G 239 of 255 = 94%
B 227 of 255 = 89%

210
239
227

R + G + B ~ 88%. #D2EFE3 is light color.

Portions of RGB colors in percentages

R + G + B =
210 + 239 + 227 = 676 (100%)
R 210 of 676 ~ 31.07%
G 239 of 676 ~ 35.36%
B 227 of 676 ~ 33.58%

%31.07
%35.36
%33.58

CMYK color model

#D2EFE3 color CMYK value is (12,0,5,6).

  • cyan value is 12.13%
  • magenta value is 0.00%
  • yellow value is 5.02%
  • key color value is 6.27%
CMYK:
(12,0,5,6)
C12M0Y5K6 
(12%,0%,5%,6%)
(0.12/0.00/0.05/0.06)	

CMYK percentages

%12.13
%0
%5.02
%6.27

Codes

Color #D2EFE3 in popluar color models

D2EFE3
RGB210239227
HSL155°47.54%88.04%
HSB/HSV155°12.13%93.73%
CMYK12.13%0.00%5.02%
6.27%

Color #D2EFE3 in popluar number systems.

HEXD2EFE3
Decimal210239227
Binary110100101110111111100011
Octal322357343

Shades and tints

Shades of #D2EFE3

#D2EFE3
(210,239,227)
#BFDACF
(191,218,207)
#ACC5BB
(172,197,187)
#99B0A7
(153,176,167)
#869B93
(134,155,147)
#73867F
(115,134,127)
#60716B
(96,113,107)
#4D5C57
(77,92,87)
#3A4743
(58,71,67)
#27322F
(39,50,47)
#141D1B
(20,29,27)
#000000
(0,0,0)

Tints of #D2EFE3

#D2EFE3
(210,239,227)
#D6F0E5
(214,240,229)
#DAF1E7
(218,241,231)
#DEF2E9
(222,242,233)
#E2F3EB
(226,243,235)
#E6F4ED
(230,244,237)
#EAF5EF
(234,245,239)
#EEF6F1
(238,246,241)
#F2F7F3
(242,247,243)
#F6F8F5
(246,248,245)
#FAF9F7
(250,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2EFE3; }

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

This text font color is #D2EFE3.


Background Color

.myBgColor { background-color: #D2EFE3; }

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

This div background color is #D2EFE3.


Border color

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

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

This div border color is #D2EFE3.


Opacity

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

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

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

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

This text has shadow with #D2EFE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2EFE3 on black background.


Color preview on white background

This text has color #D2EFE3 on white background.



Black color preview on #D2EFE3 background

This text has black color on #D2EFE3 background.


White color preview on #D2EFE3 background

This text has white color on #D2EFE3 background.