COLOR #D2EBF0

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

210
235
240

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

Portions of RGB colors in percentages

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

%30.66
%34.31
%35.04

CMYK color model

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

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

CMYK percentages

%12.5
%2.08
%0
%5.88

Codes

Color #D2EBF0 in popluar color models

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

Color #D2EBF0 in popluar number systems.

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

Shades and tints

Shades of #D2EBF0

#D2EBF0
(210,235,240)
#BFD6DB
(191,214,219)
#ACC1C6
(172,193,198)
#99ACB1
(153,172,177)
#86979C
(134,151,156)
#738287
(115,130,135)
#606D72
(96,109,114)
#4D585D
(77,88,93)
#3A4348
(58,67,72)
#272E33
(39,46,51)
#14191E
(20,25,30)
#000000
(0,0,0)

Tints of #D2EBF0

#D2EBF0
(210,235,240)
#D6ECF1
(214,236,241)
#DAEDF2
(218,237,242)
#DEEEF3
(222,238,243)
#E2EFF4
(226,239,244)
#E6F0F5
(230,240,245)
#EAF1F6
(234,241,246)
#EEF2F7
(238,242,247)
#F2F3F8
(242,243,248)
#F6F4F9
(246,244,249)
#FAF5FA
(250,245,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2EBF0; }

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

This text font color is #D2EBF0.

Background Color

.myBgColor { background-color: #D2EBF0; }

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

This div background color is #D2EBF0.

Border color

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

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

This div border color is #D2EBF0.

Opacity

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

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

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

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

This text has shadow with #D2EBF0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D2EBF0.

Preview

Color preview on black background

This text has color #D2EBF0 on black background.


Color preview on white background

This text has color #D2EBF0 on white background.


Black color preview on #D2EBF0 background

This text has black color on #D2EBF0 background.


White color preview on #D2EBF0 background

This text has white color on #D2EBF0 background.


Related colors

Complementary color

Complementary color for #hex is #2D140F.


I love getcolorcode.com

Triadic colors

1 #F0D2EB and #EBF0D2 with #D2EBF0 are triadic colors.

2 #F0EBD2 and #EBD2F0 with #D2EBF0 are triadic colors.