COLOR #D8EBE1

HEX: #D8EBE1
RGB: (216,235,225)

Color info

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

RGB color model

#D8EBE1 color RGB value is (216,235,225).

  • red value is 216;
  • green value is 235;
  • blue value is 225.
RGB:
(216,235,225)
(85%,92%,88%)

RGB channels and saturation

R 216 of 255 = 85%
G 235 of 255 = 92%
B 225 of 255 = 88%

216
235
225

R + G + B ~ 88%. #D8EBE1 is light color.

Portions of RGB colors in percentages

R + G + B =
216 + 235 + 225 = 676 (100%)
R 216 of 676 ~ 31.95%
G 235 of 676 ~ 34.76%
B 225 of 676 ~ 33.28%

%31.95
%34.76
%33.28

CMYK color model

#D8EBE1 color CMYK value is (8,0,4,8).

  • cyan value is 8.09%
  • magenta value is 0.00%
  • yellow value is 4.26%
  • key color value is 7.84%
CMYK:
(8,0,4,8)
C8M0Y4K8 
(8%,0%,4%,8%)
(0.08/0.00/0.04/0.08)	

CMYK percentages

%8.09
%0
%4.26
%7.84

Codes

Color #D8EBE1 in popluar color models

D8EBE1
RGB216235225
HSL148°32.20%88.43%
HSB/HSV148°8.09%92.16%
CMYK8.09%0.00%4.26%
7.84%

Color #D8EBE1 in popluar number systems.

HEXD8EBE1
Decimal216235225
Binary110110001110101111100001
Octal330353341

Shades and tints

Shades of #D8EBE1

#D8EBE1
(216,235,225)
#C5D6CD
(197,214,205)
#B2C1B9
(178,193,185)
#9FACA5
(159,172,165)
#8C9791
(140,151,145)
#79827D
(121,130,125)
#666D69
(102,109,105)
#535855
(83,88,85)
#404341
(64,67,65)
#2D2E2D
(45,46,45)
#1A1919
(26,25,25)
#000000
(0,0,0)

Tints of #D8EBE1

#D8EBE1
(216,235,225)
#DBECE3
(219,236,227)
#DEEDE5
(222,237,229)
#E1EEE7
(225,238,231)
#E4EFE9
(228,239,233)
#E7F0EB
(231,240,235)
#EAF1ED
(234,241,237)
#EDF2EF
(237,242,239)
#F0F3F1
(240,243,241)
#F3F4F3
(243,244,243)
#F6F5F5
(246,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8EBE1; }

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

This text font color is #D8EBE1.


Background Color

.myBgColor { background-color: #D8EBE1; }

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

This div background color is #D8EBE1.


Border color

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

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

This div border color is #D8EBE1.


Opacity

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

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

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

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

This text has shadow with #D8EBE1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8EBE1 on black background.


Color preview on white background

This text has color #D8EBE1 on white background.



Black color preview on #D8EBE1 background

This text has black color on #D8EBE1 background.


White color preview on #D8EBE1 background

This text has white color on #D8EBE1 background.