COLOR #C5B2B0

HEX: #C5B2B0
RGB: (197,178,176)

Color info

#C5B2B0 contains red, green and blue colors in about the same proportion. Web safe color of #C5B2B0 is #CC9999 (or #C99).

RGB color model

#C5B2B0 color RGB value is (197,178,176).

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

RGB channels and saturation

R 197 of 255 = 77%
G 178 of 255 = 70%
B 176 of 255 = 69%

197
178
176

R + G + B ~ 72%. #C5B2B0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
197 + 178 + 176 = 551 (100%)
R 197 of 551 ~ 35.75%
G 178 of 551 ~ 32.3%
B 176 of 551 ~ 31.94%

%35.75
%32.3
%31.94

CMYK color model

#C5B2B0 color CMYK value is (0,10,11,23).

  • cyan value is 0.00%
  • magenta value is 9.64%
  • yellow value is 10.66%
  • key color value is 22.75%
CMYK:
(0,10,11,23)
C0M10Y11K23 
(0%,10%,11%,23%)
(0.00/0.10/0.11/0.23)	

CMYK percentages

%0
%9.64
%10.66
%22.75

Codes

Color #C5B2B0 in popluar color models

C5B2B0
RGB197178176
HSL15.33%73.14%
HSB/HSV10.66%77.25%
CMYK0.00%9.64%10.66%
22.75%

Color #C5B2B0 in popluar number systems.

HEXC5B2B0
Decimal197178176
Binary110001011011001010110000
Octal305262260

Shades and tints

Shades of #C5B2B0

#C5B2B0
(197,178,176)
#B4A2A0
(180,162,160)
#A39290
(163,146,144)
#928280
(146,130,128)
#817270
(129,114,112)
#706260
(112,98,96)
#5F5250
(95,82,80)
#4E4240
(78,66,64)
#3D3230
(61,50,48)
#2C2220
(44,34,32)
#1B1210
(27,18,16)
#000000
(0,0,0)

Tints of #C5B2B0

#C5B2B0
(197,178,176)
#CAB9B7
(202,185,183)
#CFC0BE
(207,192,190)
#D4C7C5
(212,199,197)
#D9CECC
(217,206,204)
#DED5D3
(222,213,211)
#E3DCDA
(227,220,218)
#E8E3E1
(232,227,225)
#EDEAE8
(237,234,232)
#F2F1EF
(242,241,239)
#F7F8F6
(247,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5B2B0; }

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

This text font color is #C5B2B0.


Background Color

.myBgColor { background-color: #C5B2B0; }

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

This div background color is #C5B2B0.


Border color

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

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

This div border color is #C5B2B0.


Opacity

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

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

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

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

This text has shadow with #C5B2B0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5B2B0 on black background.


Color preview on white background

This text has color #C5B2B0 on white background.



Black color preview on #C5B2B0 background

This text has black color on #C5B2B0 background.


White color preview on #C5B2B0 background

This text has white color on #C5B2B0 background.