COLOR #D2F1EF

HEX: #D2F1EF
RGB: (210,241,239)

Color info

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

RGB color model

#D2F1EF color RGB value is (210,241,239).

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

RGB channels and saturation

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

210
241
239

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

Portions of RGB colors in percentages

R + G + B =
210 + 241 + 239 = 690 (100%)
R 210 of 690 ~ 30.43%
G 241 of 690 ~ 34.93%
B 239 of 690 ~ 34.64%

%30.43
%34.93
%34.64

CMYK color model

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

  • cyan value is 12.86%
  • magenta value is 0.00%
  • yellow value is 0.83%
  • key color value is 5.49%
CMYK:
(13,0,1,5)
C13M0Y1K5 
(13%,0%,1%,5%)
(0.13/0.00/0.01/0.05)	

CMYK percentages

%12.86
%0
%0.83
%5.49

Codes

Color #D2F1EF in popluar color models

D2F1EF
RGB210241239
HSL176°52.54%88.43%
HSB/HSV176°12.86%94.51%
CMYK12.86%0.00%0.83%
5.49%

Color #D2F1EF in popluar number systems.

HEXD2F1EF
Decimal210241239
Binary110100101111000111101111
Octal322361357

Shades and tints

Shades of #D2F1EF

#D2F1EF
(210,241,239)
#BFDCDA
(191,220,218)
#ACC7C5
(172,199,197)
#99B2B0
(153,178,176)
#869D9B
(134,157,155)
#738886
(115,136,134)
#607371
(96,115,113)
#4D5E5C
(77,94,92)
#3A4947
(58,73,71)
#273432
(39,52,50)
#141F1D
(20,31,29)
#000000
(0,0,0)

Tints of #D2F1EF

#D2F1EF
(210,241,239)
#D6F2F0
(214,242,240)
#DAF3F1
(218,243,241)
#DEF4F2
(222,244,242)
#E2F5F3
(226,245,243)
#E6F6F4
(230,246,244)
#EAF7F5
(234,247,245)
#EEF8F6
(238,248,246)
#F2F9F7
(242,249,247)
#F6FAF8
(246,250,248)
#FAFBF9
(250,251,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2F1EF; }

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

This text font color is #D2F1EF.


Background Color

.myBgColor { background-color: #D2F1EF; }

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

This div background color is #D2F1EF.


Border color

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

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

This div border color is #D2F1EF.


Opacity

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

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

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

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

This text has shadow with #D2F1EF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2F1EF on black background.


Color preview on white background

This text has color #D2F1EF on white background.



Black color preview on #D2F1EF background

This text has black color on #D2F1EF background.


White color preview on #D2F1EF background

This text has white color on #D2F1EF background.