COLOR #D7E3C8

HEX: #D7E3C8
RGB: (215,227,200)

Color info

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

RGB color model

#D7E3C8 color RGB value is (215,227,200).

  • red value is 215;
  • green value is 227;
  • blue value is 200.
RGB:
(215,227,200)
(84%,89%,78%)

RGB channels and saturation

R 215 of 255 = 84%
G 227 of 255 = 89%
B 200 of 255 = 78%

215
227
200

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

Portions of RGB colors in percentages

R + G + B =
215 + 227 + 200 = 642 (100%)
R 215 of 642 ~ 33.49%
G 227 of 642 ~ 35.36%
B 200 of 642 ~ 31.15%

%33.49
%35.36
%31.15

CMYK color model

#D7E3C8 color CMYK value is (5,0,12,11).

  • cyan value is 5.29%
  • magenta value is 0.00%
  • yellow value is 11.89%
  • key color value is 10.98%
CMYK:
(5,0,12,11)
C5M0Y12K11 
(5%,0%,12%,11%)
(0.05/0.00/0.12/0.11)	

CMYK percentages

%5.29
%0
%11.89
%10.98

Codes

Color #D7E3C8 in popluar color models

D7E3C8
RGB215227200
HSL87°32.53%83.73%
HSB/HSV87°11.89%89.02%
CMYK5.29%0.00%11.89%
10.98%

Color #D7E3C8 in popluar number systems.

HEXD7E3C8
Decimal215227200
Binary110101111110001111001000
Octal327343310

Shades and tints

Shades of #D7E3C8

#D7E3C8
(215,227,200)
#C4CFB6
(196,207,182)
#B1BBA4
(177,187,164)
#9EA792
(158,167,146)
#8B9380
(139,147,128)
#787F6E
(120,127,110)
#656B5C
(101,107,92)
#52574A
(82,87,74)
#3F4338
(63,67,56)
#2C2F26
(44,47,38)
#191B14
(25,27,20)
#000000
(0,0,0)

Tints of #D7E3C8

#D7E3C8
(215,227,200)
#DAE5CD
(218,229,205)
#DDE7D2
(221,231,210)
#E0E9D7
(224,233,215)
#E3EBDC
(227,235,220)
#E6EDE1
(230,237,225)
#E9EFE6
(233,239,230)
#ECF1EB
(236,241,235)
#EFF3F0
(239,243,240)
#F2F5F5
(242,245,245)
#F5F7FA
(245,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7E3C8 color. Also use rgb(215,227,200) instead hex code.

Text Font Color

.myTextColor { color: #D7E3C8; }

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

This text font color is #D7E3C8.


Background Color

.myBgColor { background-color: #D7E3C8; }

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

This div background color is #D7E3C8.


Border color

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

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

This div border color is #D7E3C8.


Opacity

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

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

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

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

This text has shadow with #D7E3C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D7E3C8 on black background.


Color preview on white background

This text has color #D7E3C8 on white background.



Black color preview on #D7E3C8 background

This text has black color on #D7E3C8 background.


White color preview on #D7E3C8 background

This text has white color on #D7E3C8 background.