COLOR #C5B6AF

HEX: #C5B6AF
RGB: (197,182,175)

Color info

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

RGB color model

#C5B6AF color RGB value is (197,182,175).

  • red value is 197;
  • green value is 182;
  • blue value is 175.
RGB:
(197,182,175)
(77%,71%,69%)

RGB channels and saturation

R 197 of 255 = 77%
G 182 of 255 = 71%
B 175 of 255 = 69%

197
182
175

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

Portions of RGB colors in percentages

R + G + B =
197 + 182 + 175 = 554 (100%)
R 197 of 554 ~ 35.56%
G 182 of 554 ~ 32.85%
B 175 of 554 ~ 31.59%

%35.56
%32.85
%31.59

CMYK color model

#C5B6AF color CMYK value is (0,8,11,23).

  • cyan value is 0.00%
  • magenta value is 7.61%
  • yellow value is 11.17%
  • key color value is 22.75%
CMYK:
(0,8,11,23)
C0M8Y11K23 
(0%,8%,11%,23%)
(0.00/0.08/0.11/0.23)	

CMYK percentages

%0
%7.61
%11.17
%22.75

Codes

Color #C5B6AF in popluar color models

C5B6AF
RGB197182175
HSL19°15.94%72.94%
HSB/HSV19°11.17%77.25%
CMYK0.00%7.61%11.17%
22.75%

Color #C5B6AF in popluar number systems.

HEXC5B6AF
Decimal197182175
Binary110001011011011010101111
Octal305266257

Shades and tints

Shades of #C5B6AF

#C5B6AF
(197,182,175)
#B4A6A0
(180,166,160)
#A39691
(163,150,145)
#928682
(146,134,130)
#817673
(129,118,115)
#706664
(112,102,100)
#5F5655
(95,86,85)
#4E4646
(78,70,70)
#3D3637
(61,54,55)
#2C2628
(44,38,40)
#1B1619
(27,22,25)
#000000
(0,0,0)

Tints of #C5B6AF

#C5B6AF
(197,182,175)
#CABCB6
(202,188,182)
#CFC2BD
(207,194,189)
#D4C8C4
(212,200,196)
#D9CECB
(217,206,203)
#DED4D2
(222,212,210)
#E3DAD9
(227,218,217)
#E8E0E0
(232,224,224)
#EDE6E7
(237,230,231)
#F2ECEE
(242,236,238)
#F7F2F5
(247,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5B6AF color. Also use rgb(197,182,175) instead hex code.

Text Font Color

.myTextColor { color: #C5B6AF; }

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

This text font color is #C5B6AF.


Background Color

.myBgColor { background-color: #C5B6AF; }

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

This div background color is #C5B6AF.


Border color

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

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

This div border color is #C5B6AF.


Opacity

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

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

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

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

This text has shadow with #C5B6AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5B6AF on black background.


Color preview on white background

This text has color #C5B6AF on white background.



Black color preview on #C5B6AF background

This text has black color on #C5B6AF background.


White color preview on #C5B6AF background

This text has white color on #C5B6AF background.