COLOR #D2F4EB

HEX: #D2F4EB
RGB: (210,244,235)

Color info

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

RGB color model

#D2F4EB color RGB value is (210,244,235).

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

RGB channels and saturation

R 210 of 255 = 82%
G 244 of 255 = 96%
B 235 of 255 = 92%

210
244
235

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

Portions of RGB colors in percentages

R + G + B =
210 + 244 + 235 = 689 (100%)
R 210 of 689 ~ 30.48%
G 244 of 689 ~ 35.41%
B 235 of 689 ~ 34.11%

%30.48
%35.41
%34.11

CMYK color model

#D2F4EB color CMYK value is (14,0,4,4).

  • cyan value is 13.93%
  • magenta value is 0.00%
  • yellow value is 3.69%
  • key color value is 4.31%
CMYK: (14,0,4,4) C14M0Y4K4 (14%,0%,4%,4%) (0.14/0.00/0.04/0.04)

CMYK percentages

%13.93
%0
%3.69
%4.31

Codes

Color #D2F4EB in popluar color models

D2F4EB
RGB210244235
HSL164°60.71%89.02%
HSB/HSV164°13.93%95.69%
CMYK13.93%0.00%3.69%
4.31%

Color #D2F4EB in popluar number systems.

HEXD2F4EB
Decimal210244235
Binary110100101111010011101011
Octal322364353

Shades and tints

Shades of #D2F4EB

#D2F4EB
(210,244,235)
#BFDED6
(191,222,214)
#ACC8C1
(172,200,193)
#99B2AC
(153,178,172)
#869C97
(134,156,151)
#738682
(115,134,130)
#60706D
(96,112,109)
#4D5A58
(77,90,88)
#3A4443
(58,68,67)
#272E2E
(39,46,46)
#141819
(20,24,25)
#000000
(0,0,0)

Tints of #D2F4EB

#D2F4EB
(210,244,235)
#D6F5EC
(214,245,236)
#DAF6ED
(218,246,237)
#DEF7EE
(222,247,238)
#E2F8EF
(226,248,239)
#E6F9F0
(230,249,240)
#EAFAF1
(234,250,241)
#EEFBF2
(238,251,242)
#F2FCF3
(242,252,243)
#F6FDF4
(246,253,244)
#FAFEF5
(250,254,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2F4EB; }

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

This text font color is #D2F4EB.


Background Color

.myBgColor { background-color: #D2F4EB; }

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

This div background color is #D2F4EB.


Border color

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

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

This div border color is #D2F4EB.


Opacity

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

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

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

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

This text has shadow with #D2F4EB color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #D2F4EB on black background.


Color preview on white background

This text has color #D2F4EB on white background.



Black color preview on #D2F4EB background

This text has black color on #D2F4EB background.


White color preview on #D2F4EB background

This text has white color on #D2F4EB background.