COLOR #C7B4A9

HEX: #C7B4A9
RGB: (199,180,169)

Color info

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

RGB color model

#C7B4A9 color RGB value is (199,180,169).

  • red value is 199;
  • green value is 180;
  • blue value is 169.
RGB:
(199,180,169)
(78%,71%,66%)

RGB channels and saturation

R 199 of 255 = 78%
G 180 of 255 = 71%
B 169 of 255 = 66%

199
180
169

R + G + B ~ 72%. #C7B4A9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 180 + 169 = 548 (100%)
R 199 of 548 ~ 36.31%
G 180 of 548 ~ 32.85%
B 169 of 548 ~ 30.84%

%36.31
%32.85
%30.84

CMYK color model

#C7B4A9 color CMYK value is (0,10,15,22).

  • cyan value is 0.00%
  • magenta value is 9.55%
  • yellow value is 15.08%
  • key color value is 21.96%
CMYK:
(0,10,15,22)
C0M10Y15K22 
(0%,10%,15%,22%)
(0.00/0.10/0.15/0.22)	

CMYK percentages

%0
%9.55
%15.08
%21.96

Codes

Color #C7B4A9 in popluar color models

C7B4A9
RGB199180169
HSL22°21.13%72.16%
HSB/HSV22°15.08%78.04%
CMYK0.00%9.55%15.08%
21.96%

Color #C7B4A9 in popluar number systems.

HEXC7B4A9
Decimal199180169
Binary110001111011010010101001
Octal307264251

Shades and tints

Shades of #C7B4A9

#C7B4A9
(199,180,169)
#B5A49A
(181,164,154)
#A3948B
(163,148,139)
#91847C
(145,132,124)
#7F746D
(127,116,109)
#6D645E
(109,100,94)
#5B544F
(91,84,79)
#494440
(73,68,64)
#373431
(55,52,49)
#252422
(37,36,34)
#131413
(19,20,19)
#000000
(0,0,0)

Tints of #C7B4A9

#C7B4A9
(199,180,169)
#CCBAB0
(204,186,176)
#D1C0B7
(209,192,183)
#D6C6BE
(214,198,190)
#DBCCC5
(219,204,197)
#E0D2CC
(224,210,204)
#E5D8D3
(229,216,211)
#EADEDA
(234,222,218)
#EFE4E1
(239,228,225)
#F4EAE8
(244,234,232)
#F9F0EF
(249,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7B4A9 color. Also use rgb(199,180,169) instead hex code.

Text Font Color

.myTextColor { color: #C7B4A9; }

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

This text font color is #C7B4A9.


Background Color

.myBgColor { background-color: #C7B4A9; }

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

This div background color is #C7B4A9.


Border color

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

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

This div border color is #C7B4A9.


Opacity

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

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

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

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

This text has shadow with #C7B4A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7B4A9 on black background.


Color preview on white background

This text has color #C7B4A9 on white background.



Black color preview on #C7B4A9 background

This text has black color on #C7B4A9 background.


White color preview on #C7B4A9 background

This text has white color on #C7B4A9 background.