COLOR #D7EBEC

HEX: #D7EBEC
RGB: (215,235,236)

Color info

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

RGB color model

#D7EBEC color RGB value is (215,235,236).

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

RGB channels and saturation

R 215 of 255 = 84%
G 235 of 255 = 92%
B 236 of 255 = 93%

215
235
236

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

Portions of RGB colors in percentages

R + G + B =
215 + 235 + 236 = 686 (100%)
R 215 of 686 ~ 31.34%
G 235 of 686 ~ 34.26%
B 236 of 686 ~ 34.4%

%31.34
%34.26
%34.4

CMYK color model

#D7EBEC color CMYK value is (9,0,0,7).

  • cyan value is 8.90%
  • magenta value is 0.42%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK:
(9,0,0,7)
C9M0Y0K7 
(9%,0%,0%,7%)
(0.09/0.00/0.00/0.07)	

CMYK percentages

%8.9
%0.42
%0
%7.45

Codes

Color #D7EBEC in popluar color models

D7EBEC
RGB215235236
HSL183°35.59%88.43%
HSB/HSV183°8.90%92.55%
CMYK8.90%0.42%0.00%
7.45%

Color #D7EBEC in popluar number systems.

HEXD7EBEC
Decimal215235236
Binary110101111110101111101100
Octal327353354

Shades and tints

Shades of #D7EBEC

#D7EBEC
(215,235,236)
#C4D6D7
(196,214,215)
#B1C1C2
(177,193,194)
#9EACAD
(158,172,173)
#8B9798
(139,151,152)
#788283
(120,130,131)
#656D6E
(101,109,110)
#525859
(82,88,89)
#3F4344
(63,67,68)
#2C2E2F
(44,46,47)
#19191A
(25,25,26)
#000000
(0,0,0)

Tints of #D7EBEC

#D7EBEC
(215,235,236)
#DAECED
(218,236,237)
#DDEDEE
(221,237,238)
#E0EEEF
(224,238,239)
#E3EFF0
(227,239,240)
#E6F0F1
(230,240,241)
#E9F1F2
(233,241,242)
#ECF2F3
(236,242,243)
#EFF3F4
(239,243,244)
#F2F4F5
(242,244,245)
#F5F5F6
(245,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7EBEC; }

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

This text font color is #D7EBEC.


Background Color

.myBgColor { background-color: #D7EBEC; }

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

This div background color is #D7EBEC.


Border color

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

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

This div border color is #D7EBEC.


Opacity

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

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

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

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

This text has shadow with #D7EBEC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7EBEC on black background.


Color preview on white background

This text has color #D7EBEC on white background.



Black color preview on #D7EBEC background

This text has black color on #D7EBEC background.


White color preview on #D7EBEC background

This text has white color on #D7EBEC background.