COLOR #D2EFD7

HEX: #D2EFD7
RGB: (210,239,215)

Color info

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

RGB color model

#D2EFD7 color RGB value is (210,239,215).

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

RGB channels and saturation

R 210 of 255 = 82%
G 239 of 255 = 94%
B 215 of 255 = 84%

210
239
215

R + G + B ~ 87%. #D2EFD7 is light color.

Portions of RGB colors in percentages

R + G + B =
210 + 239 + 215 = 664 (100%)
R 210 of 664 ~ 31.63%
G 239 of 664 ~ 35.99%
B 215 of 664 ~ 32.38%

%31.63
%35.99
%32.38

CMYK color model

#D2EFD7 color CMYK value is (12,0,10,6).

  • cyan value is 12.13%
  • magenta value is 0.00%
  • yellow value is 10.04%
  • key color value is 6.27%
CMYK:
(12,0,10,6)
C12M0Y10K6 
(12%,0%,10%,6%)
(0.12/0.00/0.10/0.06)	

CMYK percentages

%12.13
%0
%10.04
%6.27

Codes

Color #D2EFD7 in popluar color models

D2EFD7
RGB210239215
HSL130°47.54%88.04%
HSB/HSV130°12.13%93.73%
CMYK12.13%0.00%10.04%
6.27%

Color #D2EFD7 in popluar number systems.

HEXD2EFD7
Decimal210239215
Binary110100101110111111010111
Octal322357327

Shades and tints

Shades of #D2EFD7

#D2EFD7
(210,239,215)
#BFDAC4
(191,218,196)
#ACC5B1
(172,197,177)
#99B09E
(153,176,158)
#869B8B
(134,155,139)
#738678
(115,134,120)
#607165
(96,113,101)
#4D5C52
(77,92,82)
#3A473F
(58,71,63)
#27322C
(39,50,44)
#141D19
(20,29,25)
#000000
(0,0,0)

Tints of #D2EFD7

#D2EFD7
(210,239,215)
#D6F0DA
(214,240,218)
#DAF1DD
(218,241,221)
#DEF2E0
(222,242,224)
#E2F3E3
(226,243,227)
#E6F4E6
(230,244,230)
#EAF5E9
(234,245,233)
#EEF6EC
(238,246,236)
#F2F7EF
(242,247,239)
#F6F8F2
(246,248,242)
#FAF9F5
(250,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2EFD7; }

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

This text font color is #D2EFD7.


Background Color

.myBgColor { background-color: #D2EFD7; }

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

This div background color is #D2EFD7.


Border color

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

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

This div border color is #D2EFD7.


Opacity

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

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

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

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

This text has shadow with #D2EFD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2EFD7 on black background.


Color preview on white background

This text has color #D2EFD7 on white background.



Black color preview on #D2EFD7 background

This text has black color on #D2EFD7 background.


White color preview on #D2EFD7 background

This text has white color on #D2EFD7 background.