COLOR #D7F7CF

HEX: #D7F7CF
RGB: (215,247,207)

Color info

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

RGB color model

#D7F7CF color RGB value is (215,247,207).

  • red value is 215;
  • green value is 247;
  • blue value is 207.
RGB: (215,247,207) (84%,97%,81%)

RGB channels and saturation

R 215 of 255 = 84%
G 247 of 255 = 97%
B 207 of 255 = 81%

215
247
207

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

Portions of RGB colors in percentages

R + G + B =
215 + 247 + 207 = 669 (100%)
R 215 of 669 ~ 32.14%
G 247 of 669 ~ 36.92%
B 207 of 669 ~ 30.94%

%32.14
%36.92
%30.94

CMYK color model

#D7F7CF color CMYK value is (13,0,16,3).

  • cyan value is 12.96%
  • magenta value is 0.00%
  • yellow value is 16.19%
  • key color value is 3.14%
CMYK: (13,0,16,3) C13M0Y16K3 (13%,0%,16%,3%) (0.13/0.00/0.16/0.03)

CMYK percentages

%12.96
%0
%16.19
%3.14

Codes

Color #D7F7CF in popluar color models

D7F7CF
RGB215247207
HSL108°71.43%89.02%
HSB/HSV108°16.19%96.86%
CMYK12.96%0.00%16.19%
3.14%

Color #D7F7CF in popluar number systems.

HEXD7F7CF
Decimal215247207
Binary110101111111011111001111
Octal327367317

Shades and tints

Shades of #D7F7CF

#D7F7CF
(215,247,207)
#C4E1BD
(196,225,189)
#B1CBAB
(177,203,171)
#9EB599
(158,181,153)
#8B9F87
(139,159,135)
#788975
(120,137,117)
#657363
(101,115,99)
#525D51
(82,93,81)
#3F473F
(63,71,63)
#2C312D
(44,49,45)
#191B1B
(25,27,27)
#000000
(0,0,0)

Tints of #D7F7CF

#D7F7CF
(215,247,207)
#DAF7D3
(218,247,211)
#DDF7D7
(221,247,215)
#E0F7DB
(224,247,219)
#E3F7DF
(227,247,223)
#E6F7E3
(230,247,227)
#E9F7E7
(233,247,231)
#ECF7EB
(236,247,235)
#EFF7EF
(239,247,239)
#F2F7F3
(242,247,243)
#F5F7F7
(245,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7F7CF color. Also use rgb(215,247,207) instead hex code.

Text Font Color

.myTextColor { color: #D7F7CF; }

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

This text font color is #D7F7CF.


Background Color

.myBgColor { background-color: #D7F7CF; }

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

This div background color is #D7F7CF.


Border color

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

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

This div border color is #D7F7CF.


Opacity

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

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

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

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

This text has shadow with #D7F7CF color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #D7F7CF on black background.


Color preview on white background

This text has color #D7F7CF on white background.



Black color preview on #D7F7CF background

This text has black color on #D7F7CF background.


White color preview on #D7F7CF background

This text has white color on #D7F7CF background.