COLOR #D7FAD2

HEX: #D7FAD2
RGB: (215,250,210)

Color info

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

RGB color model

#D7FAD2 color RGB value is (215,250,210).

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

RGB channels and saturation

R 215 of 255 = 84%
G 250 of 255 = 98%
B 210 of 255 = 82%

215
250
210

R + G + B ~ 88%. #D7FAD2 is light color.

Portions of RGB colors in percentages

R + G + B =
215 + 250 + 210 = 675 (100%)
R 215 of 675 ~ 31.85%
G 250 of 675 ~ 37.04%
B 210 of 675 ~ 31.11%

%31.85
%37.04
%31.11

CMYK color model

#D7FAD2 color CMYK value is (14,0,16,2).

  • cyan value is 14.00%
  • magenta value is 0.00%
  • yellow value is 16.00%
  • key color value is 1.96%
CMYK:
(14,0,16,2)
C14M0Y16K2 
(14%,0%,16%,2%)
(0.14/0.00/0.16/0.02)	

CMYK percentages

%14
%0
%16
%1.96

Codes

Color #D7FAD2 in popluar color models

D7FAD2
RGB215250210
HSL113°80.00%90.20%
HSB/HSV113°16.00%98.04%
CMYK14.00%0.00%16.00%
1.96%

Color #D7FAD2 in popluar number systems.

HEXD7FAD2
Decimal215250210
Binary110101111111101011010010
Octal327372322

Shades and tints

Shades of #D7FAD2

#D7FAD2
(215,250,210)
#C4E4BF
(196,228,191)
#B1CEAC
(177,206,172)
#9EB899
(158,184,153)
#8BA286
(139,162,134)
#788C73
(120,140,115)
#657660
(101,118,96)
#52604D
(82,96,77)
#3F4A3A
(63,74,58)
#2C3427
(44,52,39)
#191E14
(25,30,20)
#000000
(0,0,0)

Tints of #D7FAD2

#D7FAD2
(215,250,210)
#DAFAD6
(218,250,214)
#DDFADA
(221,250,218)
#E0FADE
(224,250,222)
#E3FAE2
(227,250,226)
#E6FAE6
(230,250,230)
#E9FAEA
(233,250,234)
#ECFAEE
(236,250,238)
#EFFAF2
(239,250,242)
#F2FAF6
(242,250,246)
#F5FAFA
(245,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7FAD2; }

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

This text font color is #D7FAD2.


Background Color

.myBgColor { background-color: #D7FAD2; }

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

This div background color is #D7FAD2.


Border color

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

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

This div border color is #D7FAD2.


Opacity

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

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

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

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

This text has shadow with #D7FAD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7FAD2 on black background.


Color preview on white background

This text has color #D7FAD2 on white background.



Black color preview on #D7FAD2 background

This text has black color on #D7FAD2 background.


White color preview on #D7FAD2 background

This text has white color on #D7FAD2 background.