COLOR #D7EEEF

HEX: #D7EEEF
RGB: (215,238,239)

Color info

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

RGB color model

#D7EEEF color RGB value is (215,238,239).

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

RGB channels and saturation

R 215 of 255 = 84%
G 238 of 255 = 93%
B 239 of 255 = 94%

215
238
239

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

Portions of RGB colors in percentages

R + G + B =
215 + 238 + 239 = 692 (100%)
R 215 of 692 ~ 31.07%
G 238 of 692 ~ 34.39%
B 239 of 692 ~ 34.54%

%31.07
%34.39
%34.54

CMYK color model

#D7EEEF color CMYK value is (10,0,0,6).

  • cyan value is 10.04%
  • magenta value is 0.42%
  • yellow value is 0.00%
  • key color value is 6.27%
CMYK:
(10,0,0,6)
C10M0Y0K6 
(10%,0%,0%,6%)
(0.10/0.00/0.00/0.06)	

CMYK percentages

%10.04
%0.42
%0
%6.27

Codes

Color #D7EEEF in popluar color models

D7EEEF
RGB215238239
HSL183°42.86%89.02%
HSB/HSV183°10.04%93.73%
CMYK10.04%0.42%0.00%
6.27%

Color #D7EEEF in popluar number systems.

HEXD7EEEF
Decimal215238239
Binary110101111110111011101111
Octal327356357

Shades and tints

Shades of #D7EEEF

#D7EEEF
(215,238,239)
#C4D9DA
(196,217,218)
#B1C4C5
(177,196,197)
#9EAFB0
(158,175,176)
#8B9A9B
(139,154,155)
#788586
(120,133,134)
#657071
(101,112,113)
#525B5C
(82,91,92)
#3F4647
(63,70,71)
#2C3132
(44,49,50)
#191C1D
(25,28,29)
#000000
(0,0,0)

Tints of #D7EEEF

#D7EEEF
(215,238,239)
#DAEFF0
(218,239,240)
#DDF0F1
(221,240,241)
#E0F1F2
(224,241,242)
#E3F2F3
(227,242,243)
#E6F3F4
(230,243,244)
#E9F4F5
(233,244,245)
#ECF5F6
(236,245,246)
#EFF6F7
(239,246,247)
#F2F7F8
(242,247,248)
#F5F8F9
(245,248,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7EEEF; }

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

This text font color is #D7EEEF.


Background Color

.myBgColor { background-color: #D7EEEF; }

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

This div background color is #D7EEEF.


Border color

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

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

This div border color is #D7EEEF.


Opacity

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

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

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

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

This text has shadow with #D7EEEF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7EEEF on black background.


Color preview on white background

This text has color #D7EEEF on white background.



Black color preview on #D7EEEF background

This text has black color on #D7EEEF background.


White color preview on #D7EEEF background

This text has white color on #D7EEEF background.