COLOR #C5B8BA

HEX: #C5B8BA
RGB: (197,184,186)

Color info

#C5B8BA contains red, green and blue colors in about the same proportion. Web safe color of #C5B8BA is #CCCCCC (or #CCC).

RGB color model

#C5B8BA color RGB value is (197,184,186).

  • red value is 197;
  • green value is 184;
  • blue value is 186.
RGB:
(197,184,186)
(77%,72%,73%)

RGB channels and saturation

R 197 of 255 = 77%
G 184 of 255 = 72%
B 186 of 255 = 73%

197
184
186

R + G + B ~ 74%. #C5B8BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 184 + 186 = 567 (100%)
R 197 of 567 ~ 34.74%
G 184 of 567 ~ 32.45%
B 186 of 567 ~ 32.8%

%34.74
%32.45
%32.8

CMYK color model

#C5B8BA color CMYK value is (0,7,6,23).

  • cyan value is 0.00%
  • magenta value is 6.60%
  • yellow value is 5.58%
  • key color value is 22.75%
CMYK:
(0,7,6,23)
C0M7Y6K23 
(0%,7%,6%,23%)
(0.00/0.07/0.06/0.23)	

CMYK percentages

%0
%6.6
%5.58
%22.75

Codes

Color #C5B8BA in popluar color models

C5B8BA
RGB197184186
HSL351°10.08%74.71%
HSB/HSV351°6.60%77.25%
CMYK0.00%6.60%5.58%
22.75%

Color #C5B8BA in popluar number systems.

HEXC5B8BA
Decimal197184186
Binary110001011011100010111010
Octal305270272

Shades and tints

Shades of #C5B8BA

#C5B8BA
(197,184,186)
#B4A8AA
(180,168,170)
#A3989A
(163,152,154)
#92888A
(146,136,138)
#81787A
(129,120,122)
#70686A
(112,104,106)
#5F585A
(95,88,90)
#4E484A
(78,72,74)
#3D383A
(61,56,58)
#2C282A
(44,40,42)
#1B181A
(27,24,26)
#000000
(0,0,0)

Tints of #C5B8BA

#C5B8BA
(197,184,186)
#CABEC0
(202,190,192)
#CFC4C6
(207,196,198)
#D4CACC
(212,202,204)
#D9D0D2
(217,208,210)
#DED6D8
(222,214,216)
#E3DCDE
(227,220,222)
#E8E2E4
(232,226,228)
#EDE8EA
(237,232,234)
#F2EEF0
(242,238,240)
#F7F4F6
(247,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5B8BA color. Also use rgb(197,184,186) instead hex code.

Text Font Color

.myTextColor { color: #C5B8BA; }

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

This text font color is #C5B8BA.


Background Color

.myBgColor { background-color: #C5B8BA; }

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

This div background color is #C5B8BA.


Border color

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

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

This div border color is #C5B8BA.


Opacity

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

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

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

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

This text has shadow with #C5B8BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5B8BA on black background.


Color preview on white background

This text has color #C5B8BA on white background.



Black color preview on #C5B8BA background

This text has black color on #C5B8BA background.


White color preview on #C5B8BA background

This text has white color on #C5B8BA background.