COLOR #C5BBBF

HEX: #C5BBBF RGB: (197,187,191)

Color info

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

RGB color model

#C5BBBF color RGB value is (197,187,191).

RGB: (197,187,191) (77%, 73%, 75%)

RGB channels and saturation

R 197 of 255 = 77%
G 187 of 255 = 73%
B 191 of 255 = 75%

197
187
191

R + G + B ~ 75%. #C5BBBF is quite light color.

Portions of RGB colors in percentages

R + G + B = 197 + 187 + 191 = 575 (100%)
R 197 of 575 ~ 34.26%
G 187 of 575 ~ 32.52%
B 191 of 575 ~ 33.22'%

%34.26
%32.52
%33.22

CMYK color model

#C5BBBF color CMYK value is (0,5,3,23).

  • cyan value is 0.00%
  • magenta value is 5.08%
  • yellow value is 3.05%
  • key color value is 22.75%

CMYK: (0,5,3,23)
C0M5Y3K23 (0%, 5%, 3%, 23%)
(0.00 / 0.05 / 0.03 / 0.23)

CMYK percentages

%0
%5.08
%3.05
%22.75

Codes

Color #C5BBBF in popluar color models

C5 BB BF
RGB 197 187 191
HSL 336° 7.94% 75.29%
HSB/HSV 336° 5.08% 77.25%
CMYK 0.00% 5.08% 3.05%
22.75%

Color #C5BBBF in popluar number systems.

HEX C5 BB BF
Decimal 197 187 191
Binary 11000101 10111011 10111111
Octal 305 273 277

Shades and tints

Shades of #C5BBBF

#C5BBBF
(197,187,191)
#B4AAAE
(180,170,174)
#A3999D
(163,153,157)
#92888C
(146,136,140)
#81777B
(129,119,123)
#70666A
(112,102,106)
#5F5559
(95,85,89)
#4E4448
(78,68,72)
#3D3337
(61,51,55)
#2C2226
(44,34,38)
#1B1115
(27,17,21)
#000000
(0,0,0)

Tints of #C5BBBF

#C5BBBF
(197,187,191)
#CAC1C4
(202,193,196)
#CFC7C9
(207,199,201)
#D4CDCE
(212,205,206)
#D9D3D3
(217,211,211)
#DED9D8
(222,217,216)
#E3DFDD
(227,223,221)
#E8E5E2
(232,229,226)
#EDEBE7
(237,235,231)
#F2F1EC
(242,241,236)
#F7F7F1
(247,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5BBBF; }

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

This text font color is #C5BBBF.

Background Color

.myBgColor { background-color: #C5BBBF; }

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

This div background color is #C5BBBF.

Border color

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

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

This div border color is #C5BBBF.

Opacity

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

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

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

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

This text has shadow with #C5BBBF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5BBBF.

Preview

Color preview on black background

This text has color #C5BBBF on black background.


Color preview on white background

This text has color #C5BBBF on white background.


Black color preview on #C5BBBF background

This text has black color on #C5BBBF background.


White color preview on #C5BBBF background

This text has white color on #C5BBBF background.


Related colors

Complementary color

Complementary color for #hex is #3A4440.


I love getcolorcode.com

Triadic colors

1 #BFC5BB and #BBBFC5 with #C5BBBF are triadic colors.

2 #BFBBC5 and #BBC5BF with #C5BBBF are triadic colors.