COLOR #D5EBEB

HEX: #D5EBEB
RGB: (213,235,235)

Color info

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

RGB color model

#D5EBEB color RGB value is (213,235,235).

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

RGB channels and saturation

R 213 of 255 = 84%
G 235 of 255 = 92%
B 235 of 255 = 92%

213
235
235

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

Portions of RGB colors in percentages

R + G + B =
213 + 235 + 235 = 683 (100%)
R 213 of 683 ~ 31.19%
G 235 of 683 ~ 34.41%
B 235 of 683 ~ 34.41%

%31.19
%34.41
%34.41

CMYK color model

#D5EBEB color CMYK value is (9,0,0,8).

  • cyan value is 9.36%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(9,0,0,8)
C9M0Y0K8 
(9%,0%,0%,8%)
(0.09/0.00/0.00/0.08)	

CMYK percentages

%9.36
%0
%0
%7.84

Codes

Color #D5EBEB in popluar color models

D5EBEB
RGB213235235
HSL180°35.48%87.84%
HSB/HSV180°9.36%92.16%
CMYK9.36%0.00%0.00%
7.84%

Color #D5EBEB in popluar number systems.

HEXD5EBEB
Decimal213235235
Binary110101011110101111101011
Octal325353353

Shades and tints

Shades of #D5EBEB

#D5EBEB
(213,235,235)
#C2D6D6
(194,214,214)
#AFC1C1
(175,193,193)
#9CACAC
(156,172,172)
#899797
(137,151,151)
#768282
(118,130,130)
#636D6D
(99,109,109)
#505858
(80,88,88)
#3D4343
(61,67,67)
#2A2E2E
(42,46,46)
#171919
(23,25,25)
#000000
(0,0,0)

Tints of #D5EBEB

#D5EBEB
(213,235,235)
#D8ECEC
(216,236,236)
#DBEDED
(219,237,237)
#DEEEEE
(222,238,238)
#E1EFEF
(225,239,239)
#E4F0F0
(228,240,240)
#E7F1F1
(231,241,241)
#EAF2F2
(234,242,242)
#EDF3F3
(237,243,243)
#F0F4F4
(240,244,244)
#F3F5F5
(243,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5EBEB; }

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

This text font color is #D5EBEB.


Background Color

.myBgColor { background-color: #D5EBEB; }

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

This div background color is #D5EBEB.


Border color

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

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

This div border color is #D5EBEB.


Opacity

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

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

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

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

This text has shadow with #D5EBEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5EBEB on black background.


Color preview on white background

This text has color #D5EBEB on white background.



Black color preview on #D5EBEB background

This text has black color on #D5EBEB background.


White color preview on #D5EBEB background

This text has white color on #D5EBEB background.