COLOR #D6EFEB

HEX: #D6EFEB RGB: (214,239,235)

Color info

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

RGB color model

#D6EFEB color RGB value is (214,239,235).

RGB: (214,239,235) (84%, 94%, 92%)

RGB channels and saturation

R 214 of 255 = 84%
G 239 of 255 = 94%
B 235 of 255 = 92%

214
239
235

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

Portions of RGB colors in percentages

R + G + B = 214 + 239 + 235 = 688 (100%)
R 214 of 688 ~ 31.1%
G 239 of 688 ~ 34.74%
B 235 of 688 ~ 34.16'%

%31.1
%34.74
%34.16

CMYK color model

#D6EFEB color CMYK value is (10,0,2,6).

  • cyan value is 10.46%
  • magenta value is 0.00%
  • yellow value is 1.67%
  • key color value is 6.27%

CMYK: (10,0,2,6)
C10M0Y2K6 (10%, 0%, 2%, 6%)
(0.10 / 0.00 / 0.02 / 0.06)

CMYK percentages

%10.46
%0
%1.67
%6.27

Codes

Color #D6EFEB in popluar color models

D6 EF EB
RGB 214 239 235
HSL 170° 43.86% 88.82%
HSB/HSV 170° 10.46% 93.73%
CMYK 10.46% 0.00% 1.67%
6.27%

Color #D6EFEB in popluar number systems.

HEX D6 EF EB
Decimal 214 239 235
Binary 11010110 11101111 11101011
Octal 326 357 353

Shades and tints

Shades of #D6EFEB

#D6EFEB
(214,239,235)
#C3DAD6
(195,218,214)
#B0C5C1
(176,197,193)
#9DB0AC
(157,176,172)
#8A9B97
(138,155,151)
#778682
(119,134,130)
#64716D
(100,113,109)
#515C58
(81,92,88)
#3E4743
(62,71,67)
#2B322E
(43,50,46)
#181D19
(24,29,25)
#000000
(0,0,0)

Tints of #D6EFEB

#D6EFEB
(214,239,235)
#D9F0EC
(217,240,236)
#DCF1ED
(220,241,237)
#DFF2EE
(223,242,238)
#E2F3EF
(226,243,239)
#E5F4F0
(229,244,240)
#E8F5F1
(232,245,241)
#EBF6F2
(235,246,242)
#EEF7F3
(238,247,243)
#F1F8F4
(241,248,244)
#F4F9F5
(244,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6EFEB; }

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

This text font color is #D6EFEB.

Background Color

.myBgColor { background-color: #D6EFEB; }

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

This div background color is #D6EFEB.

Border color

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

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

This div border color is #D6EFEB.

Opacity

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

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

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

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

This text has shadow with #D6EFEB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6EFEB.

Preview

Color preview on black background

This text has color #D6EFEB on black background.


Color preview on white background

This text has color #D6EFEB on white background.


Black color preview on #D6EFEB background

This text has black color on #D6EFEB background.


White color preview on #D6EFEB background

This text has white color on #D6EFEB background.


Related colors

Complementary color

Complementary color for #hex is #291014.


I love getcolorcode.com

Triadic colors

1 #EBD6EF and #EFEBD6 with #D6EFEB are triadic colors.

2 #EBEFD6 and #EFD6EB with #D6EFEB are triadic colors.