COLOR #D7EBC3

HEX: #D7EBC3
RGB: (215,235,195)

Color info

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

RGB color model

#D7EBC3 color RGB value is (215,235,195).

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

RGB channels and saturation

R 215 of 255 = 84%
G 235 of 255 = 92%
B 195 of 255 = 76%

215
235
195

R + G + B ~ 84%. #D7EBC3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
215 + 235 + 195 = 645 (100%)
R 215 of 645 ~ 33.33%
G 235 of 645 ~ 36.43%
B 195 of 645 ~ 30.23%

%33.33
%36.43
%30.23

CMYK color model

#D7EBC3 color CMYK value is (9,0,17,8).

  • cyan value is 8.51%
  • magenta value is 0.00%
  • yellow value is 17.02%
  • key color value is 7.84%
CMYK:
(9,0,17,8)
C9M0Y17K8 
(9%,0%,17%,8%)
(0.09/0.00/0.17/0.08)	

CMYK percentages

%8.51
%0
%17.02
%7.84

Codes

Color #D7EBC3 in popluar color models

D7EBC3
RGB215235195
HSL90°50.00%84.31%
HSB/HSV90°17.02%92.16%
CMYK8.51%0.00%17.02%
7.84%

Color #D7EBC3 in popluar number systems.

HEXD7EBC3
Decimal215235195
Binary110101111110101111000011
Octal327353303

Shades and tints

Shades of #D7EBC3

#D7EBC3
(215,235,195)
#C4D6B2
(196,214,178)
#B1C1A1
(177,193,161)
#9EAC90
(158,172,144)
#8B977F
(139,151,127)
#78826E
(120,130,110)
#656D5D
(101,109,93)
#52584C
(82,88,76)
#3F433B
(63,67,59)
#2C2E2A
(44,46,42)
#191919
(25,25,25)
#000000
(0,0,0)

Tints of #D7EBC3

#D7EBC3
(215,235,195)
#DAECC8
(218,236,200)
#DDEDCD
(221,237,205)
#E0EED2
(224,238,210)
#E3EFD7
(227,239,215)
#E6F0DC
(230,240,220)
#E9F1E1
(233,241,225)
#ECF2E6
(236,242,230)
#EFF3EB
(239,243,235)
#F2F4F0
(242,244,240)
#F5F5F5
(245,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7EBC3; }

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

This text font color is #D7EBC3.


Background Color

.myBgColor { background-color: #D7EBC3; }

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

This div background color is #D7EBC3.


Border color

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

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

This div border color is #D7EBC3.


Opacity

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

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

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

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

This text has shadow with #D7EBC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7EBC3 on black background.


Color preview on white background

This text has color #D7EBC3 on white background.



Black color preview on #D7EBC3 background

This text has black color on #D7EBC3 background.


White color preview on #D7EBC3 background

This text has white color on #D7EBC3 background.