COLOR #D6E7FA

HEX: #D6E7FA RGB: (214,231,250)

Color info

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

RGB color model

#D6E7FA color RGB value is (214,231,250).

RGB: (214,231,250) (84%, 91%, 98%)

RGB channels and saturation

R 214 of 255 = 84%
G 231 of 255 = 91%
B 250 of 255 = 98%

214
231
250

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

Portions of RGB colors in percentages

R + G + B = 214 + 231 + 250 = 695 (100%)
R 214 of 695 ~ 30.79%
G 231 of 695 ~ 33.24%
B 250 of 695 ~ 35.97'%

%30.79
%33.24
%35.97

CMYK color model

#D6E7FA color CMYK value is (14,8,0,2).

  • cyan value is 14.40%
  • magenta value is 7.60%
  • yellow value is 0.00%
  • key color value is 1.96%

CMYK: (14,8,0,2)
C14M8Y0K2 (14%, 8%, 0%, 2%)
(0.14 / 0.08 / 0.00 / 0.02)

CMYK percentages

%14.4
%7.6
%0
%1.96

Codes

Color #D6E7FA in popluar color models

D6 E7 FA
RGB 214 231 250
HSL 212° 78.26% 90.98%
HSB/HSV 212° 14.40% 98.04%
CMYK 14.40% 7.60% 0.00%
1.96%

Color #D6E7FA in popluar number systems.

HEX D6 E7 FA
Decimal 214 231 250
Binary 11010110 11100111 11111010
Octal 326 347 372

Shades and tints

Shades of #D6E7FA

#D6E7FA
(214,231,250)
#C3D2E4
(195,210,228)
#B0BDCE
(176,189,206)
#9DA8B8
(157,168,184)
#8A93A2
(138,147,162)
#777E8C
(119,126,140)
#646976
(100,105,118)
#515460
(81,84,96)
#3E3F4A
(62,63,74)
#2B2A34
(43,42,52)
#18151E
(24,21,30)
#000000
(0,0,0)

Tints of #D6E7FA

#D6E7FA
(214,231,250)
#D9E9FA
(217,233,250)
#DCEBFA
(220,235,250)
#DFEDFA
(223,237,250)
#E2EFFA
(226,239,250)
#E5F1FA
(229,241,250)
#E8F3FA
(232,243,250)
#EBF5FA
(235,245,250)
#EEF7FA
(238,247,250)
#F1F9FA
(241,249,250)
#F4FBFA
(244,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6E7FA color. Also use rgb(214,231,250) instead hex code.

Text Font Color

.myTextColor { color: #D6E7FA; }

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

This text font color is #D6E7FA.

Background Color

.myBgColor { background-color: #D6E7FA; }

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

This div background color is #D6E7FA.

Border color

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

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

This div border color is #D6E7FA.

Opacity

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

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

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

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

This text has shadow with #D6E7FA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6E7FA.

Preview

Color preview on black background

This text has color #D6E7FA on black background.


Color preview on white background

This text has color #D6E7FA on white background.


Black color preview on #D6E7FA background

This text has black color on #D6E7FA background.


White color preview on #D6E7FA background

This text has white color on #D6E7FA background.


Related colors

Complementary color

Complementary color for #hex is #291805.


I love getcolorcode.com

Triadic colors

1 #FAD6E7 and #E7FAD6 with #D6E7FA are triadic colors.

2 #FAE7D6 and #E7D6FA with #D6E7FA are triadic colors.