COLOR #D7FEF9

HEX: #D7FEF9
RGB: (215,254,249)

Color info

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

RGB color model

#D7FEF9 color RGB value is (215,254,249).

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

RGB channels and saturation

R 215 of 255 = 84%
G 254 of 255 = 100%
B 249 of 255 = 98%

215
254
249

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

Portions of RGB colors in percentages

R + G + B =
215 + 254 + 249 = 718 (100%)
R 215 of 718 ~ 29.94%
G 254 of 718 ~ 35.38%
B 249 of 718 ~ 34.68%

%29.94
%35.38
%34.68

CMYK color model

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

  • cyan value is 15.35%
  • magenta value is 0.00%
  • yellow value is 1.97%
  • 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
%1.97
%0.39

Codes

Color #D7FEF9 in popluar color models

D7FEF9
RGB215254249
HSL172°95.12%91.96%
HSB/HSV172°15.35%99.61%
CMYK15.35%0.00%1.97%
0.39%

Color #D7FEF9 in popluar number systems.

HEXD7FEF9
Decimal215254249
Binary110101111111111011111001
Octal327376371

Shades and tints

Shades of #D7FEF9

#D7FEF9
(215,254,249)
#C4E7E3
(196,231,227)
#B1D0CD
(177,208,205)
#9EB9B7
(158,185,183)
#8BA2A1
(139,162,161)
#788B8B
(120,139,139)
#657475
(101,116,117)
#525D5F
(82,93,95)
#3F4649
(63,70,73)
#2C2F33
(44,47,51)
#19181D
(25,24,29)
#000000
(0,0,0)

Tints of #D7FEF9

#D7FEF9
(215,254,249)
#DAFEF9
(218,254,249)
#DDFEF9
(221,254,249)
#E0FEF9
(224,254,249)
#E3FEF9
(227,254,249)
#E6FEF9
(230,254,249)
#E9FEF9
(233,254,249)
#ECFEF9
(236,254,249)
#EFFEF9
(239,254,249)
#F2FEF9
(242,254,249)
#F5FEF9
(245,254,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7FEF9; }

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

This text font color is #D7FEF9.


Background Color

.myBgColor { background-color: #D7FEF9; }

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

This div background color is #D7FEF9.


Border color

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

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

This div border color is #D7FEF9.


Opacity

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

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

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

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

This text has shadow with #D7FEF9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7FEF9 on black background.


Color preview on white background

This text has color #D7FEF9 on white background.



Black color preview on #D7FEF9 background

This text has black color on #D7FEF9 background.


White color preview on #D7FEF9 background

This text has white color on #D7FEF9 background.