COLOR #D3E1EA

HEX: #D3E1EA RGB: (211,225,234)

Color info

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

RGB color model

#D3E1EA color RGB value is (211,225,234).

RGB: (211,225,234) (83%, 88%, 92%)

RGB channels and saturation

R 211 of 255 = 83%
G 225 of 255 = 88%
B 234 of 255 = 92%

211
225
234

R + G + B ~ 88%. #D3E1EA is light color.

Portions of RGB colors in percentages

R + G + B = 211 + 225 + 234 = 670 (100%)
R 211 of 670 ~ 31.49%
G 225 of 670 ~ 33.58%
B 234 of 670 ~ 34.93'%

%31.49
%33.58
%34.93

CMYK color model

#D3E1EA color CMYK value is (10,4,0,8).

  • cyan value is 9.83%
  • magenta value is 3.85%
  • yellow value is 0.00%
  • key color value is 8.24%

CMYK: (10,4,0,8)
C10M4Y0K8 (10%, 4%, 0%, 8%)
(0.10 / 0.04 / 0.00 / 0.08)

CMYK percentages

%9.83
%3.85
%0
%8.24

Codes

Color #D3E1EA in popluar color models

D3 E1 EA
RGB 211 225 234
HSL 203° 35.38% 87.25%
HSB/HSV 203° 9.83% 91.76%
CMYK 9.83% 3.85% 0.00%
8.24%

Color #D3E1EA in popluar number systems.

HEX D3 E1 EA
Decimal 211 225 234
Binary 11010011 11100001 11101010
Octal 323 341 352

Shades and tints

Shades of #D3E1EA

#D3E1EA
(211,225,234)
#C0CDD5
(192,205,213)
#ADB9C0
(173,185,192)
#9AA5AB
(154,165,171)
#879196
(135,145,150)
#747D81
(116,125,129)
#61696C
(97,105,108)
#4E5557
(78,85,87)
#3B4142
(59,65,66)
#282D2D
(40,45,45)
#151918
(21,25,24)
#000000
(0,0,0)

Tints of #D3E1EA

#D3E1EA
(211,225,234)
#D7E3EB
(215,227,235)
#DBE5EC
(219,229,236)
#DFE7ED
(223,231,237)
#E3E9EE
(227,233,238)
#E7EBEF
(231,235,239)
#EBEDF0
(235,237,240)
#EFEFF1
(239,239,241)
#F3F1F2
(243,241,242)
#F7F3F3
(247,243,243)
#FBF5F4
(251,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3E1EA; }

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

This text font color is #D3E1EA.

Background Color

.myBgColor { background-color: #D3E1EA; }

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

This div background color is #D3E1EA.

Border color

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

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

This div border color is #D3E1EA.

Opacity

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

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

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

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

This text has shadow with #D3E1EA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D3E1EA.

Preview

Color preview on black background

This text has color #D3E1EA on black background.


Color preview on white background

This text has color #D3E1EA on white background.


Black color preview on #D3E1EA background

This text has black color on #D3E1EA background.


White color preview on #D3E1EA background

This text has white color on #D3E1EA background.


Related colors

Complementary color

Complementary color for #hex is #2C1E15.


I love getcolorcode.com

Triadic colors

1 #EAD3E1 and #E1EAD3 with #D3E1EA are triadic colors.

2 #EAE1D3 and #E1D3EA with #D3E1EA are triadic colors.