COLOR #D5C3BE

HEX: #D5C3BE RGB: (213,195,190)

Color info

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

RGB color model

#D5C3BE color RGB value is (213,195,190).

RGB: (213,195,190) (84%, 76%, 75%)

RGB channels and saturation

R 213 of 255 = 84%
G 195 of 255 = 76%
B 190 of 255 = 75%

213
195
190

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

Portions of RGB colors in percentages

R + G + B = 213 + 195 + 190 = 598 (100%)
R 213 of 598 ~ 35.62%
G 195 of 598 ~ 32.61%
B 190 of 598 ~ 31.77'%

%35.62
%32.61
%31.77

CMYK color model

#D5C3BE color CMYK value is (0,8,11,16).

  • cyan value is 0.00%
  • magenta value is 8.45%
  • yellow value is 10.80%
  • key color value is 16.47%

CMYK: (0,8,11,16)
C0M8Y11K16 (0%, 8%, 11%, 16%)
(0.00 / 0.08 / 0.11 / 0.16)

CMYK percentages

%0
%8.45
%10.8
%16.47

Codes

Color #D5C3BE in popluar color models

D5 C3 BE
RGB 213 195 190
HSL 13° 21.50% 79.02%
HSB/HSV 13° 10.80% 83.53%
CMYK 0.00% 8.45% 10.80%
16.47%

Color #D5C3BE in popluar number systems.

HEX D5 C3 BE
Decimal 213 195 190
Binary 11010101 11000011 10111110
Octal 325 303 276

Shades and tints

Shades of #D5C3BE

#D5C3BE
(213,195,190)
#C2B2AD
(194,178,173)
#AFA19C
(175,161,156)
#9C908B
(156,144,139)
#897F7A
(137,127,122)
#766E69
(118,110,105)
#635D58
(99,93,88)
#504C47
(80,76,71)
#3D3B36
(61,59,54)
#2A2A25
(42,42,37)
#171914
(23,25,20)
#000000
(0,0,0)

Tints of #D5C3BE

#D5C3BE
(213,195,190)
#D8C8C3
(216,200,195)
#DBCDC8
(219,205,200)
#DED2CD
(222,210,205)
#E1D7D2
(225,215,210)
#E4DCD7
(228,220,215)
#E7E1DC
(231,225,220)
#EAE6E1
(234,230,225)
#EDEBE6
(237,235,230)
#F0F0EB
(240,240,235)
#F3F5F0
(243,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D5C3BE color. Also use rgb(213,195,190) instead hex code.

Text Font Color

.myTextColor { color: #D5C3BE; }

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

This text font color is #D5C3BE.

Background Color

.myBgColor { background-color: #D5C3BE; }

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

This div background color is #D5C3BE.

Border color

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

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

This div border color is #D5C3BE.

Opacity

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

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

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

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

This text has shadow with #D5C3BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #D5C3BE.

Preview

Color preview on black background

This text has color #D5C3BE on black background.


Color preview on white background

This text has color #D5C3BE on white background.


Black color preview on #D5C3BE background

This text has black color on #D5C3BE background.


White color preview on #D5C3BE background

This text has white color on #D5C3BE background.


Related colors

Complementary color

Complementary color for #hex is #2A3C41.


I love getcolorcode.com

Triadic colors

1 #BED5C3 and #C3BED5 with #D5C3BE are triadic colors.

2 #BEC3D5 and #C3D5BE with #D5C3BE are triadic colors.