COLOR #C5B6AE

HEX: #C5B6AE
RGB: (197,182,174)

Color info

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

RGB color model

#C5B6AE color RGB value is (197,182,174).

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

RGB channels and saturation

R 197 of 255 = 77%
G 182 of 255 = 71%
B 174 of 255 = 68%

197
182
174

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

Portions of RGB colors in percentages

R + G + B =
197 + 182 + 174 = 553 (100%)
R 197 of 553 ~ 35.62%
G 182 of 553 ~ 32.91%
B 174 of 553 ~ 31.46%

%35.62
%32.91
%31.46

CMYK color model

#C5B6AE color CMYK value is (0,8,12,23).

  • cyan value is 0.00%
  • magenta value is 7.61%
  • yellow value is 11.68%
  • key color value is 22.75%
CMYK:
(0,8,12,23)
C0M8Y12K23 
(0%,8%,12%,23%)
(0.00/0.08/0.12/0.23)	

CMYK percentages

%0
%7.61
%11.68
%22.75

Codes

Color #C5B6AE in popluar color models

C5B6AE
RGB197182174
HSL21°16.55%72.75%
HSB/HSV21°11.68%77.25%
CMYK0.00%7.61%11.68%
22.75%

Color #C5B6AE in popluar number systems.

HEXC5B6AE
Decimal197182174
Binary110001011011011010101110
Octal305266256

Shades and tints

Shades of #C5B6AE

#C5B6AE
(197,182,174)
#B4A69F
(180,166,159)
#A39690
(163,150,144)
#928681
(146,134,129)
#817672
(129,118,114)
#706663
(112,102,99)
#5F5654
(95,86,84)
#4E4645
(78,70,69)
#3D3636
(61,54,54)
#2C2627
(44,38,39)
#1B1618
(27,22,24)
#000000
(0,0,0)

Tints of #C5B6AE

#C5B6AE
(197,182,174)
#CABCB5
(202,188,181)
#CFC2BC
(207,194,188)
#D4C8C3
(212,200,195)
#D9CECA
(217,206,202)
#DED4D1
(222,212,209)
#E3DAD8
(227,218,216)
#E8E0DF
(232,224,223)
#EDE6E6
(237,230,230)
#F2ECED
(242,236,237)
#F7F2F4
(247,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5B6AE; }

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

This text font color is #C5B6AE.


Background Color

.myBgColor { background-color: #C5B6AE; }

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

This div background color is #C5B6AE.


Border color

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

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

This div border color is #C5B6AE.


Opacity

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

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

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

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

This text has shadow with #C5B6AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5B6AE on black background.


Color preview on white background

This text has color #C5B6AE on white background.



Black color preview on #C5B6AE background

This text has black color on #C5B6AE background.


White color preview on #C5B6AE background

This text has white color on #C5B6AE background.