COLOR #D2EFEF

HEX: #D2EFEF
RGB: (210,239,239)

Color info

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

RGB color model

#D2EFEF color RGB value is (210,239,239).

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

RGB channels and saturation

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

210
239
239

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

Portions of RGB colors in percentages

R + G + B =
210 + 239 + 239 = 688 (100%)
R 210 of 688 ~ 30.52%
G 239 of 688 ~ 34.74%
B 239 of 688 ~ 34.74%

%30.52
%34.74
%34.74

CMYK color model

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

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

CMYK percentages

%12.13
%0
%0
%6.27

Codes

Color #D2EFEF in popluar color models

D2EFEF
RGB210239239
HSL180°47.54%88.04%
HSB/HSV180°12.13%93.73%
CMYK12.13%0.00%0.00%
6.27%

Color #D2EFEF in popluar number systems.

HEXD2EFEF
Decimal210239239
Binary110100101110111111101111
Octal322357357

Shades and tints

Shades of #D2EFEF

#D2EFEF
(210,239,239)
#BFDADA
(191,218,218)
#ACC5C5
(172,197,197)
#99B0B0
(153,176,176)
#869B9B
(134,155,155)
#738686
(115,134,134)
#607171
(96,113,113)
#4D5C5C
(77,92,92)
#3A4747
(58,71,71)
#273232
(39,50,50)
#141D1D
(20,29,29)
#000000
(0,0,0)

Tints of #D2EFEF

#D2EFEF
(210,239,239)
#D6F0F0
(214,240,240)
#DAF1F1
(218,241,241)
#DEF2F2
(222,242,242)
#E2F3F3
(226,243,243)
#E6F4F4
(230,244,244)
#EAF5F5
(234,245,245)
#EEF6F6
(238,246,246)
#F2F7F7
(242,247,247)
#F6F8F8
(246,248,248)
#FAF9F9
(250,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2EFEF; }

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

This text font color is #D2EFEF.


Background Color

.myBgColor { background-color: #D2EFEF; }

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

This div background color is #D2EFEF.


Border color

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

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

This div border color is #D2EFEF.


Opacity

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

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

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

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

This text has shadow with #D2EFEF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2EFEF on black background.


Color preview on white background

This text has color #D2EFEF on white background.



Black color preview on #D2EFEF background

This text has black color on #D2EFEF background.


White color preview on #D2EFEF background

This text has white color on #D2EFEF background.