COLOR #D7CEB7

HEX: #D7CEB7 RGB: (215,206,183)

Color info

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

RGB color model

#D7CEB7 color RGB value is (215,206,183).

RGB: (215,206,183) (84%, 81%, 72%)

RGB channels and saturation

R 215 of 255 = 84%
G 206 of 255 = 81%
B 183 of 255 = 72%

215
206
183

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

Portions of RGB colors in percentages

R + G + B = 215 + 206 + 183 = 604 (100%)
R 215 of 604 ~ 35.6%
G 206 of 604 ~ 34.11%
B 183 of 604 ~ 30.3'%

%35.6
%34.11
%30.3

CMYK color model

#D7CEB7 color CMYK value is (0,4,15,16).

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

CMYK: (0,4,15,16)
C0M4Y15K16 (0%, 4%, 15%, 16%)
(0.00 / 0.04 / 0.15 / 0.16)

CMYK percentages

%0
%4.19
%14.88
%15.69

Codes

Color #D7CEB7 in popluar color models

D7 CE B7
RGB 215 206 183
HSL 43° 28.57% 78.04%
HSB/HSV 43° 14.88% 84.31%
CMYK 0.00% 4.19% 14.88%
15.69%

Color #D7CEB7 in popluar number systems.

HEX D7 CE B7
Decimal 215 206 183
Binary 11010111 11001110 10110111
Octal 327 316 267

Shades and tints

Shades of #D7CEB7

#D7CEB7
(215,206,183)
#C4BCA7
(196,188,167)
#B1AA97
(177,170,151)
#9E9887
(158,152,135)
#8B8677
(139,134,119)
#787467
(120,116,103)
#656257
(101,98,87)
#525047
(82,80,71)
#3F3E37
(63,62,55)
#2C2C27
(44,44,39)
#191A17
(25,26,23)
#000000
(0,0,0)

Tints of #D7CEB7

#D7CEB7
(215,206,183)
#DAD2BD
(218,210,189)
#DDD6C3
(221,214,195)
#E0DAC9
(224,218,201)
#E3DECF
(227,222,207)
#E6E2D5
(230,226,213)
#E9E6DB
(233,230,219)
#ECEAE1
(236,234,225)
#EFEEE7
(239,238,231)
#F2F2ED
(242,242,237)
#F5F6F3
(245,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D7CEB7; }

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

This text font color is #D7CEB7.

Background Color

.myBgColor { background-color: #D7CEB7; }

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

This div background color is #D7CEB7.

Border color

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

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

This div border color is #D7CEB7.

Opacity

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

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

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

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

This text has shadow with #D7CEB7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D7CEB7.

Preview

Color preview on black background

This text has color #D7CEB7 on black background.


Color preview on white background

This text has color #D7CEB7 on white background.


Black color preview on #D7CEB7 background

This text has black color on #D7CEB7 background.


White color preview on #D7CEB7 background

This text has white color on #D7CEB7 background.


Related colors

Complementary color

Complementary color for #hex is #283148.


I love getcolorcode.com

Triadic colors

1 #B7D7CE and #CEB7D7 with #D7CEB7 are triadic colors.

2 #B7CED7 and #CED7B7 with #D7CEB7 are triadic colors.