COLOR #D3E3EA

HEX: #D3E3EA
RGB: (211,227,234)

Color info

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

RGB color model

#D3E3EA color RGB value is (211,227,234).

  • red value is 211;
  • green value is 227;
  • blue value is 234.
RGB:
(211,227,234)
(83%,89%,92%)

RGB channels and saturation

R 211 of 255 = 83%
G 227 of 255 = 89%
B 234 of 255 = 92%

211
227
234

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

Portions of RGB colors in percentages

R + G + B =
211 + 227 + 234 = 672 (100%)
R 211 of 672 ~ 31.4%
G 227 of 672 ~ 33.78%
B 234 of 672 ~ 34.82%

%31.4
%33.78
%34.82

CMYK color model

#D3E3EA color CMYK value is (10,3,0,8).

  • cyan value is 9.83%
  • magenta value is 2.99%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(10,3,0,8)
C10M3Y0K8 
(10%,3%,0%,8%)
(0.10/0.03/0.00/0.08)	

CMYK percentages

%9.83
%2.99
%0
%8.24

Codes

Color #D3E3EA in popluar color models

D3E3EA
RGB211227234
HSL198°35.38%87.25%
HSB/HSV198°9.83%91.76%
CMYK9.83%2.99%0.00%
8.24%

Color #D3E3EA in popluar number systems.

HEXD3E3EA
Decimal211227234
Binary110100111110001111101010
Octal323343352

Shades and tints

Shades of #D3E3EA

#D3E3EA
(211,227,234)
#C0CFD5
(192,207,213)
#ADBBC0
(173,187,192)
#9AA7AB
(154,167,171)
#879396
(135,147,150)
#747F81
(116,127,129)
#616B6C
(97,107,108)
#4E5757
(78,87,87)
#3B4342
(59,67,66)
#282F2D
(40,47,45)
#151B18
(21,27,24)
#000000
(0,0,0)

Tints of #D3E3EA

#D3E3EA
(211,227,234)
#D7E5EB
(215,229,235)
#DBE7EC
(219,231,236)
#DFE9ED
(223,233,237)
#E3EBEE
(227,235,238)
#E7EDEF
(231,237,239)
#EBEFF0
(235,239,240)
#EFF1F1
(239,241,241)
#F3F3F2
(243,243,242)
#F7F5F3
(247,245,243)
#FBF7F4
(251,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3E3EA; }

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

This text font color is #D3E3EA.


Background Color

.myBgColor { background-color: #D3E3EA; }

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

This div background color is #D3E3EA.


Border color

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

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

This div border color is #D3E3EA.


Opacity

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

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

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

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

This text has shadow with #D3E3EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3E3EA on black background.


Color preview on white background

This text has color #D3E3EA on white background.



Black color preview on #D3E3EA background

This text has black color on #D3E3EA background.


White color preview on #D3E3EA background

This text has white color on #D3E3EA background.