COLOR #D3EFF7

HEX: #D3EFF7
RGB: (211,239,247)

Color info

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

RGB color model

#D3EFF7 color RGB value is (211,239,247).

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

RGB channels and saturation

R 211 of 255 = 83%
G 239 of 255 = 94%
B 247 of 255 = 97%

211
239
247

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

Portions of RGB colors in percentages

R + G + B =
211 + 239 + 247 = 697 (100%)
R 211 of 697 ~ 30.27%
G 239 of 697 ~ 34.29%
B 247 of 697 ~ 35.44%

%30.27
%34.29
%35.44

CMYK color model

#D3EFF7 color CMYK value is (15,3,0,3).

  • cyan value is 14.57%
  • magenta value is 3.24%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(15,3,0,3)
C15M3Y0K3 
(15%,3%,0%,3%)
(0.15/0.03/0.00/0.03)	

CMYK percentages

%14.57
%3.24
%0
%3.14

Codes

Color #D3EFF7 in popluar color models

D3EFF7
RGB211239247
HSL193°69.23%89.80%
HSB/HSV193°14.57%96.86%
CMYK14.57%3.24%0.00%
3.14%

Color #D3EFF7 in popluar number systems.

HEXD3EFF7
Decimal211239247
Binary110100111110111111110111
Octal323357367

Shades and tints

Shades of #D3EFF7

#D3EFF7
(211,239,247)
#C0DAE1
(192,218,225)
#ADC5CB
(173,197,203)
#9AB0B5
(154,176,181)
#879B9F
(135,155,159)
#748689
(116,134,137)
#617173
(97,113,115)
#4E5C5D
(78,92,93)
#3B4747
(59,71,71)
#283231
(40,50,49)
#151D1B
(21,29,27)
#000000
(0,0,0)

Tints of #D3EFF7

#D3EFF7
(211,239,247)
#D7F0F7
(215,240,247)
#DBF1F7
(219,241,247)
#DFF2F7
(223,242,247)
#E3F3F7
(227,243,247)
#E7F4F7
(231,244,247)
#EBF5F7
(235,245,247)
#EFF6F7
(239,246,247)
#F3F7F7
(243,247,247)
#F7F8F7
(247,248,247)
#FBF9F7
(251,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D3EFF7; }

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

This text font color is #D3EFF7.


Background Color

.myBgColor { background-color: #D3EFF7; }

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

This div background color is #D3EFF7.


Border color

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

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

This div border color is #D3EFF7.


Opacity

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

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

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

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

This text has shadow with #D3EFF7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D3EFF7 on black background.


Color preview on white background

This text has color #D3EFF7 on white background.



Black color preview on #D3EFF7 background

This text has black color on #D3EFF7 background.


White color preview on #D3EFF7 background

This text has white color on #D3EFF7 background.