COLOR #D8EBEB

HEX: #D8EBEB
RGB: (216,235,235)

Color info

#D8EBEB contains red, green and blue colors in about the same proportion. Web safe color of #D8EBEB is #CCFFFF (or #CFF).

RGB color model

#D8EBEB color RGB value is (216,235,235).

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

RGB channels and saturation

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

216
235
235

R + G + B ~ 90%. #D8EBEB is light color.

Portions of RGB colors in percentages

R + G + B =
216 + 235 + 235 = 686 (100%)
R 216 of 686 ~ 31.49%
G 235 of 686 ~ 34.26%
B 235 of 686 ~ 34.26%

%31.49
%34.26
%34.26

CMYK color model

#D8EBEB color CMYK value is (8,0,0,8).

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

CMYK percentages

%8.09
%0
%0
%7.84

Codes

Color #D8EBEB in popluar color models

D8EBEB
RGB216235235
HSL180°32.20%88.43%
HSB/HSV180°8.09%92.16%
CMYK8.09%0.00%0.00%
7.84%

Color #D8EBEB in popluar number systems.

HEXD8EBEB
Decimal216235235
Binary110110001110101111101011
Octal330353353

Shades and tints

Shades of #D8EBEB

#D8EBEB
(216,235,235)
#C5D6D6
(197,214,214)
#B2C1C1
(178,193,193)
#9FACAC
(159,172,172)
#8C9797
(140,151,151)
#798282
(121,130,130)
#666D6D
(102,109,109)
#535858
(83,88,88)
#404343
(64,67,67)
#2D2E2E
(45,46,46)
#1A1919
(26,25,25)
#000000
(0,0,0)

Tints of #D8EBEB

#D8EBEB
(216,235,235)
#DBECEC
(219,236,236)
#DEEDED
(222,237,237)
#E1EEEE
(225,238,238)
#E4EFEF
(228,239,239)
#E7F0F0
(231,240,240)
#EAF1F1
(234,241,241)
#EDF2F2
(237,242,242)
#F0F3F3
(240,243,243)
#F3F4F4
(243,244,244)
#F6F5F5
(246,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D8EBEB; }

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

This text font color is #D8EBEB.


Background Color

.myBgColor { background-color: #D8EBEB; }

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

This div background color is #D8EBEB.


Border color

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

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

This div border color is #D8EBEB.


Opacity

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

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

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

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

This text has shadow with #D8EBEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D8EBEB on black background.


Color preview on white background

This text has color #D8EBEB on white background.



Black color preview on #D8EBEB background

This text has black color on #D8EBEB background.


White color preview on #D8EBEB background

This text has white color on #D8EBEB background.