COLOR #D6EBE3

HEX: #D6EBE3 RGB: (214,235,227)

Color info

#D6EBE3 contains red, green and blue colors in about the same proportion. Web safe color of #D6EBE3 is #CCFFCC (or #CFC).

RGB color model

#D6EBE3 color RGB value is (214,235,227).

RGB: (214,235,227) (84%, 92%, 89%)

RGB channels and saturation

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

214
235
227

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

Portions of RGB colors in percentages

R + G + B = 214 + 235 + 227 = 676 (100%)
R 214 of 676 ~ 31.66%
G 235 of 676 ~ 34.76%
B 227 of 676 ~ 33.58'%

%31.66
%34.76
%33.58

CMYK color model

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

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

CMYK: (9,0,3,8)
C9M0Y3K8 (9%, 0%, 3%, 8%)
(0.09 / 0.00 / 0.03 / 0.08)

CMYK percentages

%8.94
%0
%3.4
%7.84

Codes

Color #D6EBE3 in popluar color models

D6 EB E3
RGB 214 235 227
HSL 157° 34.43% 88.04%
HSB/HSV 157° 8.94% 92.16%
CMYK 8.94% 0.00% 3.40%
7.84%

Color #D6EBE3 in popluar number systems.

HEX D6 EB E3
Decimal 214 235 227
Binary 11010110 11101011 11100011
Octal 326 353 343

Shades and tints

Shades of #D6EBE3

#D6EBE3
(214,235,227)
#C3D6CF
(195,214,207)
#B0C1BB
(176,193,187)
#9DACA7
(157,172,167)
#8A9793
(138,151,147)
#77827F
(119,130,127)
#646D6B
(100,109,107)
#515857
(81,88,87)
#3E4343
(62,67,67)
#2B2E2F
(43,46,47)
#18191B
(24,25,27)
#000000
(0,0,0)

Tints of #D6EBE3

#D6EBE3
(214,235,227)
#D9ECE5
(217,236,229)
#DCEDE7
(220,237,231)
#DFEEE9
(223,238,233)
#E2EFEB
(226,239,235)
#E5F0ED
(229,240,237)
#E8F1EF
(232,241,239)
#EBF2F1
(235,242,241)
#EEF3F3
(238,243,243)
#F1F4F5
(241,244,245)
#F4F5F7
(244,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6EBE3; }

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

This text font color is #D6EBE3.

Background Color

.myBgColor { background-color: #D6EBE3; }

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

This div background color is #D6EBE3.

Border color

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

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

This div border color is #D6EBE3.

Opacity

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

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

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

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

This text has shadow with #D6EBE3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D6EBE3.

Preview

Color preview on black background

This text has color #D6EBE3 on black background.


Color preview on white background

This text has color #D6EBE3 on white background.


Black color preview on #D6EBE3 background

This text has black color on #D6EBE3 background.


White color preview on #D6EBE3 background

This text has white color on #D6EBE3 background.


Related colors

Complementary color

Complementary color for #hex is #29141C.


I love getcolorcode.com

Triadic colors

1 #E3D6EB and #EBE3D6 with #D6EBE3 are triadic colors.

2 #E3EBD6 and #EBD6E3 with #D6EBE3 are triadic colors.