COLOR #D7EBD3

HEX: #D7EBD3
RGB: (215,235,211)

Color info

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

RGB color model

#D7EBD3 color RGB value is (215,235,211).

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

RGB channels and saturation

R 215 of 255 = 84%
G 235 of 255 = 92%
B 211 of 255 = 83%

215
235
211

R + G + B ~ 86%. #D7EBD3 is light color.

Portions of RGB colors in percentages

R + G + B =
215 + 235 + 211 = 661 (100%)
R 215 of 661 ~ 32.53%
G 235 of 661 ~ 35.55%
B 211 of 661 ~ 31.92%

%32.53
%35.55
%31.92

CMYK color model

#D7EBD3 color CMYK value is (9,0,10,8).

  • cyan value is 8.51%
  • magenta value is 0.00%
  • yellow value is 10.21%
  • key color value is 7.84%
CMYK:
(9,0,10,8)
C9M0Y10K8 
(9%,0%,10%,8%)
(0.09/0.00/0.10/0.08)	

CMYK percentages

%8.51
%0
%10.21
%7.84

Codes

Color #D7EBD3 in popluar color models

D7EBD3
RGB215235211
HSL110°37.50%87.45%
HSB/HSV110°10.21%92.16%
CMYK8.51%0.00%10.21%
7.84%

Color #D7EBD3 in popluar number systems.

HEXD7EBD3
Decimal215235211
Binary110101111110101111010011
Octal327353323

Shades and tints

Shades of #D7EBD3

#D7EBD3
(215,235,211)
#C4D6C0
(196,214,192)
#B1C1AD
(177,193,173)
#9EAC9A
(158,172,154)
#8B9787
(139,151,135)
#788274
(120,130,116)
#656D61
(101,109,97)
#52584E
(82,88,78)
#3F433B
(63,67,59)
#2C2E28
(44,46,40)
#191915
(25,25,21)
#000000
(0,0,0)

Tints of #D7EBD3

#D7EBD3
(215,235,211)
#DAECD7
(218,236,215)
#DDEDDB
(221,237,219)
#E0EEDF
(224,238,223)
#E3EFE3
(227,239,227)
#E6F0E7
(230,240,231)
#E9F1EB
(233,241,235)
#ECF2EF
(236,242,239)
#EFF3F3
(239,243,243)
#F2F4F7
(242,244,247)
#F5F5FB
(245,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7EBD3; }

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

This text font color is #D7EBD3.


Background Color

.myBgColor { background-color: #D7EBD3; }

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

This div background color is #D7EBD3.


Border color

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

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

This div border color is #D7EBD3.


Opacity

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

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

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

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

This text has shadow with #D7EBD3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7EBD3 on black background.


Color preview on white background

This text has color #D7EBD3 on white background.



Black color preview on #D7EBD3 background

This text has black color on #D7EBD3 background.


White color preview on #D7EBD3 background

This text has white color on #D7EBD3 background.