COLOR #D7FEF6

HEX: #D7FEF6
RGB: (215,254,246)

Color info

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

RGB color model

#D7FEF6 color RGB value is (215,254,246).

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

RGB channels and saturation

R 215 of 255 = 84%
G 254 of 255 = 100%
B 246 of 255 = 96%

215
254
246

R + G + B ~ 93%. #D7FEF6 is light color.

Portions of RGB colors in percentages

R + G + B =
215 + 254 + 246 = 715 (100%)
R 215 of 715 ~ 30.07%
G 254 of 715 ~ 35.52%
B 246 of 715 ~ 34.41%

%30.07
%35.52
%34.41

CMYK color model

#D7FEF6 color CMYK value is (15,0,3,0).

  • cyan value is 15.35%
  • magenta value is 0.00%
  • yellow value is 3.15%
  • key color value is 0.39%
CMYK:
(15,0,3,0)
C15M0Y3K0 
(15%,0%,3%,0%)
(0.15/0.00/0.03/0.00)	

CMYK percentages

%15.35
%0
%3.15
%0.39

Codes

Color #D7FEF6 in popluar color models

D7FEF6
RGB215254246
HSL168°95.12%91.96%
HSB/HSV168°15.35%99.61%
CMYK15.35%0.00%3.15%
0.39%

Color #D7FEF6 in popluar number systems.

HEXD7FEF6
Decimal215254246
Binary110101111111111011110110
Octal327376366

Shades and tints

Shades of #D7FEF6

#D7FEF6
(215,254,246)
#C4E7E0
(196,231,224)
#B1D0CA
(177,208,202)
#9EB9B4
(158,185,180)
#8BA29E
(139,162,158)
#788B88
(120,139,136)
#657472
(101,116,114)
#525D5C
(82,93,92)
#3F4646
(63,70,70)
#2C2F30
(44,47,48)
#19181A
(25,24,26)
#000000
(0,0,0)

Tints of #D7FEF6

#D7FEF6
(215,254,246)
#DAFEF6
(218,254,246)
#DDFEF6
(221,254,246)
#E0FEF6
(224,254,246)
#E3FEF6
(227,254,246)
#E6FEF6
(230,254,246)
#E9FEF6
(233,254,246)
#ECFEF6
(236,254,246)
#EFFEF6
(239,254,246)
#F2FEF6
(242,254,246)
#F5FEF6
(245,254,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7FEF6; }

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

This text font color is #D7FEF6.


Background Color

.myBgColor { background-color: #D7FEF6; }

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

This div background color is #D7FEF6.


Border color

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

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

This div border color is #D7FEF6.


Opacity

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

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

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

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

This text has shadow with #D7FEF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7FEF6 on black background.


Color preview on white background

This text has color #D7FEF6 on white background.



Black color preview on #D7FEF6 background

This text has black color on #D7FEF6 background.


White color preview on #D7FEF6 background

This text has white color on #D7FEF6 background.