COLOR #D3EFF6

HEX: #D3EFF6
RGB: (211,239,246)

Color info

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

RGB color model

#D3EFF6 color RGB value is (211,239,246).

  • red value is 211;
  • green value is 239;
  • blue value is 246.
RGB:
(211,239,246)
(83%,94%,96%)

RGB channels and saturation

R 211 of 255 = 83%
G 239 of 255 = 94%
B 246 of 255 = 96%

211
239
246

R + G + B ~ 91%. #D3EFF6 is light color.

Portions of RGB colors in percentages

R + G + B =
211 + 239 + 246 = 696 (100%)
R 211 of 696 ~ 30.32%
G 239 of 696 ~ 34.34%
B 246 of 696 ~ 35.34%

%30.32
%34.34
%35.34

CMYK color model

#D3EFF6 color CMYK value is (14,3,0,4).

  • cyan value is 14.23%
  • magenta value is 2.85%
  • yellow value is 0.00%
  • key color value is 3.53%
CMYK:
(14,3,0,4)
C14M3Y0K4 
(14%,3%,0%,4%)
(0.14/0.03/0.00/0.04)	

CMYK percentages

%14.23
%2.85
%0
%3.53

Codes

Color #D3EFF6 in popluar color models

D3EFF6
RGB211239246
HSL192°66.04%89.61%
HSB/HSV192°14.23%96.47%
CMYK14.23%2.85%0.00%
3.53%

Color #D3EFF6 in popluar number systems.

HEXD3EFF6
Decimal211239246
Binary110100111110111111110110
Octal323357366

Shades and tints

Shades of #D3EFF6

#D3EFF6
(211,239,246)
#C0DAE0
(192,218,224)
#ADC5CA
(173,197,202)
#9AB0B4
(154,176,180)
#879B9E
(135,155,158)
#748688
(116,134,136)
#617172
(97,113,114)
#4E5C5C
(78,92,92)
#3B4746
(59,71,70)
#283230
(40,50,48)
#151D1A
(21,29,26)
#000000
(0,0,0)

Tints of #D3EFF6

#D3EFF6
(211,239,246)
#D7F0F6
(215,240,246)
#DBF1F6
(219,241,246)
#DFF2F6
(223,242,246)
#E3F3F6
(227,243,246)
#E7F4F6
(231,244,246)
#EBF5F6
(235,245,246)
#EFF6F6
(239,246,246)
#F3F7F6
(243,247,246)
#F7F8F6
(247,248,246)
#FBF9F6
(251,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D3EFF6 color. Also use rgb(211,239,246) instead hex code.

Text Font Color

.myTextColor { color: #D3EFF6; }

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

This text font color is #D3EFF6.


Background Color

.myBgColor { background-color: #D3EFF6; }

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

This div background color is #D3EFF6.


Border color

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

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

This div border color is #D3EFF6.


Opacity

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

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

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

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

This text has shadow with #D3EFF6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3EFF6 on black background.


Color preview on white background

This text has color #D3EFF6 on white background.



Black color preview on #D3EFF6 background

This text has black color on #D3EFF6 background.


White color preview on #D3EFF6 background

This text has white color on #D3EFF6 background.