COLOR #D5CCBE

HEX: #D5CCBE
RGB: (213,204,190)

Color info

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

RGB color model

#D5CCBE color RGB value is (213,204,190).

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

RGB channels and saturation

R 213 of 255 = 84%
G 204 of 255 = 80%
B 190 of 255 = 75%

213
204
190

R + G + B ~ 80%. #D5CCBE is quite light color.

Portions of RGB colors in percentages

R + G + B =
213 + 204 + 190 = 607 (100%)
R 213 of 607 ~ 35.09%
G 204 of 607 ~ 33.61%
B 190 of 607 ~ 31.3%

%35.09
%33.61
%31.3

CMYK color model

#D5CCBE color CMYK value is (0,4,11,16).

  • cyan value is 0.00%
  • magenta value is 4.23%
  • yellow value is 10.80%
  • key color value is 16.47%
CMYK:
(0,4,11,16)
C0M4Y11K16 
(0%,4%,11%,16%)
(0.00/0.04/0.11/0.16)	

CMYK percentages

%0
%4.23
%10.8
%16.47

Codes

Color #D5CCBE in popluar color models

D5CCBE
RGB213204190
HSL37°21.50%79.02%
HSB/HSV37°10.80%83.53%
CMYK0.00%4.23%10.80%
16.47%

Color #D5CCBE in popluar number systems.

HEXD5CCBE
Decimal213204190
Binary110101011100110010111110
Octal325314276

Shades and tints

Shades of #D5CCBE

#D5CCBE
(213,204,190)
#C2BAAD
(194,186,173)
#AFA89C
(175,168,156)
#9C968B
(156,150,139)
#89847A
(137,132,122)
#767269
(118,114,105)
#636058
(99,96,88)
#504E47
(80,78,71)
#3D3C36
(61,60,54)
#2A2A25
(42,42,37)
#171814
(23,24,20)
#000000
(0,0,0)

Tints of #D5CCBE

#D5CCBE
(213,204,190)
#D8D0C3
(216,208,195)
#DBD4C8
(219,212,200)
#DED8CD
(222,216,205)
#E1DCD2
(225,220,210)
#E4E0D7
(228,224,215)
#E7E4DC
(231,228,220)
#EAE8E1
(234,232,225)
#EDECE6
(237,236,230)
#F0F0EB
(240,240,235)
#F3F4F0
(243,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #D5CCBE; }

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

This text font color is #D5CCBE.


Background Color

.myBgColor { background-color: #D5CCBE; }

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

This div background color is #D5CCBE.


Border color

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

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

This div border color is #D5CCBE.


Opacity

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

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

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

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

This text has shadow with #D5CCBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D5CCBE on black background.


Color preview on white background

This text has color #D5CCBE on white background.



Black color preview on #D5CCBE background

This text has black color on #D5CCBE background.


White color preview on #D5CCBE background

This text has white color on #D5CCBE background.