COLOR #D5EAFD

HEX: #D5EAFD
RGB: (213,234,253)

Color info

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

RGB color model

#D5EAFD color RGB value is (213,234,253).

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

RGB channels and saturation

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

213
234
253

R + G + B ~ 92%. #D5EAFD is light color.

Portions of RGB colors in percentages

R + G + B =
213 + 234 + 253 = 700 (100%)
R 213 of 700 ~ 30.43%
G 234 of 700 ~ 33.43%
B 253 of 700 ~ 36.14%

%30.43
%33.43
%36.14

CMYK color model

#D5EAFD color CMYK value is (16,8,0,1).

  • cyan value is 15.81%
  • magenta value is 7.51%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(16,8,0,1)
C16M8Y0K1 
(16%,8%,0%,1%)
(0.16/0.08/0.00/0.01)	

CMYK percentages

%15.81
%7.51
%0
%0.78

Codes

Color #D5EAFD in popluar color models

D5EAFD
RGB213234253
HSL209°90.91%91.37%
HSB/HSV209°15.81%99.22%
CMYK15.81%7.51%0.00%
0.78%

Color #D5EAFD in popluar number systems.

HEXD5EAFD
Decimal213234253
Binary110101011110101011111101
Octal325352375

Shades and tints

Shades of #D5EAFD

#D5EAFD
(213,234,253)
#C2D5E6
(194,213,230)
#AFC0CF
(175,192,207)
#9CABB8
(156,171,184)
#8996A1
(137,150,161)
#76818A
(118,129,138)
#636C73
(99,108,115)
#50575C
(80,87,92)
#3D4245
(61,66,69)
#2A2D2E
(42,45,46)
#171817
(23,24,23)
#000000
(0,0,0)

Tints of #D5EAFD

#D5EAFD
(213,234,253)
#D8EBFD
(216,235,253)
#DBECFD
(219,236,253)
#DEEDFD
(222,237,253)
#E1EEFD
(225,238,253)
#E4EFFD
(228,239,253)
#E7F0FD
(231,240,253)
#EAF1FD
(234,241,253)
#EDF2FD
(237,242,253)
#F0F3FD
(240,243,253)
#F3F4FD
(243,244,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5EAFD; }

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

This text font color is #D5EAFD.


Background Color

.myBgColor { background-color: #D5EAFD; }

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

This div background color is #D5EAFD.


Border color

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

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

This div border color is #D5EAFD.


Opacity

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

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

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

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

This text has shadow with #D5EAFD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5EAFD on black background.


Color preview on white background

This text has color #D5EAFD on white background.



Black color preview on #D5EAFD background

This text has black color on #D5EAFD background.


White color preview on #D5EAFD background

This text has white color on #D5EAFD background.