COLOR #D3E2FD

HEX: #D3E2FD
RGB: (211,226,253)

Color info

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

RGB color model

#D3E2FD color RGB value is (211,226,253).

  • red value is 211;
  • green value is 226;
  • blue value is 253.
RGB:
(211,226,253)
(83%,89%,99%)

RGB channels and saturation

R 211 of 255 = 83%
G 226 of 255 = 89%
B 253 of 255 = 99%

211
226
253

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

Portions of RGB colors in percentages

R + G + B =
211 + 226 + 253 = 690 (100%)
R 211 of 690 ~ 30.58%
G 226 of 690 ~ 32.75%
B 253 of 690 ~ 36.67%

%30.58
%32.75
%36.67

CMYK color model

#D3E2FD color CMYK value is (17,11,0,1).

  • cyan value is 16.60%
  • magenta value is 10.67%
  • yellow value is 0.00%
  • key color value is 0.78%
CMYK:
(17,11,0,1)
C17M11Y0K1 
(17%,11%,0%,1%)
(0.17/0.11/0.00/0.01)	

CMYK percentages

%16.6
%10.67
%0
%0.78

Codes

Color #D3E2FD in popluar color models

D3E2FD
RGB211226253
HSL219°91.30%90.98%
HSB/HSV219°16.60%99.22%
CMYK16.60%10.67%0.00%
0.78%

Color #D3E2FD in popluar number systems.

HEXD3E2FD
Decimal211226253
Binary110100111110001011111101
Octal323342375

Shades and tints

Shades of #D3E2FD

#D3E2FD
(211,226,253)
#C0CEE6
(192,206,230)
#ADBACF
(173,186,207)
#9AA6B8
(154,166,184)
#8792A1
(135,146,161)
#747E8A
(116,126,138)
#616A73
(97,106,115)
#4E565C
(78,86,92)
#3B4245
(59,66,69)
#282E2E
(40,46,46)
#151A17
(21,26,23)
#000000
(0,0,0)

Tints of #D3E2FD

#D3E2FD
(211,226,253)
#D7E4FD
(215,228,253)
#DBE6FD
(219,230,253)
#DFE8FD
(223,232,253)
#E3EAFD
(227,234,253)
#E7ECFD
(231,236,253)
#EBEEFD
(235,238,253)
#EFF0FD
(239,240,253)
#F3F2FD
(243,242,253)
#F7F4FD
(247,244,253)
#FBF6FD
(251,246,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3E2FD color. Also use rgb(211,226,253) instead hex code.

Text Font Color

.myTextColor { color: #D3E2FD; }

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

This text font color is #D3E2FD.


Background Color

.myBgColor { background-color: #D3E2FD; }

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

This div background color is #D3E2FD.


Border color

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

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

This div border color is #D3E2FD.


Opacity

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

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

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

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

This text has shadow with #D3E2FD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3E2FD on black background.


Color preview on white background

This text has color #D3E2FD on white background.



Black color preview on #D3E2FD background

This text has black color on #D3E2FD background.


White color preview on #D3E2FD background

This text has white color on #D3E2FD background.