COLOR #D5CEC6

HEX: #D5CEC6 RGB: (213,206,198)

Color info

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

RGB color model

#D5CEC6 color RGB value is (213,206,198).

RGB: (213,206,198) (84%, 81%, 78%)

RGB channels and saturation

R 213 of 255 = 84%
G 206 of 255 = 81%
B 198 of 255 = 78%

213
206
198

R + G + B ~ 81%. #D5CEC6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 213 + 206 + 198 = 617 (100%)
R 213 of 617 ~ 34.52%
G 206 of 617 ~ 33.39%
B 198 of 617 ~ 32.09'%

%34.52
%33.39
%32.09

CMYK color model

#D5CEC6 color CMYK value is (0,3,7,16).

  • cyan value is 0.00%
  • magenta value is 3.29%
  • yellow value is 7.04%
  • key color value is 16.47%

CMYK: (0,3,7,16)
C0M3Y7K16 (0%, 3%, 7%, 16%)
(0.00 / 0.03 / 0.07 / 0.16)

CMYK percentages

%0
%3.29
%7.04
%16.47

Codes

Color #D5CEC6 in popluar color models

D5 CE C6
RGB 213 206 198
HSL 32° 15.15% 80.59%
HSB/HSV 32° 7.04% 83.53%
CMYK 0.00% 3.29% 7.04%
16.47%

Color #D5CEC6 in popluar number systems.

HEX D5 CE C6
Decimal 213 206 198
Binary 11010101 11001110 11000110
Octal 325 316 306

Shades and tints

Shades of #D5CEC6

#D5CEC6
(213,206,198)
#C2BCB4
(194,188,180)
#AFAAA2
(175,170,162)
#9C9890
(156,152,144)
#89867E
(137,134,126)
#76746C
(118,116,108)
#63625A
(99,98,90)
#505048
(80,80,72)
#3D3E36
(61,62,54)
#2A2C24
(42,44,36)
#171A12
(23,26,18)
#000000
(0,0,0)

Tints of #D5CEC6

#D5CEC6
(213,206,198)
#D8D2CB
(216,210,203)
#DBD6D0
(219,214,208)
#DEDAD5
(222,218,213)
#E1DEDA
(225,222,218)
#E4E2DF
(228,226,223)
#E7E6E4
(231,230,228)
#EAEAE9
(234,234,233)
#EDEEEE
(237,238,238)
#F0F2F3
(240,242,243)
#F3F6F8
(243,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5CEC6 color. Also use rgb(213,206,198) instead hex code.

Text Font Color

.myTextColor { color: #D5CEC6; }

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

This text font color is #D5CEC6.

Background Color

.myBgColor { background-color: #D5CEC6; }

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

This div background color is #D5CEC6.

Border color

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

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

This div border color is #D5CEC6.

Opacity

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

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

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

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

This text has shadow with #D5CEC6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5CEC6.

Preview

Color preview on black background

This text has color #D5CEC6 on black background.


Color preview on white background

This text has color #D5CEC6 on white background.


Black color preview on #D5CEC6 background

This text has black color on #D5CEC6 background.


White color preview on #D5CEC6 background

This text has white color on #D5CEC6 background.


Related colors

Complementary color

Complementary color for #hex is #2A3139.


I love getcolorcode.com

Triadic colors

1 #C6D5CE and #CEC6D5 with #D5CEC6 are triadic colors.

2 #C6CED5 and #CED5C6 with #D5CEC6 are triadic colors.