COLOR #D5FFE9

HEX: #D5FFE9
RGB: (213,255,233)

Color info

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

RGB color model

#D5FFE9 color RGB value is (213,255,233).

  • red value is 213;
  • green value is 255;
  • blue value is 233.
RGB:
(213,255,233)
(84%,100%,91%)

RGB channels and saturation

R 213 of 255 = 84%
G 255 of 255 = 100%
B 233 of 255 = 91%

213
255
233

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

Portions of RGB colors in percentages

R + G + B =
213 + 255 + 233 = 701 (100%)
R 213 of 701 ~ 30.39%
G 255 of 701 ~ 36.38%
B 233 of 701 ~ 33.24%

%30.39
%36.38
%33.24

CMYK color model

#D5FFE9 color CMYK value is (16,0,9,0).

  • cyan value is 16.47%
  • magenta value is 0.00%
  • yellow value is 8.63%
  • key color value is 0.00%
CMYK:
(16,0,9,0)
C16M0Y9K0 
(16%,0%,9%,0%)
(0.16/0.00/0.09/0.00)	

CMYK percentages

%16.47
%0
%8.63
%0

Codes

Color #D5FFE9 in popluar color models

D5FFE9
RGB213255233
HSL149°100.00%91.76%
HSB/HSV149°16.47%100.00%
CMYK16.47%0.00%8.63%
0.00%

Color #D5FFE9 in popluar number systems.

HEXD5FFE9
Decimal213255233
Binary110101011111111111101001
Octal325377351

Shades and tints

Shades of #D5FFE9

#D5FFE9
(213,255,233)
#C2E8D4
(194,232,212)
#AFD1BF
(175,209,191)
#9CBAAA
(156,186,170)
#89A395
(137,163,149)
#768C80
(118,140,128)
#63756B
(99,117,107)
#505E56
(80,94,86)
#3D4741
(61,71,65)
#2A302C
(42,48,44)
#171917
(23,25,23)
#000000
(0,0,0)

Tints of #D5FFE9

#D5FFE9
(213,255,233)
#D8FFEB
(216,255,235)
#DBFFED
(219,255,237)
#DEFFEF
(222,255,239)
#E1FFF1
(225,255,241)
#E4FFF3
(228,255,243)
#E7FFF5
(231,255,245)
#EAFFF7
(234,255,247)
#EDFFF9
(237,255,249)
#F0FFFB
(240,255,251)
#F3FFFD
(243,255,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5FFE9 color. Also use rgb(213,255,233) instead hex code.

Text Font Color

.myTextColor { color: #D5FFE9; }

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

This text font color is #D5FFE9.


Background Color

.myBgColor { background-color: #D5FFE9; }

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

This div background color is #D5FFE9.


Border color

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

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

This div border color is #D5FFE9.


Opacity

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

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

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

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

This text has shadow with #D5FFE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5FFE9 on black background.


Color preview on white background

This text has color #D5FFE9 on white background.



Black color preview on #D5FFE9 background

This text has black color on #D5FFE9 background.


White color preview on #D5FFE9 background

This text has white color on #D5FFE9 background.