COLOR #C5BDBF

HEX: #C5BDBF
RGB: (197,189,191)

Color info

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

RGB color model

#C5BDBF color RGB value is (197,189,191).

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

RGB channels and saturation

R 197 of 255 = 77%
G 189 of 255 = 74%
B 191 of 255 = 75%

197
189
191

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

Portions of RGB colors in percentages

R + G + B =
197 + 189 + 191 = 577 (100%)
R 197 of 577 ~ 34.14%
G 189 of 577 ~ 32.76%
B 191 of 577 ~ 33.1%

%34.14
%32.76
%33.1

CMYK color model

#C5BDBF color CMYK value is (0,4,3,23).

  • cyan value is 0.00%
  • magenta value is 4.06%
  • yellow value is 3.05%
  • key color value is 22.75%
CMYK:
(0,4,3,23)
C0M4Y3K23 
(0%,4%,3%,23%)
(0.00/0.04/0.03/0.23)	

CMYK percentages

%0
%4.06
%3.05
%22.75

Codes

Color #C5BDBF in popluar color models

C5BDBF
RGB197189191
HSL345°6.45%75.69%
HSB/HSV345°4.06%77.25%
CMYK0.00%4.06%3.05%
22.75%

Color #C5BDBF in popluar number systems.

HEXC5BDBF
Decimal197189191
Binary110001011011110110111111
Octal305275277

Shades and tints

Shades of #C5BDBF

#C5BDBF
(197,189,191)
#B4ACAE
(180,172,174)
#A39B9D
(163,155,157)
#928A8C
(146,138,140)
#81797B
(129,121,123)
#70686A
(112,104,106)
#5F5759
(95,87,89)
#4E4648
(78,70,72)
#3D3537
(61,53,55)
#2C2426
(44,36,38)
#1B1315
(27,19,21)
#000000
(0,0,0)

Tints of #C5BDBF

#C5BDBF
(197,189,191)
#CAC3C4
(202,195,196)
#CFC9C9
(207,201,201)
#D4CFCE
(212,207,206)
#D9D5D3
(217,213,211)
#DEDBD8
(222,219,216)
#E3E1DD
(227,225,221)
#E8E7E2
(232,231,226)
#EDEDE7
(237,237,231)
#F2F3EC
(242,243,236)
#F7F9F1
(247,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5BDBF; }

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

This text font color is #C5BDBF.


Background Color

.myBgColor { background-color: #C5BDBF; }

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

This div background color is #C5BDBF.


Border color

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

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

This div border color is #C5BDBF.


Opacity

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

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

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

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

This text has shadow with #C5BDBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5BDBF on black background.


Color preview on white background

This text has color #C5BDBF on white background.



Black color preview on #C5BDBF background

This text has black color on #C5BDBF background.


White color preview on #C5BDBF background

This text has white color on #C5BDBF background.