COLOR #D2EBEC

HEX: #D2EBEC
RGB: (210,235,236)

Color info

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

RGB color model

#D2EBEC color RGB value is (210,235,236).

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

RGB channels and saturation

R 210 of 255 = 82%
G 235 of 255 = 92%
B 236 of 255 = 93%

210
235
236

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

Portions of RGB colors in percentages

R + G + B =
210 + 235 + 236 = 681 (100%)
R 210 of 681 ~ 30.84%
G 235 of 681 ~ 34.51%
B 236 of 681 ~ 34.65%

%30.84
%34.51
%34.65

CMYK color model

#D2EBEC color CMYK value is (11,0,0,7).

  • cyan value is 11.02%
  • magenta value is 0.42%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(11,0,0,7)
C11M0Y0K7 
(11%,0%,0%,7%)
(0.11/0.00/0.00/0.07)	

CMYK percentages

%11.02
%0.42
%0
%7.45

Codes

Color #D2EBEC in popluar color models

D2EBEC
RGB210235236
HSL182°40.63%87.45%
HSB/HSV182°11.02%92.55%
CMYK11.02%0.42%0.00%
7.45%

Color #D2EBEC in popluar number systems.

HEXD2EBEC
Decimal210235236
Binary110100101110101111101100
Octal322353354

Shades and tints

Shades of #D2EBEC

#D2EBEC
(210,235,236)
#BFD6D7
(191,214,215)
#ACC1C2
(172,193,194)
#99ACAD
(153,172,173)
#869798
(134,151,152)
#738283
(115,130,131)
#606D6E
(96,109,110)
#4D5859
(77,88,89)
#3A4344
(58,67,68)
#272E2F
(39,46,47)
#14191A
(20,25,26)
#000000
(0,0,0)

Tints of #D2EBEC

#D2EBEC
(210,235,236)
#D6ECED
(214,236,237)
#DAEDEE
(218,237,238)
#DEEEEF
(222,238,239)
#E2EFF0
(226,239,240)
#E6F0F1
(230,240,241)
#EAF1F2
(234,241,242)
#EEF2F3
(238,242,243)
#F2F3F4
(242,243,244)
#F6F4F5
(246,244,245)
#FAF5F6
(250,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D2EBEC; }

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

This text font color is #D2EBEC.


Background Color

.myBgColor { background-color: #D2EBEC; }

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

This div background color is #D2EBEC.


Border color

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

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

This div border color is #D2EBEC.


Opacity

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

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

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

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

This text has shadow with #D2EBEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D2EBEC on black background.


Color preview on white background

This text has color #D2EBEC on white background.



Black color preview on #D2EBEC background

This text has black color on #D2EBEC background.


White color preview on #D2EBEC background

This text has white color on #D2EBEC background.