COLOR #C7B7AC

HEX: #C7B7AC
RGB: (199,183,172)

Color info

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

RGB color model

#C7B7AC color RGB value is (199,183,172).

  • red value is 199;
  • green value is 183;
  • blue value is 172.
RGB:
(199,183,172)
(78%,72%,67%)

RGB channels and saturation

R 199 of 255 = 78%
G 183 of 255 = 72%
B 172 of 255 = 67%

199
183
172

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

Portions of RGB colors in percentages

R + G + B =
199 + 183 + 172 = 554 (100%)
R 199 of 554 ~ 35.92%
G 183 of 554 ~ 33.03%
B 172 of 554 ~ 31.05%

%35.92
%33.03
%31.05

CMYK color model

#C7B7AC color CMYK value is (0,8,14,22).

  • cyan value is 0.00%
  • magenta value is 8.04%
  • yellow value is 13.57%
  • key color value is 21.96%
CMYK:
(0,8,14,22)
C0M8Y14K22 
(0%,8%,14%,22%)
(0.00/0.08/0.14/0.22)	

CMYK percentages

%0
%8.04
%13.57
%21.96

Codes

Color #C7B7AC in popluar color models

C7B7AC
RGB199183172
HSL24°19.42%72.75%
HSB/HSV24°13.57%78.04%
CMYK0.00%8.04%13.57%
21.96%

Color #C7B7AC in popluar number systems.

HEXC7B7AC
Decimal199183172
Binary110001111011011110101100
Octal307267254

Shades and tints

Shades of #C7B7AC

#C7B7AC
(199,183,172)
#B5A79D
(181,167,157)
#A3978E
(163,151,142)
#91877F
(145,135,127)
#7F7770
(127,119,112)
#6D6761
(109,103,97)
#5B5752
(91,87,82)
#494743
(73,71,67)
#373734
(55,55,52)
#252725
(37,39,37)
#131716
(19,23,22)
#000000
(0,0,0)

Tints of #C7B7AC

#C7B7AC
(199,183,172)
#CCBDB3
(204,189,179)
#D1C3BA
(209,195,186)
#D6C9C1
(214,201,193)
#DBCFC8
(219,207,200)
#E0D5CF
(224,213,207)
#E5DBD6
(229,219,214)
#EAE1DD
(234,225,221)
#EFE7E4
(239,231,228)
#F4EDEB
(244,237,235)
#F9F3F2
(249,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7B7AC color. Also use rgb(199,183,172) instead hex code.

Text Font Color

.myTextColor { color: #C7B7AC; }

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

This text font color is #C7B7AC.


Background Color

.myBgColor { background-color: #C7B7AC; }

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

This div background color is #C7B7AC.


Border color

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

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

This div border color is #C7B7AC.


Opacity

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

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

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

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

This text has shadow with #C7B7AC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7B7AC on black background.


Color preview on white background

This text has color #C7B7AC on white background.



Black color preview on #C7B7AC background

This text has black color on #C7B7AC background.


White color preview on #C7B7AC background

This text has white color on #C7B7AC background.