COLOR #D4C6BE

HEX: #D4C6BE
RGB: (212,198,190)

Color info

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

RGB color model

#D4C6BE color RGB value is (212,198,190).

  • red value is 212;
  • green value is 198;
  • blue value is 190.
RGB:
(212,198,190)
(83%,78%,75%)

RGB channels and saturation

R 212 of 255 = 83%
G 198 of 255 = 78%
B 190 of 255 = 75%

212
198
190

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

Portions of RGB colors in percentages

R + G + B =
212 + 198 + 190 = 600 (100%)
R 212 of 600 ~ 35.33%
G 198 of 600 ~ 33%
B 190 of 600 ~ 31.67%

%35.33
%33
%31.67

CMYK color model

#D4C6BE color CMYK value is (0,7,10,17).

  • cyan value is 0.00%
  • magenta value is 6.60%
  • yellow value is 10.38%
  • key color value is 16.86%
CMYK:
(0,7,10,17)
C0M7Y10K17 
(0%,7%,10%,17%)
(0.00/0.07/0.10/0.17)	

CMYK percentages

%0
%6.6
%10.38
%16.86

Codes

Color #D4C6BE in popluar color models

D4C6BE
RGB212198190
HSL22°20.37%78.82%
HSB/HSV22°10.38%83.14%
CMYK0.00%6.60%10.38%
16.86%

Color #D4C6BE in popluar number systems.

HEXD4C6BE
Decimal212198190
Binary110101001100011010111110
Octal324306276

Shades and tints

Shades of #D4C6BE

#D4C6BE
(212,198,190)
#C1B4AD
(193,180,173)
#AEA29C
(174,162,156)
#9B908B
(155,144,139)
#887E7A
(136,126,122)
#756C69
(117,108,105)
#625A58
(98,90,88)
#4F4847
(79,72,71)
#3C3636
(60,54,54)
#292425
(41,36,37)
#161214
(22,18,20)
#000000
(0,0,0)

Tints of #D4C6BE

#D4C6BE
(212,198,190)
#D7CBC3
(215,203,195)
#DAD0C8
(218,208,200)
#DDD5CD
(221,213,205)
#E0DAD2
(224,218,210)
#E3DFD7
(227,223,215)
#E6E4DC
(230,228,220)
#E9E9E1
(233,233,225)
#ECEEE6
(236,238,230)
#EFF3EB
(239,243,235)
#F2F8F0
(242,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #D4C6BE color. Also use rgb(212,198,190) instead hex code.

Text Font Color

.myTextColor { color: #D4C6BE; }

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

This text font color is #D4C6BE.


Background Color

.myBgColor { background-color: #D4C6BE; }

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

This div background color is #D4C6BE.


Border color

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

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

This div border color is #D4C6BE.


Opacity

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

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

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

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

This text has shadow with #D4C6BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #D4C6BE on black background.


Color preview on white background

This text has color #D4C6BE on white background.



Black color preview on #D4C6BE background

This text has black color on #D4C6BE background.


White color preview on #D4C6BE background

This text has white color on #D4C6BE background.