COLOR #C7B8AF

HEX: #C7B8AF RGB: (199,184,175)

Color info

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

RGB color model

#C7B8AF color RGB value is (199,184,175).

RGB: (199,184,175) (78%, 72%, 69%)

RGB channels and saturation

R 199 of 255 = 78%
G 184 of 255 = 72%
B 175 of 255 = 69%

199
184
175

R + G + B ~ 73%. #C7B8AF is quite light color.

Portions of RGB colors in percentages

R + G + B = 199 + 184 + 175 = 558 (100%)
R 199 of 558 ~ 35.66%
G 184 of 558 ~ 32.97%
B 175 of 558 ~ 31.36'%

%35.66
%32.97
%31.36

CMYK color model

#C7B8AF color CMYK value is (0,8,12,22).

  • cyan value is 0.00%
  • magenta value is 7.54%
  • yellow value is 12.06%
  • key color value is 21.96%
CMYK: (0,8,12,22) C0M8Y12K22 (0%,8%,12%,22%) (0.00/0.08/0.12/0.22) 

CMYK percentages

%0
%7.54
%12.06
%21.96

Codes

Color #C7B8AF in popluar color models

C7 B8 AF
RGB 199 184 175
HSL 23° 17.65% 73.33%
HSB/HSV 23° 12.06% 78.04%
CMYK 0.00% 7.54% 12.06%
21.96%

Color #C7B8AF in popluar number systems.

HEX C7 B8 AF
Decimal 199 184 175
Binary 11000111 10111000 10101111
Octal 307 270 257

Shades and tints

Shades of #C7B8AF

#C7B8AF
(199,184,175)
#B5A8A0
(181,168,160)
#A39891
(163,152,145)
#918882
(145,136,130)
#7F7873
(127,120,115)
#6D6864
(109,104,100)
#5B5855
(91,88,85)
#494846
(73,72,70)
#373837
(55,56,55)
#252828
(37,40,40)
#131819
(19,24,25)
#000000
(0,0,0)

Tints of #C7B8AF

#C7B8AF
(199,184,175)
#CCBEB6
(204,190,182)
#D1C4BD
(209,196,189)
#D6CAC4
(214,202,196)
#DBD0CB
(219,208,203)
#E0D6D2
(224,214,210)
#E5DCD9
(229,220,217)
#EAE2E0
(234,226,224)
#EFE8E7
(239,232,231)
#F4EEEE
(244,238,238)
#F9F4F5
(249,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7B8AF; }

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

This text font color is #C7B8AF.

Background Color

.myBgColor { background-color: #C7B8AF; }

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

This div background color is #C7B8AF.

Border color

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

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

This div border color is #C7B8AF.

Opacity

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

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

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

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

This text has shadow with #C7B8AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C7B8AF.

Preview

Color preview on black background

This text has color #C7B8AF on black background.


Color preview on white background

This text has color #C7B8AF on white background.


Black color preview on #C7B8AF background

This text has black color on #C7B8AF background.


White color preview on #C7B8AF background

This text has white color on #C7B8AF background.


Related colors

Complementary color

Complementary color for #hex is #384750.


I love getcolorcode.com

Triadic colors

1 #AFC7B8 and #B8AFC7 with #C7B8AF are triadic colors.

2 #AFB8C7 and #B8C7AF with #C7B8AF are triadic colors.