COLOR #D3E9EA

HEX: #D3E9EA
RGB: (211,233,234)

Color info

#D3E9EA contains red, green and blue colors in about the same proportion. Web safe color of #D3E9EA is #CCFFFF (or #CFF).

RGB color model

#D3E9EA color RGB value is (211,233,234).

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

RGB channels and saturation

R 211 of 255 = 83%
G 233 of 255 = 91%
B 234 of 255 = 92%

211
233
234

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

Portions of RGB colors in percentages

R + G + B =
211 + 233 + 234 = 678 (100%)
R 211 of 678 ~ 31.12%
G 233 of 678 ~ 34.37%
B 234 of 678 ~ 34.51%

%31.12
%34.37
%34.51

CMYK color model

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

  • cyan value is 9.83%
  • magenta value is 0.43%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(10,0,0,8)
C10M0Y0K8 
(10%,0%,0%,8%)
(0.10/0.00/0.00/0.08)	

CMYK percentages

%9.83
%0.43
%0
%8.24

Codes

Color #D3E9EA in popluar color models

D3E9EA
RGB211233234
HSL183°35.38%87.25%
HSB/HSV183°9.83%91.76%
CMYK9.83%0.43%0.00%
8.24%

Color #D3E9EA in popluar number systems.

HEXD3E9EA
Decimal211233234
Binary110100111110100111101010
Octal323351352

Shades and tints

Shades of #D3E9EA

#D3E9EA
(211,233,234)
#C0D4D5
(192,212,213)
#ADBFC0
(173,191,192)
#9AAAAB
(154,170,171)
#879596
(135,149,150)
#748081
(116,128,129)
#616B6C
(97,107,108)
#4E5657
(78,86,87)
#3B4142
(59,65,66)
#282C2D
(40,44,45)
#151718
(21,23,24)
#000000
(0,0,0)

Tints of #D3E9EA

#D3E9EA
(211,233,234)
#D7EBEB
(215,235,235)
#DBEDEC
(219,237,236)
#DFEFED
(223,239,237)
#E3F1EE
(227,241,238)
#E7F3EF
(231,243,239)
#EBF5F0
(235,245,240)
#EFF7F1
(239,247,241)
#F3F9F2
(243,249,242)
#F7FBF3
(247,251,243)
#FBFDF4
(251,253,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3E9EA; }

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

This text font color is #D3E9EA.


Background Color

.myBgColor { background-color: #D3E9EA; }

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

This div background color is #D3E9EA.


Border color

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

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

This div border color is #D3E9EA.


Opacity

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

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

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

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

This text has shadow with #D3E9EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3E9EA on black background.


Color preview on white background

This text has color #D3E9EA on white background.



Black color preview on #D3E9EA background

This text has black color on #D3E9EA background.


White color preview on #D3E9EA background

This text has white color on #D3E9EA background.