COLOR #D7F4D0

HEX: #D7F4D0
RGB: (215,244,208)

Color info

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

RGB color model

#D7F4D0 color RGB value is (215,244,208).

  • red value is 215;
  • green value is 244;
  • blue value is 208.
RGB:
(215,244,208)
(84%,96%,82%)

RGB channels and saturation

R 215 of 255 = 84%
G 244 of 255 = 96%
B 208 of 255 = 82%

215
244
208

R + G + B ~ 87%. #D7F4D0 is light color.

Portions of RGB colors in percentages

R + G + B =
215 + 244 + 208 = 667 (100%)
R 215 of 667 ~ 32.23%
G 244 of 667 ~ 36.58%
B 208 of 667 ~ 31.18%

%32.23
%36.58
%31.18

CMYK color model

#D7F4D0 color CMYK value is (12,0,15,4).

  • cyan value is 11.89%
  • magenta value is 0.00%
  • yellow value is 14.75%
  • key color value is 4.31%
CMYK:
(12,0,15,4)
C12M0Y15K4 
(12%,0%,15%,4%)
(0.12/0.00/0.15/0.04)	

CMYK percentages

%11.89
%0
%14.75
%4.31

Codes

Color #D7F4D0 in popluar color models

D7F4D0
RGB215244208
HSL108°62.07%88.63%
HSB/HSV108°14.75%95.69%
CMYK11.89%0.00%14.75%
4.31%

Color #D7F4D0 in popluar number systems.

HEXD7F4D0
Decimal215244208
Binary110101111111010011010000
Octal327364320

Shades and tints

Shades of #D7F4D0

#D7F4D0
(215,244,208)
#C4DEBE
(196,222,190)
#B1C8AC
(177,200,172)
#9EB29A
(158,178,154)
#8B9C88
(139,156,136)
#788676
(120,134,118)
#657064
(101,112,100)
#525A52
(82,90,82)
#3F4440
(63,68,64)
#2C2E2E
(44,46,46)
#19181C
(25,24,28)
#000000
(0,0,0)

Tints of #D7F4D0

#D7F4D0
(215,244,208)
#DAF5D4
(218,245,212)
#DDF6D8
(221,246,216)
#E0F7DC
(224,247,220)
#E3F8E0
(227,248,224)
#E6F9E4
(230,249,228)
#E9FAE8
(233,250,232)
#ECFBEC
(236,251,236)
#EFFCF0
(239,252,240)
#F2FDF4
(242,253,244)
#F5FEF8
(245,254,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7F4D0 color. Also use rgb(215,244,208) instead hex code.

Text Font Color

.myTextColor { color: #D7F4D0; }

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

This text font color is #D7F4D0.


Background Color

.myBgColor { background-color: #D7F4D0; }

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

This div background color is #D7F4D0.


Border color

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

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

This div border color is #D7F4D0.


Opacity

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

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

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

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

This text has shadow with #D7F4D0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7F4D0 on black background.


Color preview on white background

This text has color #D7F4D0 on white background.



Black color preview on #D7F4D0 background

This text has black color on #D7F4D0 background.


White color preview on #D7F4D0 background

This text has white color on #D7F4D0 background.