COLOR #D5ECFA

HEX: #D5ECFA
RGB: (213,236,250)

Color info

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

RGB color model

#D5ECFA color RGB value is (213,236,250).

  • red value is 213;
  • green value is 236;
  • blue value is 250.
RGB:
(213,236,250)
(84%,93%,98%)

RGB channels and saturation

R 213 of 255 = 84%
G 236 of 255 = 93%
B 250 of 255 = 98%

213
236
250

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

Portions of RGB colors in percentages

R + G + B =
213 + 236 + 250 = 699 (100%)
R 213 of 699 ~ 30.47%
G 236 of 699 ~ 33.76%
B 250 of 699 ~ 35.77%

%30.47
%33.76
%35.77

CMYK color model

#D5ECFA color CMYK value is (15,6,0,2).

  • cyan value is 14.80%
  • magenta value is 5.60%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(15,6,0,2)
C15M6Y0K2 
(15%,6%,0%,2%)
(0.15/0.06/0.00/0.02)	

CMYK percentages

%14.8
%5.6
%0
%1.96

Codes

Color #D5ECFA in popluar color models

D5ECFA
RGB213236250
HSL203°78.72%90.78%
HSB/HSV203°14.80%98.04%
CMYK14.80%5.60%0.00%
1.96%

Color #D5ECFA in popluar number systems.

HEXD5ECFA
Decimal213236250
Binary110101011110110011111010
Octal325354372

Shades and tints

Shades of #D5ECFA

#D5ECFA
(213,236,250)
#C2D7E4
(194,215,228)
#AFC2CE
(175,194,206)
#9CADB8
(156,173,184)
#8998A2
(137,152,162)
#76838C
(118,131,140)
#636E76
(99,110,118)
#505960
(80,89,96)
#3D444A
(61,68,74)
#2A2F34
(42,47,52)
#171A1E
(23,26,30)
#000000
(0,0,0)

Tints of #D5ECFA

#D5ECFA
(213,236,250)
#D8EDFA
(216,237,250)
#DBEEFA
(219,238,250)
#DEEFFA
(222,239,250)
#E1F0FA
(225,240,250)
#E4F1FA
(228,241,250)
#E7F2FA
(231,242,250)
#EAF3FA
(234,243,250)
#EDF4FA
(237,244,250)
#F0F5FA
(240,245,250)
#F3F6FA
(243,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5ECFA; }

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

This text font color is #D5ECFA.


Background Color

.myBgColor { background-color: #D5ECFA; }

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

This div background color is #D5ECFA.


Border color

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

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

This div border color is #D5ECFA.


Opacity

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

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

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

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

This text has shadow with #D5ECFA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5ECFA on black background.


Color preview on white background

This text has color #D5ECFA on white background.



Black color preview on #D5ECFA background

This text has black color on #D5ECFA background.


White color preview on #D5ECFA background

This text has white color on #D5ECFA background.