COLOR #C5B3B6

HEX: #C5B3B6
RGB: (197,179,182)

Color info

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

RGB color model

#C5B3B6 color RGB value is (197,179,182).

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

RGB channels and saturation

R 197 of 255 = 77%
G 179 of 255 = 70%
B 182 of 255 = 71%

197
179
182

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

Portions of RGB colors in percentages

R + G + B =
197 + 179 + 182 = 558 (100%)
R 197 of 558 ~ 35.3%
G 179 of 558 ~ 32.08%
B 182 of 558 ~ 32.62%

%35.3
%32.08
%32.62

CMYK color model

#C5B3B6 color CMYK value is (0,9,8,23).

  • cyan value is 0.00%
  • magenta value is 9.14%
  • yellow value is 7.61%
  • key color value is 22.75%
CMYK:
(0,9,8,23)
C0M9Y8K23 
(0%,9%,8%,23%)
(0.00/0.09/0.08/0.23)	

CMYK percentages

%0
%9.14
%7.61
%22.75

Codes

Color #C5B3B6 in popluar color models

C5B3B6
RGB197179182
HSL350°13.43%73.73%
HSB/HSV350°9.14%77.25%
CMYK0.00%9.14%7.61%
22.75%

Color #C5B3B6 in popluar number systems.

HEXC5B3B6
Decimal197179182
Binary110001011011001110110110
Octal305263266

Shades and tints

Shades of #C5B3B6

#C5B3B6
(197,179,182)
#B4A3A6
(180,163,166)
#A39396
(163,147,150)
#928386
(146,131,134)
#817376
(129,115,118)
#706366
(112,99,102)
#5F5356
(95,83,86)
#4E4346
(78,67,70)
#3D3336
(61,51,54)
#2C2326
(44,35,38)
#1B1316
(27,19,22)
#000000
(0,0,0)

Tints of #C5B3B6

#C5B3B6
(197,179,182)
#CAB9BC
(202,185,188)
#CFBFC2
(207,191,194)
#D4C5C8
(212,197,200)
#D9CBCE
(217,203,206)
#DED1D4
(222,209,212)
#E3D7DA
(227,215,218)
#E8DDE0
(232,221,224)
#EDE3E6
(237,227,230)
#F2E9EC
(242,233,236)
#F7EFF2
(247,239,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5B3B6; }

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

This text font color is #C5B3B6.


Background Color

.myBgColor { background-color: #C5B3B6; }

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

This div background color is #C5B3B6.


Border color

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

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

This div border color is #C5B3B6.


Opacity

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

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

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

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

This text has shadow with #C5B3B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5B3B6 on black background.


Color preview on white background

This text has color #C5B3B6 on white background.



Black color preview on #C5B3B6 background

This text has black color on #C5B3B6 background.


White color preview on #C5B3B6 background

This text has white color on #C5B3B6 background.