COLOR #C5B6BF

HEX: #C5B6BF
RGB: (197,182,191)

Color info

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

RGB color model

#C5B6BF color RGB value is (197,182,191).

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

RGB channels and saturation

R 197 of 255 = 77%
G 182 of 255 = 71%
B 191 of 255 = 75%

197
182
191

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

Portions of RGB colors in percentages

R + G + B =
197 + 182 + 191 = 570 (100%)
R 197 of 570 ~ 34.56%
G 182 of 570 ~ 31.93%
B 191 of 570 ~ 33.51%

%34.56
%31.93
%33.51

CMYK color model

#C5B6BF color CMYK value is (0,8,3,23).

  • cyan value is 0.00%
  • magenta value is 7.61%
  • yellow value is 3.05%
  • key color value is 22.75%
CMYK:
(0,8,3,23)
C0M8Y3K23 
(0%,8%,3%,23%)
(0.00/0.08/0.03/0.23)	

CMYK percentages

%0
%7.61
%3.05
%22.75

Codes

Color #C5B6BF in popluar color models

C5B6BF
RGB197182191
HSL324°11.45%74.31%
HSB/HSV324°7.61%77.25%
CMYK0.00%7.61%3.05%
22.75%

Color #C5B6BF in popluar number systems.

HEXC5B6BF
Decimal197182191
Binary110001011011011010111111
Octal305266277

Shades and tints

Shades of #C5B6BF

#C5B6BF
(197,182,191)
#B4A6AE
(180,166,174)
#A3969D
(163,150,157)
#92868C
(146,134,140)
#81767B
(129,118,123)
#70666A
(112,102,106)
#5F5659
(95,86,89)
#4E4648
(78,70,72)
#3D3637
(61,54,55)
#2C2626
(44,38,38)
#1B1615
(27,22,21)
#000000
(0,0,0)

Tints of #C5B6BF

#C5B6BF
(197,182,191)
#CABCC4
(202,188,196)
#CFC2C9
(207,194,201)
#D4C8CE
(212,200,206)
#D9CED3
(217,206,211)
#DED4D8
(222,212,216)
#E3DADD
(227,218,221)
#E8E0E2
(232,224,226)
#EDE6E7
(237,230,231)
#F2ECEC
(242,236,236)
#F7F2F1
(247,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5B6BF; }

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

This text font color is #C5B6BF.


Background Color

.myBgColor { background-color: #C5B6BF; }

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

This div background color is #C5B6BF.


Border color

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

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

This div border color is #C5B6BF.


Opacity

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

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

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

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

This text has shadow with #C5B6BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5B6BF on black background.


Color preview on white background

This text has color #C5B6BF on white background.



Black color preview on #C5B6BF background

This text has black color on #C5B6BF background.


White color preview on #C5B6BF background

This text has white color on #C5B6BF background.