COLOR #D7CEBB

HEX: #D7CEBB RGB: (215,206,187)

Color info

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

RGB color model

#D7CEBB color RGB value is (215,206,187).

RGB: (215,206,187) (84%, 81%, 73%)

RGB channels and saturation

R 215 of 255 = 84%
G 206 of 255 = 81%
B 187 of 255 = 73%

215
206
187

R + G + B ~ 79%. #D7CEBB is quite light color.

Portions of RGB colors in percentages

R + G + B = 215 + 206 + 187 = 608 (100%)
R 215 of 608 ~ 35.36%
G 206 of 608 ~ 33.88%
B 187 of 608 ~ 30.76'%

%35.36
%33.88
%30.76

CMYK color model

#D7CEBB color CMYK value is (0,4,13,16).

  • cyan value is 0.00%
  • magenta value is 4.19%
  • yellow value is 13.02%
  • key color value is 15.69%

CMYK: (0,4,13,16)
C0M4Y13K16 (0%, 4%, 13%, 16%)
(0.00 / 0.04 / 0.13 / 0.16)

CMYK percentages

%0
%4.19
%13.02
%15.69

Codes

Color #D7CEBB in popluar color models

D7 CE BB
RGB 215 206 187
HSL 41° 25.93% 78.82%
HSB/HSV 41° 13.02% 84.31%
CMYK 0.00% 4.19% 13.02%
15.69%

Color #D7CEBB in popluar number systems.

HEX D7 CE BB
Decimal 215 206 187
Binary 11010111 11001110 10111011
Octal 327 316 273

Shades and tints

Shades of #D7CEBB

#D7CEBB
(215,206,187)
#C4BCAA
(196,188,170)
#B1AA99
(177,170,153)
#9E9888
(158,152,136)
#8B8677
(139,134,119)
#787466
(120,116,102)
#656255
(101,98,85)
#525044
(82,80,68)
#3F3E33
(63,62,51)
#2C2C22
(44,44,34)
#191A11
(25,26,17)
#000000
(0,0,0)

Tints of #D7CEBB

#D7CEBB
(215,206,187)
#DAD2C1
(218,210,193)
#DDD6C7
(221,214,199)
#E0DACD
(224,218,205)
#E3DED3
(227,222,211)
#E6E2D9
(230,226,217)
#E9E6DF
(233,230,223)
#ECEAE5
(236,234,229)
#EFEEEB
(239,238,235)
#F2F2F1
(242,242,241)
#F5F6F7
(245,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D7CEBB color. Also use rgb(215,206,187) instead hex code.

Text Font Color

.myTextColor { color: #D7CEBB; }

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

This text font color is #D7CEBB.

Background Color

.myBgColor { background-color: #D7CEBB; }

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

This div background color is #D7CEBB.

Border color

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

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

This div border color is #D7CEBB.

Opacity

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

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

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

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

This text has shadow with #D7CEBB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7CEBB.

Preview

Color preview on black background

This text has color #D7CEBB on black background.


Color preview on white background

This text has color #D7CEBB on white background.


Black color preview on #D7CEBB background

This text has black color on #D7CEBB background.


White color preview on #D7CEBB background

This text has white color on #D7CEBB background.


Related colors

Complementary color

Complementary color for #hex is #283144.


I love getcolorcode.com

Triadic colors

1 #BBD7CE and #CEBBD7 with #D7CEBB are triadic colors.

2 #BBCED7 and #CED7BB with #D7CEBB are triadic colors.