COLOR #D2EFF2

HEX: #D2EFF2
RGB: (210,239,242)

Color info

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

RGB color model

#D2EFF2 color RGB value is (210,239,242).

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

RGB channels and saturation

R 210 of 255 = 82%
G 239 of 255 = 94%
B 242 of 255 = 95%

210
239
242

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

Portions of RGB colors in percentages

R + G + B =
210 + 239 + 242 = 691 (100%)
R 210 of 691 ~ 30.39%
G 239 of 691 ~ 34.59%
B 242 of 691 ~ 35.02%

%30.39
%34.59
%35.02

CMYK color model

#D2EFF2 color CMYK value is (13,1,0,5).

  • cyan value is 13.22%
  • magenta value is 1.24%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(13,1,0,5)
C13M1Y0K5 
(13%,1%,0%,5%)
(0.13/0.01/0.00/0.05)	

CMYK percentages

%13.22
%1.24
%0
%5.1

Codes

Color #D2EFF2 in popluar color models

D2EFF2
RGB210239242
HSL186°55.17%88.63%
HSB/HSV186°13.22%94.90%
CMYK13.22%1.24%0.00%
5.10%

Color #D2EFF2 in popluar number systems.

HEXD2EFF2
Decimal210239242
Binary110100101110111111110010
Octal322357362

Shades and tints

Shades of #D2EFF2

#D2EFF2
(210,239,242)
#BFDADC
(191,218,220)
#ACC5C6
(172,197,198)
#99B0B0
(153,176,176)
#869B9A
(134,155,154)
#738684
(115,134,132)
#60716E
(96,113,110)
#4D5C58
(77,92,88)
#3A4742
(58,71,66)
#27322C
(39,50,44)
#141D16
(20,29,22)
#000000
(0,0,0)

Tints of #D2EFF2

#D2EFF2
(210,239,242)
#D6F0F3
(214,240,243)
#DAF1F4
(218,241,244)
#DEF2F5
(222,242,245)
#E2F3F6
(226,243,246)
#E6F4F7
(230,244,247)
#EAF5F8
(234,245,248)
#EEF6F9
(238,246,249)
#F2F7FA
(242,247,250)
#F6F8FB
(246,248,251)
#FAF9FC
(250,249,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2EFF2; }

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

This text font color is #D2EFF2.


Background Color

.myBgColor { background-color: #D2EFF2; }

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

This div background color is #D2EFF2.


Border color

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

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

This div border color is #D2EFF2.


Opacity

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

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

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

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

This text has shadow with #D2EFF2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2EFF2 on black background.


Color preview on white background

This text has color #D2EFF2 on white background.



Black color preview on #D2EFF2 background

This text has black color on #D2EFF2 background.


White color preview on #D2EFF2 background

This text has white color on #D2EFF2 background.