COLOR #C5BCAE

HEX: #C5BCAE
RGB: (197,188,174)

Color info

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

RGB color model

#C5BCAE color RGB value is (197,188,174).

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

RGB channels and saturation

R 197 of 255 = 77%
G 188 of 255 = 74%
B 174 of 255 = 68%

197
188
174

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

Portions of RGB colors in percentages

R + G + B =
197 + 188 + 174 = 559 (100%)
R 197 of 559 ~ 35.24%
G 188 of 559 ~ 33.63%
B 174 of 559 ~ 31.13%

%35.24
%33.63
%31.13

CMYK color model

#C5BCAE color CMYK value is (0,5,12,23).

  • cyan value is 0.00%
  • magenta value is 4.57%
  • yellow value is 11.68%
  • key color value is 22.75%
CMYK:
(0,5,12,23)
C0M5Y12K23 
(0%,5%,12%,23%)
(0.00/0.05/0.12/0.23)	

CMYK percentages

%0
%4.57
%11.68
%22.75

Codes

Color #C5BCAE in popluar color models

C5BCAE
RGB197188174
HSL37°16.55%72.75%
HSB/HSV37°11.68%77.25%
CMYK0.00%4.57%11.68%
22.75%

Color #C5BCAE in popluar number systems.

HEXC5BCAE
Decimal197188174
Binary110001011011110010101110
Octal305274256

Shades and tints

Shades of #C5BCAE

#C5BCAE
(197,188,174)
#B4AB9F
(180,171,159)
#A39A90
(163,154,144)
#928981
(146,137,129)
#817872
(129,120,114)
#706763
(112,103,99)
#5F5654
(95,86,84)
#4E4545
(78,69,69)
#3D3436
(61,52,54)
#2C2327
(44,35,39)
#1B1218
(27,18,24)
#000000
(0,0,0)

Tints of #C5BCAE

#C5BCAE
(197,188,174)
#CAC2B5
(202,194,181)
#CFC8BC
(207,200,188)
#D4CEC3
(212,206,195)
#D9D4CA
(217,212,202)
#DEDAD1
(222,218,209)
#E3E0D8
(227,224,216)
#E8E6DF
(232,230,223)
#EDECE6
(237,236,230)
#F2F2ED
(242,242,237)
#F7F8F4
(247,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5BCAE; }

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

This text font color is #C5BCAE.


Background Color

.myBgColor { background-color: #C5BCAE; }

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

This div background color is #C5BCAE.


Border color

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

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

This div border color is #C5BCAE.


Opacity

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

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

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

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

This text has shadow with #C5BCAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5BCAE on black background.


Color preview on white background

This text has color #C5BCAE on white background.



Black color preview on #C5BCAE background

This text has black color on #C5BCAE background.


White color preview on #C5BCAE background

This text has white color on #C5BCAE background.