COLOR #C7B3A1

HEX: #C7B3A1
RGB: (199,179,161)

Color info

#C7B3A1 contains red, green and blue colors in about the same proportion. Web safe color of #C7B3A1 is #CC9999 (or #C99).

RGB color model

#C7B3A1 color RGB value is (199,179,161).

  • red value is 199;
  • green value is 179;
  • blue value is 161.
RGB:
(199,179,161)
(78%,70%,63%)

RGB channels and saturation

R 199 of 255 = 78%
G 179 of 255 = 70%
B 161 of 255 = 63%

199
179
161

R + G + B ~ 70%. #C7B3A1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 179 + 161 = 539 (100%)
R 199 of 539 ~ 36.92%
G 179 of 539 ~ 33.21%
B 161 of 539 ~ 29.87%

%36.92
%33.21
%29.87

CMYK color model

#C7B3A1 color CMYK value is (0,10,19,22).

  • cyan value is 0.00%
  • magenta value is 10.05%
  • yellow value is 19.10%
  • key color value is 21.96%
CMYK:
(0,10,19,22)
C0M10Y19K22 
(0%,10%,19%,22%)
(0.00/0.10/0.19/0.22)	

CMYK percentages

%0
%10.05
%19.1
%21.96

Codes

Color #C7B3A1 in popluar color models

C7B3A1
RGB199179161
HSL28°25.33%70.59%
HSB/HSV28°19.10%78.04%
CMYK0.00%10.05%19.10%
21.96%

Color #C7B3A1 in popluar number systems.

HEXC7B3A1
Decimal199179161
Binary110001111011001110100001
Octal307263241

Shades and tints

Shades of #C7B3A1

#C7B3A1
(199,179,161)
#B5A393
(181,163,147)
#A39385
(163,147,133)
#918377
(145,131,119)
#7F7369
(127,115,105)
#6D635B
(109,99,91)
#5B534D
(91,83,77)
#49433F
(73,67,63)
#373331
(55,51,49)
#252323
(37,35,35)
#131315
(19,19,21)
#000000
(0,0,0)

Tints of #C7B3A1

#C7B3A1
(199,179,161)
#CCB9A9
(204,185,169)
#D1BFB1
(209,191,177)
#D6C5B9
(214,197,185)
#DBCBC1
(219,203,193)
#E0D1C9
(224,209,201)
#E5D7D1
(229,215,209)
#EADDD9
(234,221,217)
#EFE3E1
(239,227,225)
#F4E9E9
(244,233,233)
#F9EFF1
(249,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7B3A1 color. Also use rgb(199,179,161) instead hex code.

Text Font Color

.myTextColor { color: #C7B3A1; }

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

This text font color is #C7B3A1.


Background Color

.myBgColor { background-color: #C7B3A1; }

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

This div background color is #C7B3A1.


Border color

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

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

This div border color is #C7B3A1.


Opacity

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

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

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

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

This text has shadow with #C7B3A1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7B3A1 on black background.


Color preview on white background

This text has color #C7B3A1 on white background.



Black color preview on #C7B3A1 background

This text has black color on #C7B3A1 background.


White color preview on #C7B3A1 background

This text has white color on #C7B3A1 background.