COLOR #D7EBC2

HEX: #D7EBC2
RGB: (215,235,194)

Color info

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

RGB color model

#D7EBC2 color RGB value is (215,235,194).

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

RGB channels and saturation

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

215
235
194

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

Portions of RGB colors in percentages

R + G + B =
215 + 235 + 194 = 644 (100%)
R 215 of 644 ~ 33.39%
G 235 of 644 ~ 36.49%
B 194 of 644 ~ 30.12%

%33.39
%36.49
%30.12

CMYK color model

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

  • cyan value is 8.51%
  • magenta value is 0.00%
  • yellow value is 17.45%
  • 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.45
%7.84

Codes

Color #D7EBC2 in popluar color models

D7EBC2
RGB215235194
HSL89°50.62%84.12%
HSB/HSV89°17.45%92.16%
CMYK8.51%0.00%17.45%
7.84%

Color #D7EBC2 in popluar number systems.

HEXD7EBC2
Decimal215235194
Binary110101111110101111000010
Octal327353302

Shades and tints

Shades of #D7EBC2

#D7EBC2
(215,235,194)
#C4D6B1
(196,214,177)
#B1C1A0
(177,193,160)
#9EAC8F
(158,172,143)
#8B977E
(139,151,126)
#78826D
(120,130,109)
#656D5C
(101,109,92)
#52584B
(82,88,75)
#3F433A
(63,67,58)
#2C2E29
(44,46,41)
#191918
(25,25,24)
#000000
(0,0,0)

Tints of #D7EBC2

#D7EBC2
(215,235,194)
#DAECC7
(218,236,199)
#DDEDCC
(221,237,204)
#E0EED1
(224,238,209)
#E3EFD6
(227,239,214)
#E6F0DB
(230,240,219)
#E9F1E0
(233,241,224)
#ECF2E5
(236,242,229)
#EFF3EA
(239,243,234)
#F2F4EF
(242,244,239)
#F5F5F4
(245,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7EBC2; }

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

This text font color is #D7EBC2.


Background Color

.myBgColor { background-color: #D7EBC2; }

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

This div background color is #D7EBC2.


Border color

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

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

This div border color is #D7EBC2.


Opacity

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

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

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

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

This text has shadow with #D7EBC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7EBC2 on black background.


Color preview on white background

This text has color #D7EBC2 on white background.



Black color preview on #D7EBC2 background

This text has black color on #D7EBC2 background.


White color preview on #D7EBC2 background

This text has white color on #D7EBC2 background.