COLOR #D9EBEB

HEX: #D9EBEB
RGB: (217,235,235)

Color info

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

RGB color model

#D9EBEB color RGB value is (217,235,235).

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

RGB channels and saturation

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

217
235
235

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

Portions of RGB colors in percentages

R + G + B =
217 + 235 + 235 = 687 (100%)
R 217 of 687 ~ 31.59%
G 235 of 687 ~ 34.21%
B 235 of 687 ~ 34.21%

%31.59
%34.21
%34.21

CMYK color model

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

  • cyan value is 7.66%
  • 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

%7.66
%0
%0
%7.84

Codes

Color #D9EBEB in popluar color models

D9EBEB
RGB217235235
HSL180°31.03%88.63%
HSB/HSV180°7.66%92.16%
CMYK7.66%0.00%0.00%
7.84%

Color #D9EBEB in popluar number systems.

HEXD9EBEB
Decimal217235235
Binary110110011110101111101011
Octal331353353

Shades and tints

Shades of #D9EBEB

#D9EBEB
(217,235,235)
#C6D6D6
(198,214,214)
#B3C1C1
(179,193,193)
#A0ACAC
(160,172,172)
#8D9797
(141,151,151)
#7A8282
(122,130,130)
#676D6D
(103,109,109)
#545858
(84,88,88)
#414343
(65,67,67)
#2E2E2E
(46,46,46)
#1B1919
(27,25,25)
#000000
(0,0,0)

Tints of #D9EBEB

#D9EBEB
(217,235,235)
#DCECEC
(220,236,236)
#DFEDED
(223,237,237)
#E2EEEE
(226,238,238)
#E5EFEF
(229,239,239)
#E8F0F0
(232,240,240)
#EBF1F1
(235,241,241)
#EEF2F2
(238,242,242)
#F1F3F3
(241,243,243)
#F4F4F4
(244,244,244)
#F7F5F5
(247,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D9EBEB; }

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

This text font color is #D9EBEB.


Background Color

.myBgColor { background-color: #D9EBEB; }

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

This div background color is #D9EBEB.


Border color

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

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

This div border color is #D9EBEB.


Opacity

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

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

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

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

This text has shadow with #D9EBEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D9EBEB on black background.


Color preview on white background

This text has color #D9EBEB on white background.



Black color preview on #D9EBEB background

This text has black color on #D9EBEB background.


White color preview on #D9EBEB background

This text has white color on #D9EBEB background.