COLOR #C7B2AF

HEX: #C7B2AF
RGB: (199,178,175)

Color info

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

RGB color model

#C7B2AF color RGB value is (199,178,175).

  • red value is 199;
  • green value is 178;
  • blue value is 175.
RGB:
(199,178,175)
(78%,70%,69%)

RGB channels and saturation

R 199 of 255 = 78%
G 178 of 255 = 70%
B 175 of 255 = 69%

199
178
175

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

Portions of RGB colors in percentages

R + G + B =
199 + 178 + 175 = 552 (100%)
R 199 of 552 ~ 36.05%
G 178 of 552 ~ 32.25%
B 175 of 552 ~ 31.7%

%36.05
%32.25
%31.7

CMYK color model

#C7B2AF color CMYK value is (0,11,12,22).

  • cyan value is 0.00%
  • magenta value is 10.55%
  • yellow value is 12.06%
  • key color value is 21.96%
CMYK:
(0,11,12,22)
C0M11Y12K22 
(0%,11%,12%,22%)
(0.00/0.11/0.12/0.22)	

CMYK percentages

%0
%10.55
%12.06
%21.96

Codes

Color #C7B2AF in popluar color models

C7B2AF
RGB199178175
HSL17.65%73.33%
HSB/HSV12.06%78.04%
CMYK0.00%10.55%12.06%
21.96%

Color #C7B2AF in popluar number systems.

HEXC7B2AF
Decimal199178175
Binary110001111011001010101111
Octal307262257

Shades and tints

Shades of #C7B2AF

#C7B2AF
(199,178,175)
#B5A2A0
(181,162,160)
#A39291
(163,146,145)
#918282
(145,130,130)
#7F7273
(127,114,115)
#6D6264
(109,98,100)
#5B5255
(91,82,85)
#494246
(73,66,70)
#373237
(55,50,55)
#252228
(37,34,40)
#131219
(19,18,25)
#000000
(0,0,0)

Tints of #C7B2AF

#C7B2AF
(199,178,175)
#CCB9B6
(204,185,182)
#D1C0BD
(209,192,189)
#D6C7C4
(214,199,196)
#DBCECB
(219,206,203)
#E0D5D2
(224,213,210)
#E5DCD9
(229,220,217)
#EAE3E0
(234,227,224)
#EFEAE7
(239,234,231)
#F4F1EE
(244,241,238)
#F9F8F5
(249,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7B2AF color. Also use rgb(199,178,175) instead hex code.

Text Font Color

.myTextColor { color: #C7B2AF; }

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

This text font color is #C7B2AF.


Background Color

.myBgColor { background-color: #C7B2AF; }

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

This div background color is #C7B2AF.


Border color

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

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

This div border color is #C7B2AF.


Opacity

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

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

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

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

This text has shadow with #C7B2AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7B2AF on black background.


Color preview on white background

This text has color #C7B2AF on white background.



Black color preview on #C7B2AF background

This text has black color on #C7B2AF background.


White color preview on #C7B2AF background

This text has white color on #C7B2AF background.