COLOR #D6EAF0

HEX: #D6EAF0
RGB: (214,234,240)

Color info

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

RGB color model

#D6EAF0 color RGB value is (214,234,240).

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

RGB channels and saturation

R 214 of 255 = 84%
G 234 of 255 = 92%
B 240 of 255 = 94%

214
234
240

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

Portions of RGB colors in percentages

R + G + B =
214 + 234 + 240 = 688 (100%)
R 214 of 688 ~ 31.1%
G 234 of 688 ~ 34.01%
B 240 of 688 ~ 34.88%

%31.1
%34.01
%34.88

CMYK color model

#D6EAF0 color CMYK value is (11,3,0,6).

  • cyan value is 10.83%
  • magenta value is 2.50%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(11,3,0,6)
C11M3Y0K6 
(11%,3%,0%,6%)
(0.11/0.03/0.00/0.06)	

CMYK percentages

%10.83
%2.5
%0
%5.88

Codes

Color #D6EAF0 in popluar color models

D6EAF0
RGB214234240
HSL194°46.43%89.02%
HSB/HSV194°10.83%94.12%
CMYK10.83%2.50%0.00%
5.88%

Color #D6EAF0 in popluar number systems.

HEXD6EAF0
Decimal214234240
Binary110101101110101011110000
Octal326352360

Shades and tints

Shades of #D6EAF0

#D6EAF0
(214,234,240)
#C3D5DB
(195,213,219)
#B0C0C6
(176,192,198)
#9DABB1
(157,171,177)
#8A969C
(138,150,156)
#778187
(119,129,135)
#646C72
(100,108,114)
#51575D
(81,87,93)
#3E4248
(62,66,72)
#2B2D33
(43,45,51)
#18181E
(24,24,30)
#000000
(0,0,0)

Tints of #D6EAF0

#D6EAF0
(214,234,240)
#D9EBF1
(217,235,241)
#DCECF2
(220,236,242)
#DFEDF3
(223,237,243)
#E2EEF4
(226,238,244)
#E5EFF5
(229,239,245)
#E8F0F6
(232,240,246)
#EBF1F7
(235,241,247)
#EEF2F8
(238,242,248)
#F1F3F9
(241,243,249)
#F4F4FA
(244,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6EAF0; }

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

This text font color is #D6EAF0.


Background Color

.myBgColor { background-color: #D6EAF0; }

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

This div background color is #D6EAF0.


Border color

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

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

This div border color is #D6EAF0.


Opacity

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

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

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

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

This text has shadow with #D6EAF0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6EAF0 on black background.


Color preview on white background

This text has color #D6EAF0 on white background.



Black color preview on #D6EAF0 background

This text has black color on #D6EAF0 background.


White color preview on #D6EAF0 background

This text has white color on #D6EAF0 background.