COLOR #D3E4EB

HEX: #D3E4EB
RGB: (211,228,235)

Color info

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

RGB color model

#D3E4EB color RGB value is (211,228,235).

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

RGB channels and saturation

R 211 of 255 = 83%
G 228 of 255 = 89%
B 235 of 255 = 92%

211
228
235

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

Portions of RGB colors in percentages

R + G + B =
211 + 228 + 235 = 674 (100%)
R 211 of 674 ~ 31.31%
G 228 of 674 ~ 33.83%
B 235 of 674 ~ 34.87%

%31.31
%33.83
%34.87

CMYK color model

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

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

CMYK percentages

%10.21
%2.98
%0
%7.84

Codes

Color #D3E4EB in popluar color models

D3E4EB
RGB211228235
HSL198°37.50%87.45%
HSB/HSV198°10.21%92.16%
CMYK10.21%2.98%0.00%
7.84%

Color #D3E4EB in popluar number systems.

HEXD3E4EB
Decimal211228235
Binary110100111110010011101011
Octal323344353

Shades and tints

Shades of #D3E4EB

#D3E4EB
(211,228,235)
#C0D0D6
(192,208,214)
#ADBCC1
(173,188,193)
#9AA8AC
(154,168,172)
#879497
(135,148,151)
#748082
(116,128,130)
#616C6D
(97,108,109)
#4E5858
(78,88,88)
#3B4443
(59,68,67)
#28302E
(40,48,46)
#151C19
(21,28,25)
#000000
(0,0,0)

Tints of #D3E4EB

#D3E4EB
(211,228,235)
#D7E6EC
(215,230,236)
#DBE8ED
(219,232,237)
#DFEAEE
(223,234,238)
#E3ECEF
(227,236,239)
#E7EEF0
(231,238,240)
#EBF0F1
(235,240,241)
#EFF2F2
(239,242,242)
#F3F4F3
(243,244,243)
#F7F6F4
(247,246,244)
#FBF8F5
(251,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3E4EB; }

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

This text font color is #D3E4EB.


Background Color

.myBgColor { background-color: #D3E4EB; }

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

This div background color is #D3E4EB.


Border color

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

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

This div border color is #D3E4EB.


Opacity

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

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

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

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

This text has shadow with #D3E4EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3E4EB on black background.


Color preview on white background

This text has color #D3E4EB on white background.



Black color preview on #D3E4EB background

This text has black color on #D3E4EB background.


White color preview on #D3E4EB background

This text has white color on #D3E4EB background.