COLOR #D5EAEA

HEX: #D5EAEA
RGB: (213,234,234)

Color info

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

RGB color model

#D5EAEA color RGB value is (213,234,234).

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

RGB channels and saturation

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

213
234
234

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

Portions of RGB colors in percentages

R + G + B =
213 + 234 + 234 = 681 (100%)
R 213 of 681 ~ 31.28%
G 234 of 681 ~ 34.36%
B 234 of 681 ~ 34.36%

%31.28
%34.36
%34.36

CMYK color model

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

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

CMYK percentages

%8.97
%0
%0
%8.24

Codes

Color #D5EAEA in popluar color models

D5EAEA
RGB213234234
HSL180°33.33%87.65%
HSB/HSV180°8.97%91.76%
CMYK8.97%0.00%0.00%
8.24%

Color #D5EAEA in popluar number systems.

HEXD5EAEA
Decimal213234234
Binary110101011110101011101010
Octal325352352

Shades and tints

Shades of #D5EAEA

#D5EAEA
(213,234,234)
#C2D5D5
(194,213,213)
#AFC0C0
(175,192,192)
#9CABAB
(156,171,171)
#899696
(137,150,150)
#768181
(118,129,129)
#636C6C
(99,108,108)
#505757
(80,87,87)
#3D4242
(61,66,66)
#2A2D2D
(42,45,45)
#171818
(23,24,24)
#000000
(0,0,0)

Tints of #D5EAEA

#D5EAEA
(213,234,234)
#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)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5EAEA; }

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

This text font color is #D5EAEA.


Background Color

.myBgColor { background-color: #D5EAEA; }

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

This div background color is #D5EAEA.


Border color

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

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

This div border color is #D5EAEA.


Opacity

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

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

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

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

This text has shadow with #D5EAEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5EAEA on black background.


Color preview on white background

This text has color #D5EAEA on white background.



Black color preview on #D5EAEA background

This text has black color on #D5EAEA background.


White color preview on #D5EAEA background

This text has white color on #D5EAEA background.