COLOR #D5C5BE

HEX: #D5C5BE
RGB: (213,197,190)

Color info

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

RGB color model

#D5C5BE color RGB value is (213,197,190).

  • red value is 213;
  • green value is 197;
  • blue value is 190.
RGB:
(213,197,190)
(84%,77%,75%)

RGB channels and saturation

R 213 of 255 = 84%
G 197 of 255 = 77%
B 190 of 255 = 75%

213
197
190

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

Portions of RGB colors in percentages

R + G + B =
213 + 197 + 190 = 600 (100%)
R 213 of 600 ~ 35.5%
G 197 of 600 ~ 32.83%
B 190 of 600 ~ 31.67%

%35.5
%32.83
%31.67

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.51%
  • 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
%7.51
%10.8
%16.47

Codes

Color #D5C5BE in popluar color models

D5C5BE
RGB213197190
HSL18°21.50%79.02%
HSB/HSV18°10.80%83.53%
CMYK0.00%7.51%10.80%
16.47%

Color #D5C5BE in popluar number systems.

HEXD5C5BE
Decimal213197190
Binary110101011100010110111110
Octal325305276

Shades and tints

Shades of #D5C5BE

#D5C5BE
(213,197,190)
#C2B4AD
(194,180,173)
#AFA39C
(175,163,156)
#9C928B
(156,146,139)
#89817A
(137,129,122)
#767069
(118,112,105)
#635F58
(99,95,88)
#504E47
(80,78,71)
#3D3D36
(61,61,54)
#2A2C25
(42,44,37)
#171B14
(23,27,20)
#000000
(0,0,0)

Tints of #D5C5BE

#D5C5BE
(213,197,190)
#D8CAC3
(216,202,195)
#DBCFC8
(219,207,200)
#DED4CD
(222,212,205)
#E1D9D2
(225,217,210)
#E4DED7
(228,222,215)
#E7E3DC
(231,227,220)
#EAE8E1
(234,232,225)
#EDEDE6
(237,237,230)
#F0F2EB
(240,242,235)
#F3F7F0
(243,247,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5C5BE; }

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

This text font color is #D5C5BE.


Background Color

.myBgColor { background-color: #D5C5BE; }

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

This div background color is #D5C5BE.


Border color

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

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

This div border color is #D5C5BE.


Opacity

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

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

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

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

This text has shadow with #D5C5BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5C5BE on black background.


Color preview on white background

This text has color #D5C5BE on white background.



Black color preview on #D5C5BE background

This text has black color on #D5C5BE background.


White color preview on #D5C5BE background

This text has white color on #D5C5BE background.