COLOR #D2F0EE

HEX: #D2F0EE
RGB: (210,240,238)

Color info

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

RGB color model

#D2F0EE color RGB value is (210,240,238).

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

RGB channels and saturation

R 210 of 255 = 82%
G 240 of 255 = 94%
B 238 of 255 = 93%

210
240
238

R + G + B ~ 90%. #D2F0EE is light color.

Portions of RGB colors in percentages

R + G + B =
210 + 240 + 238 = 688 (100%)
R 210 of 688 ~ 30.52%
G 240 of 688 ~ 34.88%
B 238 of 688 ~ 34.59%

%30.52
%34.88
%34.59

CMYK color model

#D2F0EE color CMYK value is (13,0,1,6).

  • cyan value is 12.50%
  • magenta value is 0.00%
  • yellow value is 0.83%
  • key color value is 5.88%
CMYK:
(13,0,1,6)
C13M0Y1K6 
(13%,0%,1%,6%)
(0.13/0.00/0.01/0.06)	

CMYK percentages

%12.5
%0
%0.83
%5.88

Codes

Color #D2F0EE in popluar color models

D2F0EE
RGB210240238
HSL176°50.00%88.24%
HSB/HSV176°12.50%94.12%
CMYK12.50%0.00%0.83%
5.88%

Color #D2F0EE in popluar number systems.

HEXD2F0EE
Decimal210240238
Binary110100101111000011101110
Octal322360356

Shades and tints

Shades of #D2F0EE

#D2F0EE
(210,240,238)
#BFDBD9
(191,219,217)
#ACC6C4
(172,198,196)
#99B1AF
(153,177,175)
#869C9A
(134,156,154)
#738785
(115,135,133)
#607270
(96,114,112)
#4D5D5B
(77,93,91)
#3A4846
(58,72,70)
#273331
(39,51,49)
#141E1C
(20,30,28)
#000000
(0,0,0)

Tints of #D2F0EE

#D2F0EE
(210,240,238)
#D6F1EF
(214,241,239)
#DAF2F0
(218,242,240)
#DEF3F1
(222,243,241)
#E2F4F2
(226,244,242)
#E6F5F3
(230,245,243)
#EAF6F4
(234,246,244)
#EEF7F5
(238,247,245)
#F2F8F6
(242,248,246)
#F6F9F7
(246,249,247)
#FAFAF8
(250,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2F0EE; }

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

This text font color is #D2F0EE.


Background Color

.myBgColor { background-color: #D2F0EE; }

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

This div background color is #D2F0EE.


Border color

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

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

This div border color is #D2F0EE.


Opacity

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

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

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

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

This text has shadow with #D2F0EE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2F0EE on black background.


Color preview on white background

This text has color #D2F0EE on white background.



Black color preview on #D2F0EE background

This text has black color on #D2F0EE background.


White color preview on #D2F0EE background

This text has white color on #D2F0EE background.