COLOR #D6EAF3

HEX: #D6EAF3 RGB: (214,234,243)

Color info

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

RGB color model

#D6EAF3 color RGB value is (214,234,243).

RGB: (214,234,243) (84%, 92%, 95%)

RGB channels and saturation

R 214 of 255 = 84%
G 234 of 255 = 92%
B 243 of 255 = 95%

214
234
243

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

Portions of RGB colors in percentages

R + G + B = 214 + 234 + 243 = 691 (100%)
R 214 of 691 ~ 30.97%
G 234 of 691 ~ 33.86%
B 243 of 691 ~ 35.17'%

%30.97
%33.86
%35.17

CMYK color model

#D6EAF3 color CMYK value is (12,4,0,5).

  • cyan value is 11.93%
  • magenta value is 3.70%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK: (12,4,0,5) C12M4Y0K5 (12%,4%,0%,5%) (0.12/0.04/0.00/0.05) 

CMYK percentages

%11.93
%3.7
%0
%4.71

Codes

Color #D6EAF3 in popluar color models

D6 EA F3
RGB 214 234 243
HSL 199° 54.72% 89.61%
HSB/HSV 199° 11.93% 95.29%
CMYK 11.93% 3.70% 0.00%
4.71%

Color #D6EAF3 in popluar number systems.

HEX D6 EA F3
Decimal 214 234 243
Binary 11010110 11101010 11110011
Octal 326 352 363

Shades and tints

Shades of #D6EAF3

#D6EAF3
(214,234,243)
#C3D5DD
(195,213,221)
#B0C0C7
(176,192,199)
#9DABB1
(157,171,177)
#8A969B
(138,150,155)
#778185
(119,129,133)
#646C6F
(100,108,111)
#515759
(81,87,89)
#3E4243
(62,66,67)
#2B2D2D
(43,45,45)
#181817
(24,24,23)
#000000
(0,0,0)

Tints of #D6EAF3

#D6EAF3
(214,234,243)
#D9EBF4
(217,235,244)
#DCECF5
(220,236,245)
#DFEDF6
(223,237,246)
#E2EEF7
(226,238,247)
#E5EFF8
(229,239,248)
#E8F0F9
(232,240,249)
#EBF1FA
(235,241,250)
#EEF2FB
(238,242,251)
#F1F3FC
(241,243,252)
#F4F4FD
(244,244,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6EAF3; }

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

This text font color is #D6EAF3.

Background Color

.myBgColor { background-color: #D6EAF3; }

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

This div background color is #D6EAF3.

Border color

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

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

This div border color is #D6EAF3.

Opacity

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

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

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

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

This text has shadow with #D6EAF3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6EAF3.

Preview

Color preview on black background

This text has color #D6EAF3 on black background.


Color preview on white background

This text has color #D6EAF3 on white background.


Black color preview on #D6EAF3 background

This text has black color on #D6EAF3 background.


White color preview on #D6EAF3 background

This text has white color on #D6EAF3 background.


Related colors

Complementary color

Complementary color for #hex is #29150C.


I love getcolorcode.com

Triadic colors

1 #F3D6EA and #EAF3D6 with #D6EAF3 are triadic colors.

2 #F3EAD6 and #EAD6F3 with #D6EAF3 are triadic colors.