COLOR #D5FED0

HEX: #D5FED0
RGB: (213,254,208)

Color info

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

RGB color model

#D5FED0 color RGB value is (213,254,208).

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

RGB channels and saturation

R 213 of 255 = 84%
G 254 of 255 = 100%
B 208 of 255 = 82%

213
254
208

R + G + B ~ 89%. #D5FED0 is light color.

Portions of RGB colors in percentages

R + G + B =
213 + 254 + 208 = 675 (100%)
R 213 of 675 ~ 31.56%
G 254 of 675 ~ 37.63%
B 208 of 675 ~ 30.81%

%31.56
%37.63
%30.81

CMYK color model

#D5FED0 color CMYK value is (16,0,18,0).

  • cyan value is 16.14%
  • magenta value is 0.00%
  • yellow value is 18.11%
  • key color value is 0.39%
CMYK:
(16,0,18,0)
C16M0Y18K0 
(16%,0%,18%,0%)
(0.16/0.00/0.18/0.00)	

CMYK percentages

%16.14
%0
%18.11
%0.39

Codes

Color #D5FED0 in popluar color models

D5FED0
RGB213254208
HSL113°95.83%90.59%
HSB/HSV113°18.11%99.61%
CMYK16.14%0.00%18.11%
0.39%

Color #D5FED0 in popluar number systems.

HEXD5FED0
Decimal213254208
Binary110101011111111011010000
Octal325376320

Shades and tints

Shades of #D5FED0

#D5FED0
(213,254,208)
#C2E7BE
(194,231,190)
#AFD0AC
(175,208,172)
#9CB99A
(156,185,154)
#89A288
(137,162,136)
#768B76
(118,139,118)
#637464
(99,116,100)
#505D52
(80,93,82)
#3D4640
(61,70,64)
#2A2F2E
(42,47,46)
#17181C
(23,24,28)
#000000
(0,0,0)

Tints of #D5FED0

#D5FED0
(213,254,208)
#D8FED4
(216,254,212)
#DBFED8
(219,254,216)
#DEFEDC
(222,254,220)
#E1FEE0
(225,254,224)
#E4FEE4
(228,254,228)
#E7FEE8
(231,254,232)
#EAFEEC
(234,254,236)
#EDFEF0
(237,254,240)
#F0FEF4
(240,254,244)
#F3FEF8
(243,254,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5FED0; }

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

This text font color is #D5FED0.


Background Color

.myBgColor { background-color: #D5FED0; }

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

This div background color is #D5FED0.


Border color

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

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

This div border color is #D5FED0.


Opacity

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

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

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

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

This text has shadow with #D5FED0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5FED0 on black background.


Color preview on white background

This text has color #D5FED0 on white background.



Black color preview on #D5FED0 background

This text has black color on #D5FED0 background.


White color preview on #D5FED0 background

This text has white color on #D5FED0 background.