COLOR #D5FDF7

HEX: #D5FDF7
RGB: (213,253,247)

Color info

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

RGB color model

#D5FDF7 color RGB value is (213,253,247).

  • red value is 213;
  • green value is 253;
  • blue value is 247.
RGB:
(213,253,247)
(84%,99%,97%)

RGB channels and saturation

R 213 of 255 = 84%
G 253 of 255 = 99%
B 247 of 255 = 97%

213
253
247

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

Portions of RGB colors in percentages

R + G + B =
213 + 253 + 247 = 713 (100%)
R 213 of 713 ~ 29.87%
G 253 of 713 ~ 35.48%
B 247 of 713 ~ 34.64%

%29.87
%35.48
%34.64

CMYK color model

#D5FDF7 color CMYK value is (16,0,2,1).

  • cyan value is 15.81%
  • magenta value is 0.00%
  • yellow value is 2.37%
  • key color value is 0.78%
CMYK:
(16,0,2,1)
C16M0Y2K1 
(16%,0%,2%,1%)
(0.16/0.00/0.02/0.01)	

CMYK percentages

%15.81
%0
%2.37
%0.78

Codes

Color #D5FDF7 in popluar color models

D5FDF7
RGB213253247
HSL171°90.91%91.37%
HSB/HSV171°15.81%99.22%
CMYK15.81%0.00%2.37%
0.78%

Color #D5FDF7 in popluar number systems.

HEXD5FDF7
Decimal213253247
Binary110101011111110111110111
Octal325375367

Shades and tints

Shades of #D5FDF7

#D5FDF7
(213,253,247)
#C2E6E1
(194,230,225)
#AFCFCB
(175,207,203)
#9CB8B5
(156,184,181)
#89A19F
(137,161,159)
#768A89
(118,138,137)
#637373
(99,115,115)
#505C5D
(80,92,93)
#3D4547
(61,69,71)
#2A2E31
(42,46,49)
#17171B
(23,23,27)
#000000
(0,0,0)

Tints of #D5FDF7

#D5FDF7
(213,253,247)
#D8FDF7
(216,253,247)
#DBFDF7
(219,253,247)
#DEFDF7
(222,253,247)
#E1FDF7
(225,253,247)
#E4FDF7
(228,253,247)
#E7FDF7
(231,253,247)
#EAFDF7
(234,253,247)
#EDFDF7
(237,253,247)
#F0FDF7
(240,253,247)
#F3FDF7
(243,253,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5FDF7 color. Also use rgb(213,253,247) instead hex code.

Text Font Color

.myTextColor { color: #D5FDF7; }

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

This text font color is #D5FDF7.


Background Color

.myBgColor { background-color: #D5FDF7; }

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

This div background color is #D5FDF7.


Border color

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

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

This div border color is #D5FDF7.


Opacity

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

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

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

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

This text has shadow with #D5FDF7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5FDF7 on black background.


Color preview on white background

This text has color #D5FDF7 on white background.



Black color preview on #D5FDF7 background

This text has black color on #D5FDF7 background.


White color preview on #D5FDF7 background

This text has white color on #D5FDF7 background.