COLOR #D5EDFD

HEX: #D5EDFD
RGB: (213,237,253)

Color info

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

RGB color model

#D5EDFD color RGB value is (213,237,253).

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

RGB channels and saturation

R 213 of 255 = 84%
G 237 of 255 = 93%
B 253 of 255 = 99%

213
237
253

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

Portions of RGB colors in percentages

R + G + B =
213 + 237 + 253 = 703 (100%)
R 213 of 703 ~ 30.3%
G 237 of 703 ~ 33.71%
B 253 of 703 ~ 35.99%

%30.3
%33.71
%35.99

CMYK color model

#D5EDFD color CMYK value is (16,6,0,1).

  • cyan value is 15.81%
  • magenta value is 6.32%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(16,6,0,1)
C16M6Y0K1 
(16%,6%,0%,1%)
(0.16/0.06/0.00/0.01)	

CMYK percentages

%15.81
%6.32
%0
%0.78

Codes

Color #D5EDFD in popluar color models

D5EDFD
RGB213237253
HSL204°90.91%91.37%
HSB/HSV204°15.81%99.22%
CMYK15.81%6.32%0.00%
0.78%

Color #D5EDFD in popluar number systems.

HEXD5EDFD
Decimal213237253
Binary110101011110110111111101
Octal325355375

Shades and tints

Shades of #D5EDFD

#D5EDFD
(213,237,253)
#C2D8E6
(194,216,230)
#AFC3CF
(175,195,207)
#9CAEB8
(156,174,184)
#8999A1
(137,153,161)
#76848A
(118,132,138)
#636F73
(99,111,115)
#505A5C
(80,90,92)
#3D4545
(61,69,69)
#2A302E
(42,48,46)
#171B17
(23,27,23)
#000000
(0,0,0)

Tints of #D5EDFD

#D5EDFD
(213,237,253)
#D8EEFD
(216,238,253)
#DBEFFD
(219,239,253)
#DEF0FD
(222,240,253)
#E1F1FD
(225,241,253)
#E4F2FD
(228,242,253)
#E7F3FD
(231,243,253)
#EAF4FD
(234,244,253)
#EDF5FD
(237,245,253)
#F0F6FD
(240,246,253)
#F3F7FD
(243,247,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5EDFD; }

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

This text font color is #D5EDFD.


Background Color

.myBgColor { background-color: #D5EDFD; }

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

This div background color is #D5EDFD.


Border color

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

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

This div border color is #D5EDFD.


Opacity

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

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

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

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

This text has shadow with #D5EDFD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5EDFD on black background.


Color preview on white background

This text has color #D5EDFD on white background.



Black color preview on #D5EDFD background

This text has black color on #D5EDFD background.


White color preview on #D5EDFD background

This text has white color on #D5EDFD background.