COLOR #C5B0BD

HEX: #C5B0BD
RGB: (197,176,189)

Color info

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

RGB color model

#C5B0BD color RGB value is (197,176,189).

  • red value is 197;
  • green value is 176;
  • blue value is 189.
RGB:
(197,176,189)
(77%,69%,74%)

RGB channels and saturation

R 197 of 255 = 77%
G 176 of 255 = 69%
B 189 of 255 = 74%

197
176
189

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

Portions of RGB colors in percentages

R + G + B =
197 + 176 + 189 = 562 (100%)
R 197 of 562 ~ 35.05%
G 176 of 562 ~ 31.32%
B 189 of 562 ~ 33.63%

%35.05
%31.32
%33.63

CMYK color model

#C5B0BD color CMYK value is (0,11,4,23).

  • cyan value is 0.00%
  • magenta value is 10.66%
  • yellow value is 4.06%
  • key color value is 22.75%
CMYK:
(0,11,4,23)
C0M11Y4K23 
(0%,11%,4%,23%)
(0.00/0.11/0.04/0.23)	

CMYK percentages

%0
%10.66
%4.06
%22.75

Codes

Color #C5B0BD in popluar color models

C5B0BD
RGB197176189
HSL323°15.33%73.14%
HSB/HSV323°10.66%77.25%
CMYK0.00%10.66%4.06%
22.75%

Color #C5B0BD in popluar number systems.

HEXC5B0BD
Decimal197176189
Binary110001011011000010111101
Octal305260275

Shades and tints

Shades of #C5B0BD

#C5B0BD
(197,176,189)
#B4A0AC
(180,160,172)
#A3909B
(163,144,155)
#92808A
(146,128,138)
#817079
(129,112,121)
#706068
(112,96,104)
#5F5057
(95,80,87)
#4E4046
(78,64,70)
#3D3035
(61,48,53)
#2C2024
(44,32,36)
#1B1013
(27,16,19)
#000000
(0,0,0)

Tints of #C5B0BD

#C5B0BD
(197,176,189)
#CAB7C3
(202,183,195)
#CFBEC9
(207,190,201)
#D4C5CF
(212,197,207)
#D9CCD5
(217,204,213)
#DED3DB
(222,211,219)
#E3DAE1
(227,218,225)
#E8E1E7
(232,225,231)
#EDE8ED
(237,232,237)
#F2EFF3
(242,239,243)
#F7F6F9
(247,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5B0BD color. Also use rgb(197,176,189) instead hex code.

Text Font Color

.myTextColor { color: #C5B0BD; }

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

This text font color is #C5B0BD.


Background Color

.myBgColor { background-color: #C5B0BD; }

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

This div background color is #C5B0BD.


Border color

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

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

This div border color is #C5B0BD.


Opacity

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

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

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

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

This text has shadow with #C5B0BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5B0BD on black background.


Color preview on white background

This text has color #C5B0BD on white background.



Black color preview on #C5B0BD background

This text has black color on #C5B0BD background.


White color preview on #C5B0BD background

This text has white color on #C5B0BD background.