COLOR #D5FADE

HEX: #D5FADE RGB: (213,250,222)

Color info

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

RGB color model

#D5FADE color RGB value is (213,250,222).

RGB: (213,250,222) (84%, 98%, 87%)

RGB channels and saturation

R 213 of 255 = 84%
G 250 of 255 = 98%
B 222 of 255 = 87%

213
250
222

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

Portions of RGB colors in percentages

R + G + B = 213 + 250 + 222 = 685 (100%)
R 213 of 685 ~ 31.09%
G 250 of 685 ~ 36.5%
B 222 of 685 ~ 32.41'%

%31.09
%36.5
%32.41

CMYK color model

#D5FADE color CMYK value is (15,0,11,2).

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

CMYK: (15,0,11,2)
C15M0Y11K2 (15%, 0%, 11%, 2%)
(0.15 / 0.00 / 0.11 / 0.02)

CMYK percentages

%14.8
%0
%11.2
%1.96

Codes

Color #D5FADE in popluar color models

D5 FA DE
RGB 213 250 222
HSL 135° 78.72% 90.78%
HSB/HSV 135° 14.80% 98.04%
CMYK 14.80% 0.00% 11.20%
1.96%

Color #D5FADE in popluar number systems.

HEX D5 FA DE
Decimal 213 250 222
Binary 11010101 11111010 11011110
Octal 325 372 336

Shades and tints

Shades of #D5FADE

#D5FADE
(213,250,222)
#C2E4CA
(194,228,202)
#AFCEB6
(175,206,182)
#9CB8A2
(156,184,162)
#89A28E
(137,162,142)
#768C7A
(118,140,122)
#637666
(99,118,102)
#506052
(80,96,82)
#3D4A3E
(61,74,62)
#2A342A
(42,52,42)
#171E16
(23,30,22)
#000000
(0,0,0)

Tints of #D5FADE

#D5FADE
(213,250,222)
#D8FAE1
(216,250,225)
#DBFAE4
(219,250,228)
#DEFAE7
(222,250,231)
#E1FAEA
(225,250,234)
#E4FAED
(228,250,237)
#E7FAF0
(231,250,240)
#EAFAF3
(234,250,243)
#EDFAF6
(237,250,246)
#F0FAF9
(240,250,249)
#F3FAFC
(243,250,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5FADE; }

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

This text font color is #D5FADE.

Background Color

.myBgColor { background-color: #D5FADE; }

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

This div background color is #D5FADE.

Border color

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

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

This div border color is #D5FADE.

Opacity

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

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

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

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

This text has shadow with #D5FADE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5FADE.

Preview

Color preview on black background

This text has color #D5FADE on black background.


Color preview on white background

This text has color #D5FADE on white background.


Black color preview on #D5FADE background

This text has black color on #D5FADE background.


White color preview on #D5FADE background

This text has white color on #D5FADE background.


Related colors

Complementary color

Complementary color for #hex is #2A0521.


I love getcolorcode.com

Triadic colors

1 #DED5FA and #FADED5 with #D5FADE are triadic colors.

2 #DEFAD5 and #FAD5DE with #D5FADE are triadic colors.