COLOR #D7EBB6

HEX: #D7EBB6
RGB: (215,235,182)

Color info

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

RGB color model

#D7EBB6 color RGB value is (215,235,182).

  • red value is 215;
  • green value is 235;
  • blue value is 182.
RGB:
(215,235,182)
(84%,92%,71%)

RGB channels and saturation

R 215 of 255 = 84%
G 235 of 255 = 92%
B 182 of 255 = 71%

215
235
182

R + G + B ~ 82%. #D7EBB6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 235 + 182 = 632 (100%)
R 215 of 632 ~ 34.02%
G 235 of 632 ~ 37.18%
B 182 of 632 ~ 28.8%

%34.02
%37.18
%28.8

CMYK color model

#D7EBB6 color CMYK value is (9,0,23,8).

  • cyan value is 8.51%
  • magenta value is 0.00%
  • yellow value is 22.55%
  • key color value is 7.84%
CMYK:
(9,0,23,8)
C9M0Y23K8 
(9%,0%,23%,8%)
(0.09/0.00/0.23/0.08)	

CMYK percentages

%8.51
%0
%22.55
%7.84

Codes

Color #D7EBB6 in popluar color models

D7EBB6
RGB215235182
HSL83°56.99%81.76%
HSB/HSV83°22.55%92.16%
CMYK8.51%0.00%22.55%
7.84%

Color #D7EBB6 in popluar number systems.

HEXD7EBB6
Decimal215235182
Binary110101111110101110110110
Octal327353266

Shades and tints

Shades of #D7EBB6

#D7EBB6
(215,235,182)
#C4D6A6
(196,214,166)
#B1C196
(177,193,150)
#9EAC86
(158,172,134)
#8B9776
(139,151,118)
#788266
(120,130,102)
#656D56
(101,109,86)
#525846
(82,88,70)
#3F4336
(63,67,54)
#2C2E26
(44,46,38)
#191916
(25,25,22)
#000000
(0,0,0)

Tints of #D7EBB6

#D7EBB6
(215,235,182)
#DAECBC
(218,236,188)
#DDEDC2
(221,237,194)
#E0EEC8
(224,238,200)
#E3EFCE
(227,239,206)
#E6F0D4
(230,240,212)
#E9F1DA
(233,241,218)
#ECF2E0
(236,242,224)
#EFF3E6
(239,243,230)
#F2F4EC
(242,244,236)
#F5F5F2
(245,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7EBB6 color. Also use rgb(215,235,182) instead hex code.

Text Font Color

.myTextColor { color: #D7EBB6; }

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

This text font color is #D7EBB6.


Background Color

.myBgColor { background-color: #D7EBB6; }

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

This div background color is #D7EBB6.


Border color

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

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

This div border color is #D7EBB6.


Opacity

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

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

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

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

This text has shadow with #D7EBB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7EBB6 on black background.


Color preview on white background

This text has color #D7EBB6 on white background.



Black color preview on #D7EBB6 background

This text has black color on #D7EBB6 background.


White color preview on #D7EBB6 background

This text has white color on #D7EBB6 background.