COLOR #D5FFDA

HEX: #D5FFDA
RGB: (213,255,218)

Color info

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

RGB color model

#D5FFDA color RGB value is (213,255,218).

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

RGB channels and saturation

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

213
255
218

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

Portions of RGB colors in percentages

R + G + B =
213 + 255 + 218 = 686 (100%)
R 213 of 686 ~ 31.05%
G 255 of 686 ~ 37.17%
B 218 of 686 ~ 31.78%

%31.05
%37.17
%31.78

CMYK color model

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

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

CMYK percentages

%16.47
%0
%14.51
%0

Codes

Color #D5FFDA in popluar color models

D5FFDA
RGB213255218
HSL127°100.00%91.76%
HSB/HSV127°16.47%100.00%
CMYK16.47%0.00%14.51%
0.00%

Color #D5FFDA in popluar number systems.

HEXD5FFDA
Decimal213255218
Binary110101011111111111011010
Octal325377332

Shades and tints

Shades of #D5FFDA

#D5FFDA
(213,255,218)
#C2E8C7
(194,232,199)
#AFD1B4
(175,209,180)
#9CBAA1
(156,186,161)
#89A38E
(137,163,142)
#768C7B
(118,140,123)
#637568
(99,117,104)
#505E55
(80,94,85)
#3D4742
(61,71,66)
#2A302F
(42,48,47)
#17191C
(23,25,28)
#000000
(0,0,0)

Tints of #D5FFDA

#D5FFDA
(213,255,218)
#D8FFDD
(216,255,221)
#DBFFE0
(219,255,224)
#DEFFE3
(222,255,227)
#E1FFE6
(225,255,230)
#E4FFE9
(228,255,233)
#E7FFEC
(231,255,236)
#EAFFEF
(234,255,239)
#EDFFF2
(237,255,242)
#F0FFF5
(240,255,245)
#F3FFF8
(243,255,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5FFDA; }

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

This text font color is #D5FFDA.


Background Color

.myBgColor { background-color: #D5FFDA; }

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

This div background color is #D5FFDA.


Border color

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

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

This div border color is #D5FFDA.


Opacity

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

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

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

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

This text has shadow with #D5FFDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5FFDA on black background.


Color preview on white background

This text has color #D5FFDA on white background.



Black color preview on #D5FFDA background

This text has black color on #D5FFDA background.


White color preview on #D5FFDA background

This text has white color on #D5FFDA background.