COLOR #D7EEEB

HEX: #D7EEEB
RGB: (215,238,235)

Color info

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

RGB color model

#D7EEEB color RGB value is (215,238,235).

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

RGB channels and saturation

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

215
238
235

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

Portions of RGB colors in percentages

R + G + B =
215 + 238 + 235 = 688 (100%)
R 215 of 688 ~ 31.25%
G 238 of 688 ~ 34.59%
B 235 of 688 ~ 34.16%

%31.25
%34.59
%34.16

CMYK color model

#D7EEEB color CMYK value is (10,0,1,7).

  • cyan value is 9.66%
  • magenta value is 0.00%
  • yellow value is 1.26%
  • key color value is 6.67%
CMYK:
(10,0,1,7)
C10M0Y1K7 
(10%,0%,1%,7%)
(0.10/0.00/0.01/0.07)	

CMYK percentages

%9.66
%0
%1.26
%6.67

Codes

Color #D7EEEB in popluar color models

D7EEEB
RGB215238235
HSL172°40.35%88.82%
HSB/HSV172°9.66%93.33%
CMYK9.66%0.00%1.26%
6.67%

Color #D7EEEB in popluar number systems.

HEXD7EEEB
Decimal215238235
Binary110101111110111011101011
Octal327356353

Shades and tints

Shades of #D7EEEB

#D7EEEB
(215,238,235)
#C4D9D6
(196,217,214)
#B1C4C1
(177,196,193)
#9EAFAC
(158,175,172)
#8B9A97
(139,154,151)
#788582
(120,133,130)
#65706D
(101,112,109)
#525B58
(82,91,88)
#3F4643
(63,70,67)
#2C312E
(44,49,46)
#191C19
(25,28,25)
#000000
(0,0,0)

Tints of #D7EEEB

#D7EEEB
(215,238,235)
#DAEFEC
(218,239,236)
#DDF0ED
(221,240,237)
#E0F1EE
(224,241,238)
#E3F2EF
(227,242,239)
#E6F3F0
(230,243,240)
#E9F4F1
(233,244,241)
#ECF5F2
(236,245,242)
#EFF6F3
(239,246,243)
#F2F7F4
(242,247,244)
#F5F8F5
(245,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7EEEB; }

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

This text font color is #D7EEEB.


Background Color

.myBgColor { background-color: #D7EEEB; }

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

This div background color is #D7EEEB.


Border color

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

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

This div border color is #D7EEEB.


Opacity

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

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

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

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

This text has shadow with #D7EEEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7EEEB on black background.


Color preview on white background

This text has color #D7EEEB on white background.



Black color preview on #D7EEEB background

This text has black color on #D7EEEB background.


White color preview on #D7EEEB background

This text has white color on #D7EEEB background.