COLOR #C5BFB2

HEX: #C5BFB2
RGB: (197,191,178)

Color info

#C5BFB2 contains red, green and blue colors in about the same proportion. Web safe color of #C5BFB2 is #CCCC99 (or #CC9).

RGB color model

#C5BFB2 color RGB value is (197,191,178).

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

RGB channels and saturation

R 197 of 255 = 77%
G 191 of 255 = 75%
B 178 of 255 = 70%

197
191
178

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

Portions of RGB colors in percentages

R + G + B =
197 + 191 + 178 = 566 (100%)
R 197 of 566 ~ 34.81%
G 191 of 566 ~ 33.75%
B 178 of 566 ~ 31.45%

%34.81
%33.75
%31.45

CMYK color model

#C5BFB2 color CMYK value is (0,3,10,23).

  • cyan value is 0.00%
  • magenta value is 3.05%
  • yellow value is 9.64%
  • key color value is 22.75%
CMYK: (0,3,10,23) C0M3Y10K23 (0%,3%,10%,23%) (0.00/0.03/0.10/0.23)

CMYK percentages

%0
%3.05
%9.64
%22.75

Codes

Color #C5BFB2 in popluar color models

C5BFB2
RGB197191178
HSL41°14.07%73.53%
HSB/HSV41°9.64%77.25%
CMYK0.00%3.05%9.64%
22.75%

Color #C5BFB2 in popluar number systems.

HEXC5BFB2
Decimal197191178
Binary110001011011111110110010
Octal305277262

Shades and tints

Shades of #C5BFB2

#C5BFB2
(197,191,178)
#B4AEA2
(180,174,162)
#A39D92
(163,157,146)
#928C82
(146,140,130)
#817B72
(129,123,114)
#706A62
(112,106,98)
#5F5952
(95,89,82)
#4E4842
(78,72,66)
#3D3732
(61,55,50)
#2C2622
(44,38,34)
#1B1512
(27,21,18)
#000000
(0,0,0)

Tints of #C5BFB2

#C5BFB2
(197,191,178)
#CAC4B9
(202,196,185)
#CFC9C0
(207,201,192)
#D4CEC7
(212,206,199)
#D9D3CE
(217,211,206)
#DED8D5
(222,216,213)
#E3DDDC
(227,221,220)
#E8E2E3
(232,226,227)
#EDE7EA
(237,231,234)
#F2ECF1
(242,236,241)
#F7F1F8
(247,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5BFB2; }

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

This text font color is #C5BFB2.


Background Color

.myBgColor { background-color: #C5BFB2; }

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

This div background color is #C5BFB2.


Border color

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

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

This div border color is #C5BFB2.


Opacity

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

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

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

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

This text has shadow with #C5BFB2 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #C5BFB2 on black background.


Color preview on white background

This text has color #C5BFB2 on white background.



Black color preview on #C5BFB2 background

This text has black color on #C5BFB2 background.


White color preview on #C5BFB2 background

This text has white color on #C5BFB2 background.