COLOR #D6E3EA

HEX: #D6E3EA
RGB: (214,227,234)

Color info

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

RGB color model

#D6E3EA color RGB value is (214,227,234).

  • red value is 214;
  • green value is 227;
  • blue value is 234.
RGB:
(214,227,234)
(84%,89%,92%)

RGB channels and saturation

R 214 of 255 = 84%
G 227 of 255 = 89%
B 234 of 255 = 92%

214
227
234

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

Portions of RGB colors in percentages

R + G + B =
214 + 227 + 234 = 675 (100%)
R 214 of 675 ~ 31.7%
G 227 of 675 ~ 33.63%
B 234 of 675 ~ 34.67%

%31.7
%33.63
%34.67

CMYK color model

#D6E3EA color CMYK value is (9,3,0,8).

  • cyan value is 8.55%
  • magenta value is 2.99%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(9,3,0,8)
C9M3Y0K8 
(9%,3%,0%,8%)
(0.09/0.03/0.00/0.08)	

CMYK percentages

%8.55
%2.99
%0
%8.24

Codes

Color #D6E3EA in popluar color models

D6E3EA
RGB214227234
HSL201°32.26%87.84%
HSB/HSV201°8.55%91.76%
CMYK8.55%2.99%0.00%
8.24%

Color #D6E3EA in popluar number systems.

HEXD6E3EA
Decimal214227234
Binary110101101110001111101010
Octal326343352

Shades and tints

Shades of #D6E3EA

#D6E3EA
(214,227,234)
#C3CFD5
(195,207,213)
#B0BBC0
(176,187,192)
#9DA7AB
(157,167,171)
#8A9396
(138,147,150)
#777F81
(119,127,129)
#646B6C
(100,107,108)
#515757
(81,87,87)
#3E4342
(62,67,66)
#2B2F2D
(43,47,45)
#181B18
(24,27,24)
#000000
(0,0,0)

Tints of #D6E3EA

#D6E3EA
(214,227,234)
#D9E5EB
(217,229,235)
#DCE7EC
(220,231,236)
#DFE9ED
(223,233,237)
#E2EBEE
(226,235,238)
#E5EDEF
(229,237,239)
#E8EFF0
(232,239,240)
#EBF1F1
(235,241,241)
#EEF3F2
(238,243,242)
#F1F5F3
(241,245,243)
#F4F7F4
(244,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D6E3EA color. Also use rgb(214,227,234) instead hex code.

Text Font Color

.myTextColor { color: #D6E3EA; }

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

This text font color is #D6E3EA.


Background Color

.myBgColor { background-color: #D6E3EA; }

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

This div background color is #D6E3EA.


Border color

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

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

This div border color is #D6E3EA.


Opacity

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

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

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

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

This text has shadow with #D6E3EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6E3EA on black background.


Color preview on white background

This text has color #D6E3EA on white background.



Black color preview on #D6E3EA background

This text has black color on #D6E3EA background.


White color preview on #D6E3EA background

This text has white color on #D6E3EA background.