COLOR #D5FED8

HEX: #D5FED8
RGB: (213,254,216)

Color info

#D5FED8 contains red, green and blue colors in about the same proportion. Web safe color of #D5FED8 is #CCFFCC (or #CFC).

RGB color model

#D5FED8 color RGB value is (213,254,216).

  • red value is 213;
  • green value is 254;
  • blue value is 216.
RGB:
(213,254,216)
(84%,100%,85%)

RGB channels and saturation

R 213 of 255 = 84%
G 254 of 255 = 100%
B 216 of 255 = 85%

213
254
216

R + G + B ~ 90%. #D5FED8 is light color.

Portions of RGB colors in percentages

R + G + B =
213 + 254 + 216 = 683 (100%)
R 213 of 683 ~ 31.19%
G 254 of 683 ~ 37.19%
B 216 of 683 ~ 31.63%

%31.19
%37.19
%31.63

CMYK color model

#D5FED8 color CMYK value is (16,0,15,0).

  • cyan value is 16.14%
  • magenta value is 0.00%
  • yellow value is 14.96%
  • key color value is 0.39%
CMYK:
(16,0,15,0)
C16M0Y15K0 
(16%,0%,15%,0%)
(0.16/0.00/0.15/0.00)	

CMYK percentages

%16.14
%0
%14.96
%0.39

Codes

Color #D5FED8 in popluar color models

D5FED8
RGB213254216
HSL124°95.35%91.57%
HSB/HSV124°16.14%99.61%
CMYK16.14%0.00%14.96%
0.39%

Color #D5FED8 in popluar number systems.

HEXD5FED8
Decimal213254216
Binary110101011111111011011000
Octal325376330

Shades and tints

Shades of #D5FED8

#D5FED8
(213,254,216)
#C2E7C5
(194,231,197)
#AFD0B2
(175,208,178)
#9CB99F
(156,185,159)
#89A28C
(137,162,140)
#768B79
(118,139,121)
#637466
(99,116,102)
#505D53
(80,93,83)
#3D4640
(61,70,64)
#2A2F2D
(42,47,45)
#17181A
(23,24,26)
#000000
(0,0,0)

Tints of #D5FED8

#D5FED8
(213,254,216)
#D8FEDB
(216,254,219)
#DBFEDE
(219,254,222)
#DEFEE1
(222,254,225)
#E1FEE4
(225,254,228)
#E4FEE7
(228,254,231)
#E7FEEA
(231,254,234)
#EAFEED
(234,254,237)
#EDFEF0
(237,254,240)
#F0FEF3
(240,254,243)
#F3FEF6
(243,254,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5FED8 color. Also use rgb(213,254,216) instead hex code.

Text Font Color

.myTextColor { color: #D5FED8; }

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

This text font color is #D5FED8.


Background Color

.myBgColor { background-color: #D5FED8; }

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

This div background color is #D5FED8.


Border color

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

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

This div border color is #D5FED8.


Opacity

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

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

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

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

This text has shadow with #D5FED8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5FED8 on black background.


Color preview on white background

This text has color #D5FED8 on white background.



Black color preview on #D5FED8 background

This text has black color on #D5FED8 background.


White color preview on #D5FED8 background

This text has white color on #D5FED8 background.