COLOR #D5FFEA

HEX: #D5FFEA
RGB: (213,255,234)

Color info

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

RGB color model

#D5FFEA color RGB value is (213,255,234).

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

RGB channels and saturation

R 213 of 255 = 84%
G 255 of 255 = 100%
B 234 of 255 = 92%

213
255
234

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

Portions of RGB colors in percentages

R + G + B =
213 + 255 + 234 = 702 (100%)
R 213 of 702 ~ 30.34%
G 255 of 702 ~ 36.32%
B 234 of 702 ~ 33.33%

%30.34
%36.32
%33.33

CMYK color model

#D5FFEA color CMYK value is (16,0,8,0).

  • cyan value is 16.47%
  • magenta value is 0.00%
  • yellow value is 8.24%
  • key color value is 0.00%
CMYK:
(16,0,8,0)
C16M0Y8K0 
(16%,0%,8%,0%)
(0.16/0.00/0.08/0.00)	

CMYK percentages

%16.47
%0
%8.24
%0

Codes

Color #D5FFEA in popluar color models

D5FFEA
RGB213255234
HSL150°100.00%91.76%
HSB/HSV150°16.47%100.00%
CMYK16.47%0.00%8.24%
0.00%

Color #D5FFEA in popluar number systems.

HEXD5FFEA
Decimal213255234
Binary110101011111111111101010
Octal325377352

Shades and tints

Shades of #D5FFEA

#D5FFEA
(213,255,234)
#C2E8D5
(194,232,213)
#AFD1C0
(175,209,192)
#9CBAAB
(156,186,171)
#89A396
(137,163,150)
#768C81
(118,140,129)
#63756C
(99,117,108)
#505E57
(80,94,87)
#3D4742
(61,71,66)
#2A302D
(42,48,45)
#171918
(23,25,24)
#000000
(0,0,0)

Tints of #D5FFEA

#D5FFEA
(213,255,234)
#D8FFEB
(216,255,235)
#DBFFEC
(219,255,236)
#DEFFED
(222,255,237)
#E1FFEE
(225,255,238)
#E4FFEF
(228,255,239)
#E7FFF0
(231,255,240)
#EAFFF1
(234,255,241)
#EDFFF2
(237,255,242)
#F0FFF3
(240,255,243)
#F3FFF4
(243,255,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5FFEA; }

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

This text font color is #D5FFEA.


Background Color

.myBgColor { background-color: #D5FFEA; }

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

This div background color is #D5FFEA.


Border color

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

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

This div border color is #D5FFEA.


Opacity

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

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

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

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

This text has shadow with #D5FFEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5FFEA on black background.


Color preview on white background

This text has color #D5FFEA on white background.



Black color preview on #D5FFEA background

This text has black color on #D5FFEA background.


White color preview on #D5FFEA background

This text has white color on #D5FFEA background.