COLOR #D2F0EA

HEX: #D2F0EA
RGB: (210,240,234)

Color info

#D2F0EA contains red, green and blue colors in about the same proportion. Web safe color of #D2F0EA is #CCFFFF (or #CFF).

RGB color model

#D2F0EA color RGB value is (210,240,234).

  • red value is 210;
  • green value is 240;
  • blue value is 234.
RGB:
(210,240,234)
(82%,94%,92%)

RGB channels and saturation

R 210 of 255 = 82%
G 240 of 255 = 94%
B 234 of 255 = 92%

210
240
234

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

Portions of RGB colors in percentages

R + G + B =
210 + 240 + 234 = 684 (100%)
R 210 of 684 ~ 30.7%
G 240 of 684 ~ 35.09%
B 234 of 684 ~ 34.21%

%30.7
%35.09
%34.21

CMYK color model

#D2F0EA color CMYK value is (13,0,3,6).

  • cyan value is 12.50%
  • magenta value is 0.00%
  • yellow value is 2.50%
  • key color value is 5.88%
CMYK:
(13,0,3,6)
C13M0Y3K6 
(13%,0%,3%,6%)
(0.13/0.00/0.03/0.06)	

CMYK percentages

%12.5
%0
%2.5
%5.88

Codes

Color #D2F0EA in popluar color models

D2F0EA
RGB210240234
HSL168°50.00%88.24%
HSB/HSV168°12.50%94.12%
CMYK12.50%0.00%2.50%
5.88%

Color #D2F0EA in popluar number systems.

HEXD2F0EA
Decimal210240234
Binary110100101111000011101010
Octal322360352

Shades and tints

Shades of #D2F0EA

#D2F0EA
(210,240,234)
#BFDBD5
(191,219,213)
#ACC6C0
(172,198,192)
#99B1AB
(153,177,171)
#869C96
(134,156,150)
#738781
(115,135,129)
#60726C
(96,114,108)
#4D5D57
(77,93,87)
#3A4842
(58,72,66)
#27332D
(39,51,45)
#141E18
(20,30,24)
#000000
(0,0,0)

Tints of #D2F0EA

#D2F0EA
(210,240,234)
#D6F1EB
(214,241,235)
#DAF2EC
(218,242,236)
#DEF3ED
(222,243,237)
#E2F4EE
(226,244,238)
#E6F5EF
(230,245,239)
#EAF6F0
(234,246,240)
#EEF7F1
(238,247,241)
#F2F8F2
(242,248,242)
#F6F9F3
(246,249,243)
#FAFAF4
(250,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D2F0EA color. Also use rgb(210,240,234) instead hex code.

Text Font Color

.myTextColor { color: #D2F0EA; }

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

This text font color is #D2F0EA.


Background Color

.myBgColor { background-color: #D2F0EA; }

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

This div background color is #D2F0EA.


Border color

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

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

This div border color is #D2F0EA.


Opacity

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

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

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

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

This text has shadow with #D2F0EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2F0EA on black background.


Color preview on white background

This text has color #D2F0EA on white background.



Black color preview on #D2F0EA background

This text has black color on #D2F0EA background.


White color preview on #D2F0EA background

This text has white color on #D2F0EA background.