COLOR #D2F0EB

HEX: #D2F0EB RGB: (210,240,235)

Color info

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

RGB color model

#D2F0EB color RGB value is (210,240,235).

RGB: (210,240,235) (82%, 94%, 92%)

RGB channels and saturation

R 210 of 255 = 82%
G 240 of 255 = 94%
B 235 of 255 = 92%

210
240
235

R + G + B ~ 89%. #D2F0EB is light color.

Portions of RGB colors in percentages

R + G + B = 210 + 240 + 235 = 685 (100%)
R 210 of 685 ~ 30.66%
G 240 of 685 ~ 35.04%
B 235 of 685 ~ 34.31'%

%30.66
%35.04
%34.31

CMYK color model

#D2F0EB color CMYK value is (13,0,2,6).

  • cyan value is 12.50%
  • magenta value is 0.00%
  • yellow value is 2.08%
  • key color value is 5.88%
CMYK: (13,0,2,6) C13M0Y2K6 (13%,0%,2%,6%) (0.13/0.00/0.02/0.06) 

CMYK percentages

%12.5
%0
%2.08
%5.88

Codes

Color #D2F0EB in popluar color models

D2 F0 EB
RGB 210 240 235
HSL 170° 50.00% 88.24%
HSB/HSV 170° 12.50% 94.12%
CMYK 12.50% 0.00% 2.08%
5.88%

Color #D2F0EB in popluar number systems.

HEX D2 F0 EB
Decimal 210 240 235
Binary 11010010 11110000 11101011
Octal 322 360 353

Shades and tints

Shades of #D2F0EB

#D2F0EB
(210,240,235)
#BFDBD6
(191,219,214)
#ACC6C1
(172,198,193)
#99B1AC
(153,177,172)
#869C97
(134,156,151)
#738782
(115,135,130)
#60726D
(96,114,109)
#4D5D58
(77,93,88)
#3A4843
(58,72,67)
#27332E
(39,51,46)
#141E19
(20,30,25)
#000000
(0,0,0)

Tints of #D2F0EB

#D2F0EB
(210,240,235)
#D6F1EC
(214,241,236)
#DAF2ED
(218,242,237)
#DEF3EE
(222,243,238)
#E2F4EF
(226,244,239)
#E6F5F0
(230,245,240)
#EAF6F1
(234,246,241)
#EEF7F2
(238,247,242)
#F2F8F3
(242,248,243)
#F6F9F4
(246,249,244)
#FAFAF5
(250,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2F0EB; }

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

This text font color is #D2F0EB.

Background Color

.myBgColor { background-color: #D2F0EB; }

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

This div background color is #D2F0EB.

Border color

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

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

This div border color is #D2F0EB.

Opacity

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

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

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

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

This text has shadow with #D2F0EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D2F0EB.

Preview

Color preview on black background

This text has color #D2F0EB on black background.


Color preview on white background

This text has color #D2F0EB on white background.


Black color preview on #D2F0EB background

This text has black color on #D2F0EB background.


White color preview on #D2F0EB background

This text has white color on #D2F0EB background.


Related colors

Complementary color

Complementary color for #hex is #2D0F14.


I love getcolorcode.com

Triadic colors

1 #EBD2F0 and #F0EBD2 with #D2F0EB are triadic colors.

2 #EBF0D2 and #F0D2EB with #D2F0EB are triadic colors.