COLOR #D5FCE8

HEX: #D5FCE8
RGB: (213,252,232)

Color info

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

RGB color model

#D5FCE8 color RGB value is (213,252,232).

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

RGB channels and saturation

R 213 of 255 = 84%
G 252 of 255 = 99%
B 232 of 255 = 91%

213
252
232

R + G + B ~ 91%. #D5FCE8 is light color.

Portions of RGB colors in percentages

R + G + B =
213 + 252 + 232 = 697 (100%)
R 213 of 697 ~ 30.56%
G 252 of 697 ~ 36.15%
B 232 of 697 ~ 33.29%

%30.56
%36.15
%33.29

CMYK color model

#D5FCE8 color CMYK value is (15,0,8,1).

  • cyan value is 15.48%
  • magenta value is 0.00%
  • yellow value is 7.94%
  • key color value is 1.18%
CMYK:
(15,0,8,1)
C15M0Y8K1 
(15%,0%,8%,1%)
(0.15/0.00/0.08/0.01)	

CMYK percentages

%15.48
%0
%7.94
%1.18

Codes

Color #D5FCE8 in popluar color models

D5FCE8
RGB213252232
HSL149°86.67%91.18%
HSB/HSV149°15.48%98.82%
CMYK15.48%0.00%7.94%
1.18%

Color #D5FCE8 in popluar number systems.

HEXD5FCE8
Decimal213252232
Binary110101011111110011101000
Octal325374350

Shades and tints

Shades of #D5FCE8

#D5FCE8
(213,252,232)
#C2E6D3
(194,230,211)
#AFD0BE
(175,208,190)
#9CBAA9
(156,186,169)
#89A494
(137,164,148)
#768E7F
(118,142,127)
#63786A
(99,120,106)
#506255
(80,98,85)
#3D4C40
(61,76,64)
#2A362B
(42,54,43)
#172016
(23,32,22)
#000000
(0,0,0)

Tints of #D5FCE8

#D5FCE8
(213,252,232)
#D8FCEA
(216,252,234)
#DBFCEC
(219,252,236)
#DEFCEE
(222,252,238)
#E1FCF0
(225,252,240)
#E4FCF2
(228,252,242)
#E7FCF4
(231,252,244)
#EAFCF6
(234,252,246)
#EDFCF8
(237,252,248)
#F0FCFA
(240,252,250)
#F3FCFC
(243,252,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5FCE8; }

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

This text font color is #D5FCE8.


Background Color

.myBgColor { background-color: #D5FCE8; }

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

This div background color is #D5FCE8.


Border color

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

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

This div border color is #D5FCE8.


Opacity

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

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

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

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

This text has shadow with #D5FCE8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5FCE8 on black background.


Color preview on white background

This text has color #D5FCE8 on white background.



Black color preview on #D5FCE8 background

This text has black color on #D5FCE8 background.


White color preview on #D5FCE8 background

This text has white color on #D5FCE8 background.