COLOR #D2F3E5

HEX: #D2F3E5
RGB: (210,243,229)

Color info

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

RGB color model

#D2F3E5 color RGB value is (210,243,229).

  • red value is 210;
  • green value is 243;
  • blue value is 229.
RGB:
(210,243,229)
(82%,95%,90%)

RGB channels and saturation

R 210 of 255 = 82%
G 243 of 255 = 95%
B 229 of 255 = 90%

210
243
229

R + G + B ~ 89%. #D2F3E5 is light color.

Portions of RGB colors in percentages

R + G + B =
210 + 243 + 229 = 682 (100%)
R 210 of 682 ~ 30.79%
G 243 of 682 ~ 35.63%
B 229 of 682 ~ 33.58%

%30.79
%35.63
%33.58

CMYK color model

#D2F3E5 color CMYK value is (14,0,6,5).

  • cyan value is 13.58%
  • magenta value is 0.00%
  • yellow value is 5.76%
  • key color value is 4.71%
CMYK:
(14,0,6,5)
C14M0Y6K5 
(14%,0%,6%,5%)
(0.14/0.00/0.06/0.05)	

CMYK percentages

%13.58
%0
%5.76
%4.71

Codes

Color #D2F3E5 in popluar color models

D2F3E5
RGB210243229
HSL155°57.89%88.82%
HSB/HSV155°13.58%95.29%
CMYK13.58%0.00%5.76%
4.71%

Color #D2F3E5 in popluar number systems.

HEXD2F3E5
Decimal210243229
Binary110100101111001111100101
Octal322363345

Shades and tints

Shades of #D2F3E5

#D2F3E5
(210,243,229)
#BFDDD1
(191,221,209)
#ACC7BD
(172,199,189)
#99B1A9
(153,177,169)
#869B95
(134,155,149)
#738581
(115,133,129)
#606F6D
(96,111,109)
#4D5959
(77,89,89)
#3A4345
(58,67,69)
#272D31
(39,45,49)
#14171D
(20,23,29)
#000000
(0,0,0)

Tints of #D2F3E5

#D2F3E5
(210,243,229)
#D6F4E7
(214,244,231)
#DAF5E9
(218,245,233)
#DEF6EB
(222,246,235)
#E2F7ED
(226,247,237)
#E6F8EF
(230,248,239)
#EAF9F1
(234,249,241)
#EEFAF3
(238,250,243)
#F2FBF5
(242,251,245)
#F6FCF7
(246,252,247)
#FAFDF9
(250,253,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2F3E5 color. Also use rgb(210,243,229) instead hex code.

Text Font Color

.myTextColor { color: #D2F3E5; }

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

This text font color is #D2F3E5.


Background Color

.myBgColor { background-color: #D2F3E5; }

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

This div background color is #D2F3E5.


Border color

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

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

This div border color is #D2F3E5.


Opacity

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

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

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

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

This text has shadow with #D2F3E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2F3E5 on black background.


Color preview on white background

This text has color #D2F3E5 on white background.



Black color preview on #D2F3E5 background

This text has black color on #D2F3E5 background.


White color preview on #D2F3E5 background

This text has white color on #D2F3E5 background.