COLOR #C5BFA7

HEX: #C5BFA7
RGB: (197,191,167)

Color info

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

RGB color model

#C5BFA7 color RGB value is (197,191,167).

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

RGB channels and saturation

R 197 of 255 = 77%
G 191 of 255 = 75%
B 167 of 255 = 65%

197
191
167

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

Portions of RGB colors in percentages

R + G + B =
197 + 191 + 167 = 555 (100%)
R 197 of 555 ~ 35.5%
G 191 of 555 ~ 34.41%
B 167 of 555 ~ 30.09%

%35.5
%34.41
%30.09

CMYK color model

#C5BFA7 color CMYK value is (0,3,15,23).

  • cyan value is 0.00%
  • magenta value is 3.05%
  • yellow value is 15.23%
  • key color value is 22.75%
CMYK:
(0,3,15,23)
C0M3Y15K23 
(0%,3%,15%,23%)
(0.00/0.03/0.15/0.23)	

CMYK percentages

%0
%3.05
%15.23
%22.75

Codes

Color #C5BFA7 in popluar color models

C5BFA7
RGB197191167
HSL48°20.55%71.37%
HSB/HSV48°15.23%77.25%
CMYK0.00%3.05%15.23%
22.75%

Color #C5BFA7 in popluar number systems.

HEXC5BFA7
Decimal197191167
Binary110001011011111110100111
Octal305277247

Shades and tints

Shades of #C5BFA7

#C5BFA7
(197,191,167)
#B4AE98
(180,174,152)
#A39D89
(163,157,137)
#928C7A
(146,140,122)
#817B6B
(129,123,107)
#706A5C
(112,106,92)
#5F594D
(95,89,77)
#4E483E
(78,72,62)
#3D372F
(61,55,47)
#2C2620
(44,38,32)
#1B1511
(27,21,17)
#000000
(0,0,0)

Tints of #C5BFA7

#C5BFA7
(197,191,167)
#CAC4AF
(202,196,175)
#CFC9B7
(207,201,183)
#D4CEBF
(212,206,191)
#D9D3C7
(217,211,199)
#DED8CF
(222,216,207)
#E3DDD7
(227,221,215)
#E8E2DF
(232,226,223)
#EDE7E7
(237,231,231)
#F2ECEF
(242,236,239)
#F7F1F7
(247,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5BFA7; }

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

This text font color is #C5BFA7.


Background Color

.myBgColor { background-color: #C5BFA7; }

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

This div background color is #C5BFA7.


Border color

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

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

This div border color is #C5BFA7.


Opacity

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

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

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

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

This text has shadow with #C5BFA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C5BFA7 on black background.


Color preview on white background

This text has color #C5BFA7 on white background.



Black color preview on #C5BFA7 background

This text has black color on #C5BFA7 background.


White color preview on #C5BFA7 background

This text has white color on #C5BFA7 background.