COLOR #C5B9BA

HEX: #C5B9BA
RGB: (197,185,186)

Color info

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

RGB color model

#C5B9BA color RGB value is (197,185,186).

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

RGB channels and saturation

R 197 of 255 = 77%
G 185 of 255 = 73%
B 186 of 255 = 73%

197
185
186

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

Portions of RGB colors in percentages

R + G + B =
197 + 185 + 186 = 568 (100%)
R 197 of 568 ~ 34.68%
G 185 of 568 ~ 32.57%
B 186 of 568 ~ 32.75%

%34.68
%32.57
%32.75

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 6.09%
  • yellow value is 5.58%
  • key color value is 22.75%
CMYK:
(0,6,6,23)
C0M6Y6K23 
(0%,6%,6%,23%)
(0.00/0.06/0.06/0.23)	

CMYK percentages

%0
%6.09
%5.58
%22.75

Codes

Color #C5B9BA in popluar color models

C5B9BA
RGB197185186
HSL355°9.38%74.90%
HSB/HSV355°6.09%77.25%
CMYK0.00%6.09%5.58%
22.75%

Color #C5B9BA in popluar number systems.

HEXC5B9BA
Decimal197185186
Binary110001011011100110111010
Octal305271272

Shades and tints

Shades of #C5B9BA

#C5B9BA
(197,185,186)
#B4A9AA
(180,169,170)
#A3999A
(163,153,154)
#92898A
(146,137,138)
#81797A
(129,121,122)
#70696A
(112,105,106)
#5F595A
(95,89,90)
#4E494A
(78,73,74)
#3D393A
(61,57,58)
#2C292A
(44,41,42)
#1B191A
(27,25,26)
#000000
(0,0,0)

Tints of #C5B9BA

#C5B9BA
(197,185,186)
#CABFC0
(202,191,192)
#CFC5C6
(207,197,198)
#D4CBCC
(212,203,204)
#D9D1D2
(217,209,210)
#DED7D8
(222,215,216)
#E3DDDE
(227,221,222)
#E8E3E4
(232,227,228)
#EDE9EA
(237,233,234)
#F2EFF0
(242,239,240)
#F7F5F6
(247,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5B9BA; }

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

This text font color is #C5B9BA.


Background Color

.myBgColor { background-color: #C5B9BA; }

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

This div background color is #C5B9BA.


Border color

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

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

This div border color is #C5B9BA.


Opacity

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

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

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

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

This text has shadow with #C5B9BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5B9BA on black background.


Color preview on white background

This text has color #C5B9BA on white background.



Black color preview on #C5B9BA background

This text has black color on #C5B9BA background.


White color preview on #C5B9BA background

This text has white color on #C5B9BA background.