COLOR #D5F6F7

HEX: #D5F6F7
RGB: (213,246,247)

Color info

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

RGB color model

#D5F6F7 color RGB value is (213,246,247).

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

RGB channels and saturation

R 213 of 255 = 84%
G 246 of 255 = 96%
B 247 of 255 = 97%

213
246
247

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

Portions of RGB colors in percentages

R + G + B =
213 + 246 + 247 = 706 (100%)
R 213 of 706 ~ 30.17%
G 246 of 706 ~ 34.84%
B 247 of 706 ~ 34.99%

%30.17
%34.84
%34.99

CMYK color model

#D5F6F7 color CMYK value is (14,0,0,3).

  • cyan value is 13.77%
  • magenta value is 0.40%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(14,0,0,3)
C14M0Y0K3 
(14%,0%,0%,3%)
(0.14/0.00/0.00/0.03)	

CMYK percentages

%13.77
%0.4
%0
%3.14

Codes

Color #D5F6F7 in popluar color models

D5F6F7
RGB213246247
HSL182°68.00%90.20%
HSB/HSV182°13.77%96.86%
CMYK13.77%0.40%0.00%
3.14%

Color #D5F6F7 in popluar number systems.

HEXD5F6F7
Decimal213246247
Binary110101011111011011110111
Octal325366367

Shades and tints

Shades of #D5F6F7

#D5F6F7
(213,246,247)
#C2E0E1
(194,224,225)
#AFCACB
(175,202,203)
#9CB4B5
(156,180,181)
#899E9F
(137,158,159)
#768889
(118,136,137)
#637273
(99,114,115)
#505C5D
(80,92,93)
#3D4647
(61,70,71)
#2A3031
(42,48,49)
#171A1B
(23,26,27)
#000000
(0,0,0)

Tints of #D5F6F7

#D5F6F7
(213,246,247)
#D8F6F7
(216,246,247)
#DBF6F7
(219,246,247)
#DEF6F7
(222,246,247)
#E1F6F7
(225,246,247)
#E4F6F7
(228,246,247)
#E7F6F7
(231,246,247)
#EAF6F7
(234,246,247)
#EDF6F7
(237,246,247)
#F0F6F7
(240,246,247)
#F3F6F7
(243,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5F6F7; }

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

This text font color is #D5F6F7.


Background Color

.myBgColor { background-color: #D5F6F7; }

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

This div background color is #D5F6F7.


Border color

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

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

This div border color is #D5F6F7.


Opacity

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

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

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

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

This text has shadow with #D5F6F7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5F6F7 on black background.


Color preview on white background

This text has color #D5F6F7 on white background.



Black color preview on #D5F6F7 background

This text has black color on #D5F6F7 background.


White color preview on #D5F6F7 background

This text has white color on #D5F6F7 background.