COLOR #D5CBB3

HEX: #D5CBB3 RGB: (213,203,179)

Color info

#D5CBB3 contains red, green and blue colors in about the same proportion. Web safe color of #D5CBB3 is #CCCC99 (or #CC9).

RGB color model

#D5CBB3 color RGB value is (213,203,179).

RGB: (213,203,179) (84%, 80%, 70%)

RGB channels and saturation

R 213 of 255 = 84%
G 203 of 255 = 80%
B 179 of 255 = 70%

213
203
179

R + G + B ~ 78%. #D5CBB3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 213 + 203 + 179 = 595 (100%)
R 213 of 595 ~ 35.8%
G 203 of 595 ~ 34.12%
B 179 of 595 ~ 30.08'%

%35.8
%34.12
%30.08

CMYK color model

#D5CBB3 color CMYK value is (0,5,16,16).

  • cyan value is 0.00%
  • magenta value is 4.69%
  • yellow value is 15.96%
  • key color value is 16.47%

CMYK: (0,5,16,16)
C0M5Y16K16 (0%, 5%, 16%, 16%)
(0.00 / 0.05 / 0.16 / 0.16)

CMYK percentages

%0
%4.69
%15.96
%16.47

Codes

Color #D5CBB3 in popluar color models

D5 CB B3
RGB 213 203 179
HSL 42° 28.81% 76.86%
HSB/HSV 42° 15.96% 83.53%
CMYK 0.00% 4.69% 15.96%
16.47%

Color #D5CBB3 in popluar number systems.

HEX D5 CB B3
Decimal 213 203 179
Binary 11010101 11001011 10110011
Octal 325 313 263

Shades and tints

Shades of #D5CBB3

#D5CBB3
(213,203,179)
#C2B9A3
(194,185,163)
#AFA793
(175,167,147)
#9C9583
(156,149,131)
#898373
(137,131,115)
#767163
(118,113,99)
#635F53
(99,95,83)
#504D43
(80,77,67)
#3D3B33
(61,59,51)
#2A2923
(42,41,35)
#171713
(23,23,19)
#000000
(0,0,0)

Tints of #D5CBB3

#D5CBB3
(213,203,179)
#D8CFB9
(216,207,185)
#DBD3BF
(219,211,191)
#DED7C5
(222,215,197)
#E1DBCB
(225,219,203)
#E4DFD1
(228,223,209)
#E7E3D7
(231,227,215)
#EAE7DD
(234,231,221)
#EDEBE3
(237,235,227)
#F0EFE9
(240,239,233)
#F3F3EF
(243,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5CBB3 color. Also use rgb(213,203,179) instead hex code.

Text Font Color

.myTextColor { color: #D5CBB3; }

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

This text font color is #D5CBB3.

Background Color

.myBgColor { background-color: #D5CBB3; }

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

This div background color is #D5CBB3.

Border color

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

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

This div border color is #D5CBB3.

Opacity

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

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

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

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

This text has shadow with #D5CBB3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5CBB3.

Preview

Color preview on black background

This text has color #D5CBB3 on black background.


Color preview on white background

This text has color #D5CBB3 on white background.


Black color preview on #D5CBB3 background

This text has black color on #D5CBB3 background.


White color preview on #D5CBB3 background

This text has white color on #D5CBB3 background.


Related colors

Complementary color

Complementary color for #hex is #2A344C.


I love getcolorcode.com

Triadic colors

1 #B3D5CB and #CBB3D5 with #D5CBB3 are triadic colors.

2 #B3CBD5 and #CBD5B3 with #D5CBB3 are triadic colors.