COLOR #D8EBE3

HEX: #D8EBE3
RGB: (216,235,227)

Color info

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

RGB color model

#D8EBE3 color RGB value is (216,235,227).

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

RGB channels and saturation

R 216 of 255 = 85%
G 235 of 255 = 92%
B 227 of 255 = 89%

216
235
227

R + G + B ~ 89%. #D8EBE3 is light color.

Portions of RGB colors in percentages

R + G + B =
216 + 235 + 227 = 678 (100%)
R 216 of 678 ~ 31.86%
G 235 of 678 ~ 34.66%
B 227 of 678 ~ 33.48%

%31.86
%34.66
%33.48

CMYK color model

#D8EBE3 color CMYK value is (8,0,3,8).

  • cyan value is 8.09%
  • magenta value is 0.00%
  • yellow value is 3.40%
  • key color value is 7.84%
CMYK:
(8,0,3,8)
C8M0Y3K8 
(8%,0%,3%,8%)
(0.08/0.00/0.03/0.08)	

CMYK percentages

%8.09
%0
%3.4
%7.84

Codes

Color #D8EBE3 in popluar color models

D8EBE3
RGB216235227
HSL155°32.20%88.43%
HSB/HSV155°8.09%92.16%
CMYK8.09%0.00%3.40%
7.84%

Color #D8EBE3 in popluar number systems.

HEXD8EBE3
Decimal216235227
Binary110110001110101111100011
Octal330353343

Shades and tints

Shades of #D8EBE3

#D8EBE3
(216,235,227)
#C5D6CF
(197,214,207)
#B2C1BB
(178,193,187)
#9FACA7
(159,172,167)
#8C9793
(140,151,147)
#79827F
(121,130,127)
#666D6B
(102,109,107)
#535857
(83,88,87)
#404343
(64,67,67)
#2D2E2F
(45,46,47)
#1A191B
(26,25,27)
#000000
(0,0,0)

Tints of #D8EBE3

#D8EBE3
(216,235,227)
#DBECE5
(219,236,229)
#DEEDE7
(222,237,231)
#E1EEE9
(225,238,233)
#E4EFEB
(228,239,235)
#E7F0ED
(231,240,237)
#EAF1EF
(234,241,239)
#EDF2F1
(237,242,241)
#F0F3F3
(240,243,243)
#F3F4F5
(243,244,245)
#F6F5F7
(246,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8EBE3; }

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

This text font color is #D8EBE3.


Background Color

.myBgColor { background-color: #D8EBE3; }

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

This div background color is #D8EBE3.


Border color

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

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

This div border color is #D8EBE3.


Opacity

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

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

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

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

This text has shadow with #D8EBE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8EBE3 on black background.


Color preview on white background

This text has color #D8EBE3 on white background.



Black color preview on #D8EBE3 background

This text has black color on #D8EBE3 background.


White color preview on #D8EBE3 background

This text has white color on #D8EBE3 background.