COLOR #D5EFFD

HEX: #D5EFFD RGB: (213,239,253)

Color info

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

RGB color model

#D5EFFD color RGB value is (213,239,253).

RGB: (213,239,253) (84%, 94%, 99%)

RGB channels and saturation

R 213 of 255 = 84%
G 239 of 255 = 94%
B 253 of 255 = 99%

213
239
253

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

Portions of RGB colors in percentages

R + G + B = 213 + 239 + 253 = 705 (100%)
R 213 of 705 ~ 30.21%
G 239 of 705 ~ 33.9%
B 253 of 705 ~ 35.89'%

%30.21
%33.9
%35.89

CMYK color model

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

  • cyan value is 15.81%
  • magenta value is 5.53%
  • 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
%5.53
%0
%0.78

Codes

Color #D5EFFD in popluar color models

D5 EF FD
RGB 213 239 253
HSL 201° 90.91% 91.37%
HSB/HSV 201° 15.81% 99.22%
CMYK 15.81% 5.53% 0.00%
0.78%

Color #D5EFFD in popluar number systems.

HEX D5 EF FD
Decimal 213 239 253
Binary 11010101 11101111 11111101
Octal 325 357 375

Shades and tints

Shades of #D5EFFD

#D5EFFD
(213,239,253)
#C2DAE6
(194,218,230)
#AFC5CF
(175,197,207)
#9CB0B8
(156,176,184)
#899BA1
(137,155,161)
#76868A
(118,134,138)
#637173
(99,113,115)
#505C5C
(80,92,92)
#3D4745
(61,71,69)
#2A322E
(42,50,46)
#171D17
(23,29,23)
#000000
(0,0,0)

Tints of #D5EFFD

#D5EFFD
(213,239,253)
#D8F0FD
(216,240,253)
#DBF1FD
(219,241,253)
#DEF2FD
(222,242,253)
#E1F3FD
(225,243,253)
#E4F4FD
(228,244,253)
#E7F5FD
(231,245,253)
#EAF6FD
(234,246,253)
#EDF7FD
(237,247,253)
#F0F8FD
(240,248,253)
#F3F9FD
(243,249,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5EFFD; }

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

This text font color is #D5EFFD.

Background Color

.myBgColor { background-color: #D5EFFD; }

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

This div background color is #D5EFFD.

Border color

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

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

This div border color is #D5EFFD.

Opacity

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

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

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

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

This text has shadow with #D5EFFD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5EFFD.

Preview

Color preview on black background

This text has color #D5EFFD on black background.


Color preview on white background

This text has color #D5EFFD on white background.


Black color preview on #D5EFFD background

This text has black color on #D5EFFD background.


White color preview on #D5EFFD background

This text has white color on #D5EFFD background.


Related colors

Complementary color

Complementary color for #hex is #2A1002.


I love getcolorcode.com

Triadic colors

1 #FDD5EF and #EFFDD5 with #D5EFFD are triadic colors.

2 #FDEFD5 and #EFD5FD with #D5EFFD are triadic colors.