COLOR #D7F0B7

HEX: #D7F0B7
RGB: (215,240,183)

Color info

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

RGB color model

#D7F0B7 color RGB value is (215,240,183).

  • red value is 215;
  • green value is 240;
  • blue value is 183.
RGB:
(215,240,183)
(84%,94%,72%)

RGB channels and saturation

R 215 of 255 = 84%
G 240 of 255 = 94%
B 183 of 255 = 72%

215
240
183

R + G + B ~ 83%. #D7F0B7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 240 + 183 = 638 (100%)
R 215 of 638 ~ 33.7%
G 240 of 638 ~ 37.62%
B 183 of 638 ~ 28.68%

%33.7
%37.62
%28.68

CMYK color model

#D7F0B7 color CMYK value is (10,0,24,6).

  • cyan value is 10.42%
  • magenta value is 0.00%
  • yellow value is 23.75%
  • key color value is 5.88%
CMYK:
(10,0,24,6)
C10M0Y24K6 
(10%,0%,24%,6%)
(0.10/0.00/0.24/0.06)	

CMYK percentages

%10.42
%0
%23.75
%5.88

Codes

Color #D7F0B7 in popluar color models

D7F0B7
RGB215240183
HSL86°65.52%82.94%
HSB/HSV86°23.75%94.12%
CMYK10.42%0.00%23.75%
5.88%

Color #D7F0B7 in popluar number systems.

HEXD7F0B7
Decimal215240183
Binary110101111111000010110111
Octal327360267

Shades and tints

Shades of #D7F0B7

#D7F0B7
(215,240,183)
#C4DBA7
(196,219,167)
#B1C697
(177,198,151)
#9EB187
(158,177,135)
#8B9C77
(139,156,119)
#788767
(120,135,103)
#657257
(101,114,87)
#525D47
(82,93,71)
#3F4837
(63,72,55)
#2C3327
(44,51,39)
#191E17
(25,30,23)
#000000
(0,0,0)

Tints of #D7F0B7

#D7F0B7
(215,240,183)
#DAF1BD
(218,241,189)
#DDF2C3
(221,242,195)
#E0F3C9
(224,243,201)
#E3F4CF
(227,244,207)
#E6F5D5
(230,245,213)
#E9F6DB
(233,246,219)
#ECF7E1
(236,247,225)
#EFF8E7
(239,248,231)
#F2F9ED
(242,249,237)
#F5FAF3
(245,250,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7F0B7 color. Also use rgb(215,240,183) instead hex code.

Text Font Color

.myTextColor { color: #D7F0B7; }

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

This text font color is #D7F0B7.


Background Color

.myBgColor { background-color: #D7F0B7; }

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

This div background color is #D7F0B7.


Border color

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

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

This div border color is #D7F0B7.


Opacity

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

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

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

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

This text has shadow with #D7F0B7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7F0B7 on black background.


Color preview on white background

This text has color #D7F0B7 on white background.



Black color preview on #D7F0B7 background

This text has black color on #D7F0B7 background.


White color preview on #D7F0B7 background

This text has white color on #D7F0B7 background.