COLOR #D6E5E5

HEX: #D6E5E5
RGB: (214,229,229)

Color info

#D6E5E5 contains red, green and blue colors in about the same proportion. Web safe color of #D6E5E5 is #CCCCCC (or #CCC).

RGB color model

#D6E5E5 color RGB value is (214,229,229).

  • red value is 214;
  • green value is 229;
  • blue value is 229.
RGB:
(214,229,229)
(84%,90%,90%)

RGB channels and saturation

R 214 of 255 = 84%
G 229 of 255 = 90%
B 229 of 255 = 90%

214
229
229

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

Portions of RGB colors in percentages

R + G + B =
214 + 229 + 229 = 672 (100%)
R 214 of 672 ~ 31.85%
G 229 of 672 ~ 34.08%
B 229 of 672 ~ 34.08%

%31.85
%34.08
%34.08

CMYK color model

#D6E5E5 color CMYK value is (7,0,0,10).

  • cyan value is 6.55%
  • magenta value is 0.00%
  • yellow value is 0.00%
  • key color value is 10.20%
CMYK:
(7,0,0,10)
C7M0Y0K10 
(7%,0%,0%,10%)
(0.07/0.00/0.00/0.10)	

CMYK percentages

%6.55
%0
%0
%10.2

Codes

Color #D6E5E5 in popluar color models

D6E5E5
RGB214229229
HSL180°22.39%86.86%
HSB/HSV180°6.55%89.80%
CMYK6.55%0.00%0.00%
10.20%

Color #D6E5E5 in popluar number systems.

HEXD6E5E5
Decimal214229229
Binary110101101110010111100101
Octal326345345

Shades and tints

Shades of #D6E5E5

#D6E5E5
(214,229,229)
#C3D1D1
(195,209,209)
#B0BDBD
(176,189,189)
#9DA9A9
(157,169,169)
#8A9595
(138,149,149)
#778181
(119,129,129)
#646D6D
(100,109,109)
#515959
(81,89,89)
#3E4545
(62,69,69)
#2B3131
(43,49,49)
#181D1D
(24,29,29)
#000000
(0,0,0)

Tints of #D6E5E5

#D6E5E5
(214,229,229)
#D9E7E7
(217,231,231)
#DCE9E9
(220,233,233)
#DFEBEB
(223,235,235)
#E2EDED
(226,237,237)
#E5EFEF
(229,239,239)
#E8F1F1
(232,241,241)
#EBF3F3
(235,243,243)
#EEF5F5
(238,245,245)
#F1F7F7
(241,247,247)
#F4F9F9
(244,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D6E5E5; }

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

This text font color is #D6E5E5.


Background Color

.myBgColor { background-color: #D6E5E5; }

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

This div background color is #D6E5E5.


Border color

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

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

This div border color is #D6E5E5.


Opacity

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

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

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

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

This text has shadow with #D6E5E5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D6E5E5 on black background.


Color preview on white background

This text has color #D6E5E5 on white background.



Black color preview on #D6E5E5 background

This text has black color on #D6E5E5 background.


White color preview on #D6E5E5 background

This text has white color on #D6E5E5 background.