COLOR #D5FAEA

HEX: #D5FAEA RGB: (213,250,234)

Color info

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

RGB color model

#D5FAEA color RGB value is (213,250,234).

RGB: (213,250,234) (84%, 98%, 92%)

RGB channels and saturation

R 213 of 255 = 84%
G 250 of 255 = 98%
B 234 of 255 = 92%

213
250
234

R + G + B ~ 91%. #D5FAEA is light color.

Portions of RGB colors in percentages

R + G + B = 213 + 250 + 234 = 697 (100%)
R 213 of 697 ~ 30.56%
G 250 of 697 ~ 35.87%
B 234 of 697 ~ 33.57'%

%30.56
%35.87
%33.57

CMYK color model

#D5FAEA color CMYK value is (15,0,6,2).

  • cyan value is 14.80%
  • magenta value is 0.00%
  • yellow value is 6.40%
  • key color value is 1.96%

CMYK: (15,0,6,2)
C15M0Y6K2 (15%, 0%, 6%, 2%)
(0.15 / 0.00 / 0.06 / 0.02)

CMYK percentages

%14.8
%0
%6.4
%1.96

Codes

Color #D5FAEA in popluar color models

D5 FA EA
RGB 213 250 234
HSL 154° 78.72% 90.78%
HSB/HSV 154° 14.80% 98.04%
CMYK 14.80% 0.00% 6.40%
1.96%

Color #D5FAEA in popluar number systems.

HEX D5 FA EA
Decimal 213 250 234
Binary 11010101 11111010 11101010
Octal 325 372 352

Shades and tints

Shades of #D5FAEA

#D5FAEA
(213,250,234)
#C2E4D5
(194,228,213)
#AFCEC0
(175,206,192)
#9CB8AB
(156,184,171)
#89A296
(137,162,150)
#768C81
(118,140,129)
#63766C
(99,118,108)
#506057
(80,96,87)
#3D4A42
(61,74,66)
#2A342D
(42,52,45)
#171E18
(23,30,24)
#000000
(0,0,0)

Tints of #D5FAEA

#D5FAEA
(213,250,234)
#D8FAEB
(216,250,235)
#DBFAEC
(219,250,236)
#DEFAED
(222,250,237)
#E1FAEE
(225,250,238)
#E4FAEF
(228,250,239)
#E7FAF0
(231,250,240)
#EAFAF1
(234,250,241)
#EDFAF2
(237,250,242)
#F0FAF3
(240,250,243)
#F3FAF4
(243,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5FAEA; }

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

This text font color is #D5FAEA.

Background Color

.myBgColor { background-color: #D5FAEA; }

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

This div background color is #D5FAEA.

Border color

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

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

This div border color is #D5FAEA.

Opacity

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

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

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

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

This text has shadow with #D5FAEA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5FAEA.

Preview

Color preview on black background

This text has color #D5FAEA on black background.


Color preview on white background

This text has color #D5FAEA on white background.


Black color preview on #D5FAEA background

This text has black color on #D5FAEA background.


White color preview on #D5FAEA background

This text has white color on #D5FAEA background.


Related colors

Complementary color

Complementary color for #hex is #2A0515.


I love getcolorcode.com

Triadic colors

1 #EAD5FA and #FAEAD5 with #D5FAEA are triadic colors.

2 #EAFAD5 and #FAD5EA with #D5FAEA are triadic colors.