COLOR #D7E6BF

HEX: #D7E6BF RGB: (215,230,191)

Color info

#D7E6BF contains red, green and blue colors in about the same proportion. Web safe color of #D7E6BF is #CCCCCC (or #CCC).

RGB color model

#D7E6BF color RGB value is (215,230,191).

RGB: (215,230,191) (84%, 90%, 75%)

RGB channels and saturation

R 215 of 255 = 84%
G 230 of 255 = 90%
B 191 of 255 = 75%

215
230
191

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

Portions of RGB colors in percentages

R + G + B = 215 + 230 + 191 = 636 (100%)
R 215 of 636 ~ 33.81%
G 230 of 636 ~ 36.16%
B 191 of 636 ~ 30.03'%

%33.81
%36.16
%30.03

CMYK color model

#D7E6BF color CMYK value is (7,0,17,10).

  • cyan value is 6.52%
  • magenta value is 0.00%
  • yellow value is 16.96%
  • key color value is 9.80%

CMYK: (7,0,17,10)
C7M0Y17K10 (7%, 0%, 17%, 10%)
(0.07 / 0.00 / 0.17 / 0.10)

CMYK percentages

%6.52
%0
%16.96
%9.8

Codes

Color #D7E6BF in popluar color models

D7 E6 BF
RGB 215 230 191
HSL 83° 43.82% 82.55%
HSB/HSV 83° 16.96% 90.20%
CMYK 6.52% 0.00% 16.96%
9.80%

Color #D7E6BF in popluar number systems.

HEX D7 E6 BF
Decimal 215 230 191
Binary 11010111 11100110 10111111
Octal 327 346 277

Shades and tints

Shades of #D7E6BF

#D7E6BF
(215,230,191)
#C4D2AE
(196,210,174)
#B1BE9D
(177,190,157)
#9EAA8C
(158,170,140)
#8B967B
(139,150,123)
#78826A
(120,130,106)
#656E59
(101,110,89)
#525A48
(82,90,72)
#3F4637
(63,70,55)
#2C3226
(44,50,38)
#191E15
(25,30,21)
#000000
(0,0,0)

Tints of #D7E6BF

#D7E6BF
(215,230,191)
#DAE8C4
(218,232,196)
#DDEAC9
(221,234,201)
#E0ECCE
(224,236,206)
#E3EED3
(227,238,211)
#E6F0D8
(230,240,216)
#E9F2DD
(233,242,221)
#ECF4E2
(236,244,226)
#EFF6E7
(239,246,231)
#F2F8EC
(242,248,236)
#F5FAF1
(245,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7E6BF; }

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

This text font color is #D7E6BF.

Background Color

.myBgColor { background-color: #D7E6BF; }

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

This div background color is #D7E6BF.

Border color

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

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

This div border color is #D7E6BF.

Opacity

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

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

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

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

This text has shadow with #D7E6BF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7E6BF.

Preview

Color preview on black background

This text has color #D7E6BF on black background.


Color preview on white background

This text has color #D7E6BF on white background.


Black color preview on #D7E6BF background

This text has black color on #D7E6BF background.


White color preview on #D7E6BF background

This text has white color on #D7E6BF background.


Related colors

Complementary color

Complementary color for #hex is #281940.


I love getcolorcode.com

Triadic colors

1 #BFD7E6 and #E6BFD7 with #D7E6BF are triadic colors.

2 #BFE6D7 and #E6D7BF with #D7E6BF are triadic colors.