COLOR #D7FAE4

HEX: #D7FAE4
RGB: (215,250,228)

Color info

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

RGB color model

#D7FAE4 color RGB value is (215,250,228).

  • red value is 215;
  • green value is 250;
  • blue value is 228.
RGB:
(215,250,228)
(84%,98%,89%)

RGB channels and saturation

R 215 of 255 = 84%
G 250 of 255 = 98%
B 228 of 255 = 89%

215
250
228

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

Portions of RGB colors in percentages

R + G + B =
215 + 250 + 228 = 693 (100%)
R 215 of 693 ~ 31.02%
G 250 of 693 ~ 36.08%
B 228 of 693 ~ 32.9%

%31.02
%36.08
%32.9

CMYK color model

#D7FAE4 color CMYK value is (14,0,9,2).

  • cyan value is 14.00%
  • magenta value is 0.00%
  • yellow value is 8.80%
  • key color value is 1.96%
CMYK:
(14,0,9,2)
C14M0Y9K2 
(14%,0%,9%,2%)
(0.14/0.00/0.09/0.02)	

CMYK percentages

%14
%0
%8.8
%1.96

Codes

Color #D7FAE4 in popluar color models

D7FAE4
RGB215250228
HSL142°77.78%91.18%
HSB/HSV142°14.00%98.04%
CMYK14.00%0.00%8.80%
1.96%

Color #D7FAE4 in popluar number systems.

HEXD7FAE4
Decimal215250228
Binary110101111111101011100100
Octal327372344

Shades and tints

Shades of #D7FAE4

#D7FAE4
(215,250,228)
#C4E4D0
(196,228,208)
#B1CEBC
(177,206,188)
#9EB8A8
(158,184,168)
#8BA294
(139,162,148)
#788C80
(120,140,128)
#65766C
(101,118,108)
#526058
(82,96,88)
#3F4A44
(63,74,68)
#2C3430
(44,52,48)
#191E1C
(25,30,28)
#000000
(0,0,0)

Tints of #D7FAE4

#D7FAE4
(215,250,228)
#DAFAE6
(218,250,230)
#DDFAE8
(221,250,232)
#E0FAEA
(224,250,234)
#E3FAEC
(227,250,236)
#E6FAEE
(230,250,238)
#E9FAF0
(233,250,240)
#ECFAF2
(236,250,242)
#EFFAF4
(239,250,244)
#F2FAF6
(242,250,246)
#F5FAF8
(245,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7FAE4 color. Also use rgb(215,250,228) instead hex code.

Text Font Color

.myTextColor { color: #D7FAE4; }

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

This text font color is #D7FAE4.


Background Color

.myBgColor { background-color: #D7FAE4; }

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

This div background color is #D7FAE4.


Border color

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

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

This div border color is #D7FAE4.


Opacity

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

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

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

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

This text has shadow with #D7FAE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7FAE4 on black background.


Color preview on white background

This text has color #D7FAE4 on white background.



Black color preview on #D7FAE4 background

This text has black color on #D7FAE4 background.


White color preview on #D7FAE4 background

This text has white color on #D7FAE4 background.