COLOR #D8EBC5

HEX: #D8EBC5 RGB: (216,235,197)

Color info

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

RGB color model

#D8EBC5 color RGB value is (216,235,197).

RGB: (216,235,197) (85%, 92%, 77%)

RGB channels and saturation

R 216 of 255 = 85%
G 235 of 255 = 92%
B 197 of 255 = 77%

216
235
197

R + G + B ~ 85%. #D8EBC5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 216 + 235 + 197 = 648 (100%)
R 216 of 648 ~ 33.33%
G 235 of 648 ~ 36.27%
B 197 of 648 ~ 30.4'%

%33.33
%36.27
%30.4

CMYK color model

#D8EBC5 color CMYK value is (8,0,16,8).

  • cyan value is 8.09%
  • magenta value is 0.00%
  • yellow value is 16.17%
  • key color value is 7.84%

CMYK: (8,0,16,8)
C8M0Y16K8 (8%, 0%, 16%, 8%)
(0.08 / 0.00 / 0.16 / 0.08)

CMYK percentages

%8.09
%0
%16.17
%7.84

Codes

Color #D8EBC5 in popluar color models

D8 EB C5
RGB 216 235 197
HSL 90° 48.72% 84.71%
HSB/HSV 90° 16.17% 92.16%
CMYK 8.09% 0.00% 16.17%
7.84%

Color #D8EBC5 in popluar number systems.

HEX D8 EB C5
Decimal 216 235 197
Binary 11011000 11101011 11000101
Octal 330 353 305

Shades and tints

Shades of #D8EBC5

#D8EBC5
(216,235,197)
#C5D6B4
(197,214,180)
#B2C1A3
(178,193,163)
#9FAC92
(159,172,146)
#8C9781
(140,151,129)
#798270
(121,130,112)
#666D5F
(102,109,95)
#53584E
(83,88,78)
#40433D
(64,67,61)
#2D2E2C
(45,46,44)
#1A191B
(26,25,27)
#000000
(0,0,0)

Tints of #D8EBC5

#D8EBC5
(216,235,197)
#DBECCA
(219,236,202)
#DEEDCF
(222,237,207)
#E1EED4
(225,238,212)
#E4EFD9
(228,239,217)
#E7F0DE
(231,240,222)
#EAF1E3
(234,241,227)
#EDF2E8
(237,242,232)
#F0F3ED
(240,243,237)
#F3F4F2
(243,244,242)
#F6F5F7
(246,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D8EBC5 color. Also use rgb(216,235,197) instead hex code.

Text Font Color

.myTextColor { color: #D8EBC5; }

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

This text font color is #D8EBC5.

Background Color

.myBgColor { background-color: #D8EBC5; }

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

This div background color is #D8EBC5.

Border color

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

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

This div border color is #D8EBC5.

Opacity

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

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

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

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

This text has shadow with #D8EBC5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D8EBC5.

Preview

Color preview on black background

This text has color #D8EBC5 on black background.


Color preview on white background

This text has color #D8EBC5 on white background.


Black color preview on #D8EBC5 background

This text has black color on #D8EBC5 background.


White color preview on #D8EBC5 background

This text has white color on #D8EBC5 background.


Related colors

Complementary color

Complementary color for #hex is #27143A.


I love getcolorcode.com

Triadic colors

1 #C5D8EB and #EBC5D8 with #D8EBC5 are triadic colors.

2 #C5EBD8 and #EBD8C5 with #D8EBC5 are triadic colors.