COLOR #D3E1F5

HEX: #D3E1F5
RGB: (211,225,245)

Color info

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

RGB color model

#D3E1F5 color RGB value is (211,225,245).

  • red value is 211;
  • green value is 225;
  • blue value is 245.
RGB:
(211,225,245)
(83%,88%,96%)

RGB channels and saturation

R 211 of 255 = 83%
G 225 of 255 = 88%
B 245 of 255 = 96%

211
225
245

R + G + B ~ 89%. #D3E1F5 is light color.

Portions of RGB colors in percentages

R + G + B =
211 + 225 + 245 = 681 (100%)
R 211 of 681 ~ 30.98%
G 225 of 681 ~ 33.04%
B 245 of 681 ~ 35.98%

%30.98
%33.04
%35.98

CMYK color model

#D3E1F5 color CMYK value is (14,8,0,4).

  • cyan value is 13.88%
  • magenta value is 8.16%
  • yellow value is 0.00%
  • key color value is 3.92%
CMYK:
(14,8,0,4)
C14M8Y0K4 
(14%,8%,0%,4%)
(0.14/0.08/0.00/0.04)	

CMYK percentages

%13.88
%8.16
%0
%3.92

Codes

Color #D3E1F5 in popluar color models

D3E1F5
RGB211225245
HSL215°62.96%89.41%
HSB/HSV215°13.88%96.08%
CMYK13.88%8.16%0.00%
3.92%

Color #D3E1F5 in popluar number systems.

HEXD3E1F5
Decimal211225245
Binary110100111110000111110101
Octal323341365

Shades and tints

Shades of #D3E1F5

#D3E1F5
(211,225,245)
#C0CDDF
(192,205,223)
#ADB9C9
(173,185,201)
#9AA5B3
(154,165,179)
#87919D
(135,145,157)
#747D87
(116,125,135)
#616971
(97,105,113)
#4E555B
(78,85,91)
#3B4145
(59,65,69)
#282D2F
(40,45,47)
#151919
(21,25,25)
#000000
(0,0,0)

Tints of #D3E1F5

#D3E1F5
(211,225,245)
#D7E3F5
(215,227,245)
#DBE5F5
(219,229,245)
#DFE7F5
(223,231,245)
#E3E9F5
(227,233,245)
#E7EBF5
(231,235,245)
#EBEDF5
(235,237,245)
#EFEFF5
(239,239,245)
#F3F1F5
(243,241,245)
#F7F3F5
(247,243,245)
#FBF5F5
(251,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3E1F5 color. Also use rgb(211,225,245) instead hex code.

Text Font Color

.myTextColor { color: #D3E1F5; }

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

This text font color is #D3E1F5.


Background Color

.myBgColor { background-color: #D3E1F5; }

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

This div background color is #D3E1F5.


Border color

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

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

This div border color is #D3E1F5.


Opacity

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

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

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

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

This text has shadow with #D3E1F5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3E1F5 on black background.


Color preview on white background

This text has color #D3E1F5 on white background.



Black color preview on #D3E1F5 background

This text has black color on #D3E1F5 background.


White color preview on #D3E1F5 background

This text has white color on #D3E1F5 background.