COLOR #D3E4FA

HEX: #D3E4FA RGB: (211,228,250)

Color info

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

RGB color model

#D3E4FA color RGB value is (211,228,250).

RGB: (211,228,250) (83%, 89%, 98%)

RGB channels and saturation

R 211 of 255 = 83%
G 228 of 255 = 89%
B 250 of 255 = 98%

211
228
250

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

Portions of RGB colors in percentages

R + G + B = 211 + 228 + 250 = 689 (100%)
R 211 of 689 ~ 30.62%
G 228 of 689 ~ 33.09%
B 250 of 689 ~ 36.28'%

%30.62
%33.09
%36.28

CMYK color model

#D3E4FA color CMYK value is (16,9,0,2).

  • cyan value is 15.60%
  • magenta value is 8.80%
  • yellow value is 0.00%
  • key color value is 1.96%

CMYK: (16,9,0,2)
C16M9Y0K2 (16%, 9%, 0%, 2%)
(0.16 / 0.09 / 0.00 / 0.02)

CMYK percentages

%15.6
%8.8
%0
%1.96

Codes

Color #D3E4FA in popluar color models

D3 E4 FA
RGB 211 228 250
HSL 214° 79.59% 90.39%
HSB/HSV 214° 15.60% 98.04%
CMYK 15.60% 8.80% 0.00%
1.96%

Color #D3E4FA in popluar number systems.

HEX D3 E4 FA
Decimal 211 228 250
Binary 11010011 11100100 11111010
Octal 323 344 372

Shades and tints

Shades of #D3E4FA

#D3E4FA
(211,228,250)
#C0D0E4
(192,208,228)
#ADBCCE
(173,188,206)
#9AA8B8
(154,168,184)
#8794A2
(135,148,162)
#74808C
(116,128,140)
#616C76
(97,108,118)
#4E5860
(78,88,96)
#3B444A
(59,68,74)
#283034
(40,48,52)
#151C1E
(21,28,30)
#000000
(0,0,0)

Tints of #D3E4FA

#D3E4FA
(211,228,250)
#D7E6FA
(215,230,250)
#DBE8FA
(219,232,250)
#DFEAFA
(223,234,250)
#E3ECFA
(227,236,250)
#E7EEFA
(231,238,250)
#EBF0FA
(235,240,250)
#EFF2FA
(239,242,250)
#F3F4FA
(243,244,250)
#F7F6FA
(247,246,250)
#FBF8FA
(251,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3E4FA color. Also use rgb(211,228,250) instead hex code.

Text Font Color

.myTextColor { color: #D3E4FA; }

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

This text font color is #D3E4FA.

Background Color

.myBgColor { background-color: #D3E4FA; }

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

This div background color is #D3E4FA.

Border color

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

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

This div border color is #D3E4FA.

Opacity

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

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

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

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

This text has shadow with #D3E4FA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D3E4FA.

Preview

Color preview on black background

This text has color #D3E4FA on black background.


Color preview on white background

This text has color #D3E4FA on white background.


Black color preview on #D3E4FA background

This text has black color on #D3E4FA background.


White color preview on #D3E4FA background

This text has white color on #D3E4FA background.


Related colors

Complementary color

Complementary color for #hex is #2C1B05.


I love getcolorcode.com

Triadic colors

1 #FAD3E4 and #E4FAD3 with #D3E4FA are triadic colors.

2 #FAE4D3 and #E4D3FA with #D3E4FA are triadic colors.