COLOR #D5FCF2

HEX: #D5FCF2
RGB: (213,252,242)

Color info

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

RGB color model

#D5FCF2 color RGB value is (213,252,242).

  • red value is 213;
  • green value is 252;
  • blue value is 242.
RGB:
(213,252,242)
(84%,99%,95%)

RGB channels and saturation

R 213 of 255 = 84%
G 252 of 255 = 99%
B 242 of 255 = 95%

213
252
242

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

Portions of RGB colors in percentages

R + G + B =
213 + 252 + 242 = 707 (100%)
R 213 of 707 ~ 30.13%
G 252 of 707 ~ 35.64%
B 242 of 707 ~ 34.23%

%30.13
%35.64
%34.23

CMYK color model

#D5FCF2 color CMYK value is (15,0,4,1).

  • cyan value is 15.48%
  • magenta value is 0.00%
  • yellow value is 3.97%
  • key color value is 1.18%
CMYK:
(15,0,4,1)
C15M0Y4K1 
(15%,0%,4%,1%)
(0.15/0.00/0.04/0.01)	

CMYK percentages

%15.48
%0
%3.97
%1.18

Codes

Color #D5FCF2 in popluar color models

D5FCF2
RGB213252242
HSL165°86.67%91.18%
HSB/HSV165°15.48%98.82%
CMYK15.48%0.00%3.97%
1.18%

Color #D5FCF2 in popluar number systems.

HEXD5FCF2
Decimal213252242
Binary110101011111110011110010
Octal325374362

Shades and tints

Shades of #D5FCF2

#D5FCF2
(213,252,242)
#C2E6DC
(194,230,220)
#AFD0C6
(175,208,198)
#9CBAB0
(156,186,176)
#89A49A
(137,164,154)
#768E84
(118,142,132)
#63786E
(99,120,110)
#506258
(80,98,88)
#3D4C42
(61,76,66)
#2A362C
(42,54,44)
#172016
(23,32,22)
#000000
(0,0,0)

Tints of #D5FCF2

#D5FCF2
(213,252,242)
#D8FCF3
(216,252,243)
#DBFCF4
(219,252,244)
#DEFCF5
(222,252,245)
#E1FCF6
(225,252,246)
#E4FCF7
(228,252,247)
#E7FCF8
(231,252,248)
#EAFCF9
(234,252,249)
#EDFCFA
(237,252,250)
#F0FCFB
(240,252,251)
#F3FCFC
(243,252,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5FCF2; }

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

This text font color is #D5FCF2.


Background Color

.myBgColor { background-color: #D5FCF2; }

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

This div background color is #D5FCF2.


Border color

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

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

This div border color is #D5FCF2.


Opacity

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

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

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

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

This text has shadow with #D5FCF2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5FCF2 on black background.


Color preview on white background

This text has color #D5FCF2 on white background.



Black color preview on #D5FCF2 background

This text has black color on #D5FCF2 background.


White color preview on #D5FCF2 background

This text has white color on #D5FCF2 background.