COLOR #D7FEF8

HEX: #D7FEF8
RGB: (215,254,248)

Color info

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

RGB color model

#D7FEF8 color RGB value is (215,254,248).

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

RGB channels and saturation

R 215 of 255 = 84%
G 254 of 255 = 100%
B 248 of 255 = 97%

215
254
248

R + G + B ~ 94%. #D7FEF8 is light color.

Portions of RGB colors in percentages

R + G + B =
215 + 254 + 248 = 717 (100%)
R 215 of 717 ~ 29.99%
G 254 of 717 ~ 35.43%
B 248 of 717 ~ 34.59%

%29.99
%35.43
%34.59

CMYK color model

#D7FEF8 color CMYK value is (15,0,2,0).

  • cyan value is 15.35%
  • magenta value is 0.00%
  • yellow value is 2.36%
  • key color value is 0.39%
CMYK:
(15,0,2,0)
C15M0Y2K0 
(15%,0%,2%,0%)
(0.15/0.00/0.02/0.00)	

CMYK percentages

%15.35
%0
%2.36
%0.39

Codes

Color #D7FEF8 in popluar color models

D7FEF8
RGB215254248
HSL171°95.12%91.96%
HSB/HSV171°15.35%99.61%
CMYK15.35%0.00%2.36%
0.39%

Color #D7FEF8 in popluar number systems.

HEXD7FEF8
Decimal215254248
Binary110101111111111011111000
Octal327376370

Shades and tints

Shades of #D7FEF8

#D7FEF8
(215,254,248)
#C4E7E2
(196,231,226)
#B1D0CC
(177,208,204)
#9EB9B6
(158,185,182)
#8BA2A0
(139,162,160)
#788B8A
(120,139,138)
#657474
(101,116,116)
#525D5E
(82,93,94)
#3F4648
(63,70,72)
#2C2F32
(44,47,50)
#19181C
(25,24,28)
#000000
(0,0,0)

Tints of #D7FEF8

#D7FEF8
(215,254,248)
#DAFEF8
(218,254,248)
#DDFEF8
(221,254,248)
#E0FEF8
(224,254,248)
#E3FEF8
(227,254,248)
#E6FEF8
(230,254,248)
#E9FEF8
(233,254,248)
#ECFEF8
(236,254,248)
#EFFEF8
(239,254,248)
#F2FEF8
(242,254,248)
#F5FEF8
(245,254,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7FEF8; }

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

This text font color is #D7FEF8.


Background Color

.myBgColor { background-color: #D7FEF8; }

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

This div background color is #D7FEF8.


Border color

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

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

This div border color is #D7FEF8.


Opacity

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

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

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

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

This text has shadow with #D7FEF8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7FEF8 on black background.


Color preview on white background

This text has color #D7FEF8 on white background.



Black color preview on #D7FEF8 background

This text has black color on #D7FEF8 background.


White color preview on #D7FEF8 background

This text has white color on #D7FEF8 background.