COLOR #D5E3FB

HEX: #D5E3FB
RGB: (213,227,251)

Color info

#D5E3FB contains red, green and blue colors in about the same proportion. Web safe color of #D5E3FB is #CCCCFF (or #CCF).

RGB color model

#D5E3FB color RGB value is (213,227,251).

  • red value is 213;
  • green value is 227;
  • blue value is 251.
RGB:
(213,227,251)
(84%,89%,98%)

RGB channels and saturation

R 213 of 255 = 84%
G 227 of 255 = 89%
B 251 of 255 = 98%

213
227
251

R + G + B ~ 90%. #D5E3FB is light color.

Portions of RGB colors in percentages

R + G + B =
213 + 227 + 251 = 691 (100%)
R 213 of 691 ~ 30.82%
G 227 of 691 ~ 32.85%
B 251 of 691 ~ 36.32%

%30.82
%32.85
%36.32

CMYK color model

#D5E3FB color CMYK value is (15,10,0,2).

  • cyan value is 15.14%
  • magenta value is 9.56%
  • yellow value is 0.00%
  • key color value is 1.57%
CMYK:
(15,10,0,2)
C15M10Y0K2 
(15%,10%,0%,2%)
(0.15/0.10/0.00/0.02)	

CMYK percentages

%15.14
%9.56
%0
%1.57

Codes

Color #D5E3FB in popluar color models

D5E3FB
RGB213227251
HSL218°82.61%90.98%
HSB/HSV218°15.14%98.43%
CMYK15.14%9.56%0.00%
1.57%

Color #D5E3FB in popluar number systems.

HEXD5E3FB
Decimal213227251
Binary110101011110001111111011
Octal325343373

Shades and tints

Shades of #D5E3FB

#D5E3FB
(213,227,251)
#C2CFE5
(194,207,229)
#AFBBCF
(175,187,207)
#9CA7B9
(156,167,185)
#8993A3
(137,147,163)
#767F8D
(118,127,141)
#636B77
(99,107,119)
#505761
(80,87,97)
#3D434B
(61,67,75)
#2A2F35
(42,47,53)
#171B1F
(23,27,31)
#000000
(0,0,0)

Tints of #D5E3FB

#D5E3FB
(213,227,251)
#D8E5FB
(216,229,251)
#DBE7FB
(219,231,251)
#DEE9FB
(222,233,251)
#E1EBFB
(225,235,251)
#E4EDFB
(228,237,251)
#E7EFFB
(231,239,251)
#EAF1FB
(234,241,251)
#EDF3FB
(237,243,251)
#F0F5FB
(240,245,251)
#F3F7FB
(243,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5E3FB; }

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

This text font color is #D5E3FB.


Background Color

.myBgColor { background-color: #D5E3FB; }

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

This div background color is #D5E3FB.


Border color

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

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

This div border color is #D5E3FB.


Opacity

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

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

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

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

This text has shadow with #D5E3FB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5E3FB on black background.


Color preview on white background

This text has color #D5E3FB on white background.



Black color preview on #D5E3FB background

This text has black color on #D5E3FB background.


White color preview on #D5E3FB background

This text has white color on #D5E3FB background.