COLOR #D7FEED

HEX: #D7FEED
RGB: (215,254,237)

Color info

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

RGB color model

#D7FEED color RGB value is (215,254,237).

  • red value is 215;
  • green value is 254;
  • blue value is 237.
RGB:
(215,254,237)
(84%,100%,93%)

RGB channels and saturation

R 215 of 255 = 84%
G 254 of 255 = 100%
B 237 of 255 = 93%

215
254
237

R + G + B ~ 92%. #D7FEED is light color.

Portions of RGB colors in percentages

R + G + B =
215 + 254 + 237 = 706 (100%)
R 215 of 706 ~ 30.45%
G 254 of 706 ~ 35.98%
B 237 of 706 ~ 33.57%

%30.45
%35.98
%33.57

CMYK color model

#D7FEED color CMYK value is (15,0,7,0).

  • cyan value is 15.35%
  • magenta value is 0.00%
  • yellow value is 6.69%
  • key color value is 0.39%
CMYK:
(15,0,7,0)
C15M0Y7K0 
(15%,0%,7%,0%)
(0.15/0.00/0.07/0.00)	

CMYK percentages

%15.35
%0
%6.69
%0.39

Codes

Color #D7FEED in popluar color models

D7FEED
RGB215254237
HSL154°95.12%91.96%
HSB/HSV154°15.35%99.61%
CMYK15.35%0.00%6.69%
0.39%

Color #D7FEED in popluar number systems.

HEXD7FEED
Decimal215254237
Binary110101111111111011101101
Octal327376355

Shades and tints

Shades of #D7FEED

#D7FEED
(215,254,237)
#C4E7D8
(196,231,216)
#B1D0C3
(177,208,195)
#9EB9AE
(158,185,174)
#8BA299
(139,162,153)
#788B84
(120,139,132)
#65746F
(101,116,111)
#525D5A
(82,93,90)
#3F4645
(63,70,69)
#2C2F30
(44,47,48)
#19181B
(25,24,27)
#000000
(0,0,0)

Tints of #D7FEED

#D7FEED
(215,254,237)
#DAFEEE
(218,254,238)
#DDFEEF
(221,254,239)
#E0FEF0
(224,254,240)
#E3FEF1
(227,254,241)
#E6FEF2
(230,254,242)
#E9FEF3
(233,254,243)
#ECFEF4
(236,254,244)
#EFFEF5
(239,254,245)
#F2FEF6
(242,254,246)
#F5FEF7
(245,254,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7FEED color. Also use rgb(215,254,237) instead hex code.

Text Font Color

.myTextColor { color: #D7FEED; }

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

This text font color is #D7FEED.


Background Color

.myBgColor { background-color: #D7FEED; }

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

This div background color is #D7FEED.


Border color

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

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

This div border color is #D7FEED.


Opacity

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

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

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

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

This text has shadow with #D7FEED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7FEED on black background.


Color preview on white background

This text has color #D7FEED on white background.



Black color preview on #D7FEED background

This text has black color on #D7FEED background.


White color preview on #D7FEED background

This text has white color on #D7FEED background.