COLOR #D6EAEB

HEX: #D6EAEB RGB: (214,234,235)

Color info

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

RGB color model

#D6EAEB color RGB value is (214,234,235).

RGB: (214,234,235) (84%, 92%, 92%)

RGB channels and saturation

R 214 of 255 = 84%
G 234 of 255 = 92%
B 235 of 255 = 92%

214
234
235

R + G + B ~ 89%. #D6EAEB is light color.

Portions of RGB colors in percentages

R + G + B = 214 + 234 + 235 = 683 (100%)
R 214 of 683 ~ 31.33%
G 234 of 683 ~ 34.26%
B 235 of 683 ~ 34.41'%

%31.33
%34.26
%34.41

CMYK color model

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

  • cyan value is 8.94%
  • magenta value is 0.43%
  • yellow value is 0.00%
  • key color value is 7.84%

CMYK: (9,0,0,8)
C9M0Y0K8 (9%, 0%, 0%, 8%)
(0.09 / 0.00 / 0.00 / 0.08)

CMYK percentages

%8.94
%0.43
%0
%7.84

Codes

Color #D6EAEB in popluar color models

D6 EA EB
RGB 214 234 235
HSL 183° 34.43% 88.04%
HSB/HSV 183° 8.94% 92.16%
CMYK 8.94% 0.43% 0.00%
7.84%

Color #D6EAEB in popluar number systems.

HEX D6 EA EB
Decimal 214 234 235
Binary 11010110 11101010 11101011
Octal 326 352 353

Shades and tints

Shades of #D6EAEB

#D6EAEB
(214,234,235)
#C3D5D6
(195,213,214)
#B0C0C1
(176,192,193)
#9DABAC
(157,171,172)
#8A9697
(138,150,151)
#778182
(119,129,130)
#646C6D
(100,108,109)
#515758
(81,87,88)
#3E4243
(62,66,67)
#2B2D2E
(43,45,46)
#181819
(24,24,25)
#000000
(0,0,0)

Tints of #D6EAEB

#D6EAEB
(214,234,235)
#D9EBEC
(217,235,236)
#DCECED
(220,236,237)
#DFEDEE
(223,237,238)
#E2EEEF
(226,238,239)
#E5EFF0
(229,239,240)
#E8F0F1
(232,240,241)
#EBF1F2
(235,241,242)
#EEF2F3
(238,242,243)
#F1F3F4
(241,243,244)
#F4F4F5
(244,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6EAEB; }

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

This text font color is #D6EAEB.

Background Color

.myBgColor { background-color: #D6EAEB; }

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

This div background color is #D6EAEB.

Border color

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

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

This div border color is #D6EAEB.

Opacity

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

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

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

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

This text has shadow with #D6EAEB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6EAEB.

Preview

Color preview on black background

This text has color #D6EAEB on black background.


Color preview on white background

This text has color #D6EAEB on white background.


Black color preview on #D6EAEB background

This text has black color on #D6EAEB background.


White color preview on #D6EAEB background

This text has white color on #D6EAEB background.


Related colors

Complementary color

Complementary color for #hex is #291514.


I love getcolorcode.com

Triadic colors

1 #EBD6EA and #EAEBD6 with #D6EAEB are triadic colors.

2 #EBEAD6 and #EAD6EB with #D6EAEB are triadic colors.