COLOR #D7F7BF

HEX: #D7F7BF RGB: (215,247,191)

Color info

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

RGB color model

#D7F7BF color RGB value is (215,247,191).

RGB: (215,247,191) (84%, 97%, 75%)

RGB channels and saturation

R 215 of 255 = 84%
G 247 of 255 = 97%
B 191 of 255 = 75%

215
247
191

R + G + B ~ 85%. #D7F7BF is quite light color.

Portions of RGB colors in percentages

R + G + B = 215 + 247 + 191 = 653 (100%)
R 215 of 653 ~ 32.92%
G 247 of 653 ~ 37.83%
B 191 of 653 ~ 29.25'%

%32.92
%37.83
%29.25

CMYK color model

#D7F7BF color CMYK value is (13,0,23,3).

  • cyan value is 12.96%
  • magenta value is 0.00%
  • yellow value is 22.67%
  • key color value is 3.14%

CMYK: (13,0,23,3)
C13M0Y23K3 (13%, 0%, 23%, 3%)
(0.13 / 0.00 / 0.23 / 0.03)

CMYK percentages

%12.96
%0
%22.67
%3.14

Codes

Color #D7F7BF in popluar color models

D7 F7 BF
RGB 215 247 191
HSL 94° 77.78% 85.88%
HSB/HSV 94° 22.67% 96.86%
CMYK 12.96% 0.00% 22.67%
3.14%

Color #D7F7BF in popluar number systems.

HEX D7 F7 BF
Decimal 215 247 191
Binary 11010111 11110111 10111111
Octal 327 367 277

Shades and tints

Shades of #D7F7BF

#D7F7BF
(215,247,191)
#C4E1AE
(196,225,174)
#B1CB9D
(177,203,157)
#9EB58C
(158,181,140)
#8B9F7B
(139,159,123)
#78896A
(120,137,106)
#657359
(101,115,89)
#525D48
(82,93,72)
#3F4737
(63,71,55)
#2C3126
(44,49,38)
#191B15
(25,27,21)
#000000
(0,0,0)

Tints of #D7F7BF

#D7F7BF
(215,247,191)
#DAF7C4
(218,247,196)
#DDF7C9
(221,247,201)
#E0F7CE
(224,247,206)
#E3F7D3
(227,247,211)
#E6F7D8
(230,247,216)
#E9F7DD
(233,247,221)
#ECF7E2
(236,247,226)
#EFF7E7
(239,247,231)
#F2F7EC
(242,247,236)
#F5F7F1
(245,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7F7BF; }

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

This text font color is #D7F7BF.

Background Color

.myBgColor { background-color: #D7F7BF; }

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

This div background color is #D7F7BF.

Border color

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

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

This div border color is #D7F7BF.

Opacity

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

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

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

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

This text has shadow with #D7F7BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7F7BF.

Preview

Color preview on black background

This text has color #D7F7BF on black background.


Color preview on white background

This text has color #D7F7BF on white background.


Black color preview on #D7F7BF background

This text has black color on #D7F7BF background.


White color preview on #D7F7BF background

This text has white color on #D7F7BF background.


Related colors

Complementary color

Complementary color for #hex is #280840.


I love getcolorcode.com

Triadic colors

1 #BFD7F7 and #F7BFD7 with #D7F7BF are triadic colors.

2 #BFF7D7 and #F7D7BF with #D7F7BF are triadic colors.