COLOR #D5FCF6

HEX: #D5FCF6 RGB: (213,252,246)

Color info

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

RGB color model

#D5FCF6 color RGB value is (213,252,246).

RGB: (213,252,246) (84%, 99%, 96%)

RGB channels and saturation

R 213 of 255 = 84%
G 252 of 255 = 99%
B 246 of 255 = 96%

213
252
246

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

Portions of RGB colors in percentages

R + G + B = 213 + 252 + 246 = 711 (100%)
R 213 of 711 ~ 29.96%
G 252 of 711 ~ 35.44%
B 246 of 711 ~ 34.6'%

%29.96
%35.44
%34.6

CMYK color model

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

  • cyan value is 15.48%
  • magenta value is 0.00%
  • yellow value is 2.38%
  • key color value is 1.18%

CMYK: (15,0,2,1)
C15M0Y2K1 (15%, 0%, 2%, 1%)
(0.15 / 0.00 / 0.02 / 0.01)

CMYK percentages

%15.48
%0
%2.38
%1.18

Codes

Color #D5FCF6 in popluar color models

D5 FC F6
RGB 213 252 246
HSL 171° 86.67% 91.18%
HSB/HSV 171° 15.48% 98.82%
CMYK 15.48% 0.00% 2.38%
1.18%

Color #D5FCF6 in popluar number systems.

HEX D5 FC F6
Decimal 213 252 246
Binary 11010101 11111100 11110110
Octal 325 374 366

Shades and tints

Shades of #D5FCF6

#D5FCF6
(213,252,246)
#C2E6E0
(194,230,224)
#AFD0CA
(175,208,202)
#9CBAB4
(156,186,180)
#89A49E
(137,164,158)
#768E88
(118,142,136)
#637872
(99,120,114)
#50625C
(80,98,92)
#3D4C46
(61,76,70)
#2A3630
(42,54,48)
#17201A
(23,32,26)
#000000
(0,0,0)

Tints of #D5FCF6

#D5FCF6
(213,252,246)
#D8FCF6
(216,252,246)
#DBFCF6
(219,252,246)
#DEFCF6
(222,252,246)
#E1FCF6
(225,252,246)
#E4FCF6
(228,252,246)
#E7FCF6
(231,252,246)
#EAFCF6
(234,252,246)
#EDFCF6
(237,252,246)
#F0FCF6
(240,252,246)
#F3FCF6
(243,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5FCF6; }

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

This text font color is #D5FCF6.

Background Color

.myBgColor { background-color: #D5FCF6; }

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

This div background color is #D5FCF6.

Border color

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

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

This div border color is #D5FCF6.

Opacity

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

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

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

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

This text has shadow with #D5FCF6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5FCF6.

Preview

Color preview on black background

This text has color #D5FCF6 on black background.


Color preview on white background

This text has color #D5FCF6 on white background.


Black color preview on #D5FCF6 background

This text has black color on #D5FCF6 background.


White color preview on #D5FCF6 background

This text has white color on #D5FCF6 background.


Related colors

Complementary color

Complementary color for #hex is #2A0309.


I love getcolorcode.com

Triadic colors

1 #F6D5FC and #FCF6D5 with #D5FCF6 are triadic colors.

2 #F6FCD5 and #FCD5F6 with #D5FCF6 are triadic colors.