COLOR #D3EEF0

HEX: #D3EEF0
RGB: (211,238,240)

Color info

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

RGB color model

#D3EEF0 color RGB value is (211,238,240).

  • red value is 211;
  • green value is 238;
  • blue value is 240.
RGB:
(211,238,240)
(83%,93%,94%)

RGB channels and saturation

R 211 of 255 = 83%
G 238 of 255 = 93%
B 240 of 255 = 94%

211
238
240

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

Portions of RGB colors in percentages

R + G + B =
211 + 238 + 240 = 689 (100%)
R 211 of 689 ~ 30.62%
G 238 of 689 ~ 34.54%
B 240 of 689 ~ 34.83%

%30.62
%34.54
%34.83

CMYK color model

#D3EEF0 color CMYK value is (12,1,0,6).

  • cyan value is 12.08%
  • magenta value is 0.83%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(12,1,0,6)
C12M1Y0K6 
(12%,1%,0%,6%)
(0.12/0.01/0.00/0.06)	

CMYK percentages

%12.08
%0.83
%0
%5.88

Codes

Color #D3EEF0 in popluar color models

D3EEF0
RGB211238240
HSL184°49.15%88.43%
HSB/HSV184°12.08%94.12%
CMYK12.08%0.83%0.00%
5.88%

Color #D3EEF0 in popluar number systems.

HEXD3EEF0
Decimal211238240
Binary110100111110111011110000
Octal323356360

Shades and tints

Shades of #D3EEF0

#D3EEF0
(211,238,240)
#C0D9DB
(192,217,219)
#ADC4C6
(173,196,198)
#9AAFB1
(154,175,177)
#879A9C
(135,154,156)
#748587
(116,133,135)
#617072
(97,112,114)
#4E5B5D
(78,91,93)
#3B4648
(59,70,72)
#283133
(40,49,51)
#151C1E
(21,28,30)
#000000
(0,0,0)

Tints of #D3EEF0

#D3EEF0
(211,238,240)
#D7EFF1
(215,239,241)
#DBF0F2
(219,240,242)
#DFF1F3
(223,241,243)
#E3F2F4
(227,242,244)
#E7F3F5
(231,243,245)
#EBF4F6
(235,244,246)
#EFF5F7
(239,245,247)
#F3F6F8
(243,246,248)
#F7F7F9
(247,247,249)
#FBF8FA
(251,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3EEF0 color. Also use rgb(211,238,240) instead hex code.

Text Font Color

.myTextColor { color: #D3EEF0; }

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

This text font color is #D3EEF0.


Background Color

.myBgColor { background-color: #D3EEF0; }

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

This div background color is #D3EEF0.


Border color

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

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

This div border color is #D3EEF0.


Opacity

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

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

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

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

This text has shadow with #D3EEF0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3EEF0 on black background.


Color preview on white background

This text has color #D3EEF0 on white background.



Black color preview on #D3EEF0 background

This text has black color on #D3EEF0 background.


White color preview on #D3EEF0 background

This text has white color on #D3EEF0 background.