COLOR #D5FEDA

HEX: #D5FEDA
RGB: (213,254,218)

Color info

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

RGB color model

#D5FEDA color RGB value is (213,254,218).

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

RGB channels and saturation

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

213
254
218

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

Portions of RGB colors in percentages

R + G + B =
213 + 254 + 218 = 685 (100%)
R 213 of 685 ~ 31.09%
G 254 of 685 ~ 37.08%
B 218 of 685 ~ 31.82%

%31.09
%37.08
%31.82

CMYK color model

#D5FEDA color CMYK value is (16,0,14,0).

  • cyan value is 16.14%
  • magenta value is 0.00%
  • yellow value is 14.17%
  • key color value is 0.39%
CMYK:
(16,0,14,0)
C16M0Y14K0 
(16%,0%,14%,0%)
(0.16/0.00/0.14/0.00)	

CMYK percentages

%16.14
%0
%14.17
%0.39

Codes

Color #D5FEDA in popluar color models

D5FEDA
RGB213254218
HSL127°95.35%91.57%
HSB/HSV127°16.14%99.61%
CMYK16.14%0.00%14.17%
0.39%

Color #D5FEDA in popluar number systems.

HEXD5FEDA
Decimal213254218
Binary110101011111111011011010
Octal325376332

Shades and tints

Shades of #D5FEDA

#D5FEDA
(213,254,218)
#C2E7C7
(194,231,199)
#AFD0B4
(175,208,180)
#9CB9A1
(156,185,161)
#89A28E
(137,162,142)
#768B7B
(118,139,123)
#637468
(99,116,104)
#505D55
(80,93,85)
#3D4642
(61,70,66)
#2A2F2F
(42,47,47)
#17181C
(23,24,28)
#000000
(0,0,0)

Tints of #D5FEDA

#D5FEDA
(213,254,218)
#D8FEDD
(216,254,221)
#DBFEE0
(219,254,224)
#DEFEE3
(222,254,227)
#E1FEE6
(225,254,230)
#E4FEE9
(228,254,233)
#E7FEEC
(231,254,236)
#EAFEEF
(234,254,239)
#EDFEF2
(237,254,242)
#F0FEF5
(240,254,245)
#F3FEF8
(243,254,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5FEDA; }

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

This text font color is #D5FEDA.


Background Color

.myBgColor { background-color: #D5FEDA; }

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

This div background color is #D5FEDA.


Border color

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

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

This div border color is #D5FEDA.


Opacity

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

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

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

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

This text has shadow with #D5FEDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5FEDA on black background.


Color preview on white background

This text has color #D5FEDA on white background.



Black color preview on #D5FEDA background

This text has black color on #D5FEDA background.


White color preview on #D5FEDA background

This text has white color on #D5FEDA background.