COLOR #C5B4BB

HEX: #C5B4BB RGB: (197,180,187)

Color info

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

RGB color model

#C5B4BB color RGB value is (197,180,187).

RGB: (197,180,187) (77%, 71%, 73%)

RGB channels and saturation

R 197 of 255 = 77%
G 180 of 255 = 71%
B 187 of 255 = 73%

197
180
187

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

Portions of RGB colors in percentages

R + G + B = 197 + 180 + 187 = 564 (100%)
R 197 of 564 ~ 34.93%
G 180 of 564 ~ 31.91%
B 187 of 564 ~ 33.16'%

%34.93
%31.91
%33.16

CMYK color model

#C5B4BB color CMYK value is (0,9,5,23).

  • cyan value is 0.00%
  • magenta value is 8.63%
  • yellow value is 5.08%
  • key color value is 22.75%
CMYK: (0,9,5,23) C0M9Y5K23 (0%,9%,5%,23%) (0.00/0.09/0.05/0.23) 

CMYK percentages

%0
%8.63
%5.08
%22.75

Codes

Color #C5B4BB in popluar color models

C5 B4 BB
RGB 197 180 187
HSL 335° 12.78% 73.92%
HSB/HSV 335° 8.63% 77.25%
CMYK 0.00% 8.63% 5.08%
22.75%

Color #C5B4BB in popluar number systems.

HEX C5 B4 BB
Decimal 197 180 187
Binary 11000101 10110100 10111011
Octal 305 264 273

Shades and tints

Shades of #C5B4BB

#C5B4BB
(197,180,187)
#B4A4AA
(180,164,170)
#A39499
(163,148,153)
#928488
(146,132,136)
#817477
(129,116,119)
#706466
(112,100,102)
#5F5455
(95,84,85)
#4E4444
(78,68,68)
#3D3433
(61,52,51)
#2C2422
(44,36,34)
#1B1411
(27,20,17)
#000000
(0,0,0)

Tints of #C5B4BB

#C5B4BB
(197,180,187)
#CABAC1
(202,186,193)
#CFC0C7
(207,192,199)
#D4C6CD
(212,198,205)
#D9CCD3
(217,204,211)
#DED2D9
(222,210,217)
#E3D8DF
(227,216,223)
#E8DEE5
(232,222,229)
#EDE4EB
(237,228,235)
#F2EAF1
(242,234,241)
#F7F0F7
(247,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5B4BB color. Also use rgb(197,180,187) instead hex code.

Text Font Color

.myTextColor { color: #C5B4BB; }

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

This text font color is #C5B4BB.

Background Color

.myBgColor { background-color: #C5B4BB; }

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

This div background color is #C5B4BB.

Border color

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

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

This div border color is #C5B4BB.

Opacity

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

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

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

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

This text has shadow with #C5B4BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5B4BB.

Preview

Color preview on black background

This text has color #C5B4BB on black background.


Color preview on white background

This text has color #C5B4BB on white background.


Black color preview on #C5B4BB background

This text has black color on #C5B4BB background.


White color preview on #C5B4BB background

This text has white color on #C5B4BB background.


Related colors

Complementary color

Complementary color for #hex is #3A4B44.


I love getcolorcode.com

Triadic colors

1 #BBC5B4 and #B4BBC5 with #C5B4BB are triadic colors.

2 #BBB4C5 and #B4C5BB with #C5B4BB are triadic colors.