COLOR #D2F2EB

HEX: #D2F2EB
RGB: (210,242,235)

Color info

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

RGB color model

#D2F2EB color RGB value is (210,242,235).

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

RGB channels and saturation

R 210 of 255 = 82%
G 242 of 255 = 95%
B 235 of 255 = 92%

210
242
235

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

Portions of RGB colors in percentages

R + G + B =
210 + 242 + 235 = 687 (100%)
R 210 of 687 ~ 30.57%
G 242 of 687 ~ 35.23%
B 235 of 687 ~ 34.21%

%30.57
%35.23
%34.21

CMYK color model

#D2F2EB color CMYK value is (13,0,3,5).

  • cyan value is 13.22%
  • magenta value is 0.00%
  • yellow value is 2.89%
  • key color value is 5.10%
CMYK: (13,0,3,5) C13M0Y3K5 (13%,0%,3%,5%) (0.13/0.00/0.03/0.05)

CMYK percentages

%13.22
%0
%2.89
%5.1

Codes

Color #D2F2EB in popluar color models

D2F2EB
RGB210242235
HSL167°55.17%88.63%
HSB/HSV167°13.22%94.90%
CMYK13.22%0.00%2.89%
5.10%

Color #D2F2EB in popluar number systems.

HEXD2F2EB
Decimal210242235
Binary110100101111001011101011
Octal322362353

Shades and tints

Shades of #D2F2EB

#D2F2EB
(210,242,235)
#BFDCD6
(191,220,214)
#ACC6C1
(172,198,193)
#99B0AC
(153,176,172)
#869A97
(134,154,151)
#738482
(115,132,130)
#606E6D
(96,110,109)
#4D5858
(77,88,88)
#3A4243
(58,66,67)
#272C2E
(39,44,46)
#141619
(20,22,25)
#000000
(0,0,0)

Tints of #D2F2EB

#D2F2EB
(210,242,235)
#D6F3EC
(214,243,236)
#DAF4ED
(218,244,237)
#DEF5EE
(222,245,238)
#E2F6EF
(226,246,239)
#E6F7F0
(230,247,240)
#EAF8F1
(234,248,241)
#EEF9F2
(238,249,242)
#F2FAF3
(242,250,243)
#F6FBF4
(246,251,244)
#FAFCF5
(250,252,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2F2EB; }

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

This text font color is #D2F2EB.


Background Color

.myBgColor { background-color: #D2F2EB; }

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

This div background color is #D2F2EB.


Border color

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

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

This div border color is #D2F2EB.


Opacity

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

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

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

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

This text has shadow with #D2F2EB color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #D2F2EB on black background.


Color preview on white background

This text has color #D2F2EB on white background.



Black color preview on #D2F2EB background

This text has black color on #D2F2EB background.


White color preview on #D2F2EB background

This text has white color on #D2F2EB background.