COLOR #C5B1BA

HEX: #C5B1BA
RGB: (197,177,186)

Color info

#C5B1BA contains red, green and blue colors in about the same proportion. Web safe color of #C5B1BA is #CC99CC (or #C9C).

RGB color model

#C5B1BA color RGB value is (197,177,186).

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

RGB channels and saturation

R 197 of 255 = 77%
G 177 of 255 = 69%
B 186 of 255 = 73%

197
177
186

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

Portions of RGB colors in percentages

R + G + B =
197 + 177 + 186 = 560 (100%)
R 197 of 560 ~ 35.18%
G 177 of 560 ~ 31.61%
B 186 of 560 ~ 33.21%

%35.18
%31.61
%33.21

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 10.15%
  • yellow value is 5.58%
  • key color value is 22.75%
CMYK:
(0,10,6,23)
C0M10Y6K23 
(0%,10%,6%,23%)
(0.00/0.10/0.06/0.23)	

CMYK percentages

%0
%10.15
%5.58
%22.75

Codes

Color #C5B1BA in popluar color models

C5B1BA
RGB197177186
HSL333°14.71%73.33%
HSB/HSV333°10.15%77.25%
CMYK0.00%10.15%5.58%
22.75%

Color #C5B1BA in popluar number systems.

HEXC5B1BA
Decimal197177186
Binary110001011011000110111010
Octal305261272

Shades and tints

Shades of #C5B1BA

#C5B1BA
(197,177,186)
#B4A1AA
(180,161,170)
#A3919A
(163,145,154)
#92818A
(146,129,138)
#81717A
(129,113,122)
#70616A
(112,97,106)
#5F515A
(95,81,90)
#4E414A
(78,65,74)
#3D313A
(61,49,58)
#2C212A
(44,33,42)
#1B111A
(27,17,26)
#000000
(0,0,0)

Tints of #C5B1BA

#C5B1BA
(197,177,186)
#CAB8C0
(202,184,192)
#CFBFC6
(207,191,198)
#D4C6CC
(212,198,204)
#D9CDD2
(217,205,210)
#DED4D8
(222,212,216)
#E3DBDE
(227,219,222)
#E8E2E4
(232,226,228)
#EDE9EA
(237,233,234)
#F2F0F0
(242,240,240)
#F7F7F6
(247,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5B1BA; }

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

This text font color is #C5B1BA.


Background Color

.myBgColor { background-color: #C5B1BA; }

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

This div background color is #C5B1BA.


Border color

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

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

This div border color is #C5B1BA.


Opacity

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

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

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

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

This text has shadow with #C5B1BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5B1BA on black background.


Color preview on white background

This text has color #C5B1BA on white background.



Black color preview on #C5B1BA background

This text has black color on #C5B1BA background.


White color preview on #C5B1BA background

This text has white color on #C5B1BA background.