COLOR #C5BFAA

HEX: #C5BFAA RGB: (197,191,170)

Color info

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

RGB color model

#C5BFAA color RGB value is (197,191,170).

RGB: (197,191,170) (77%, 75%, 67%)

RGB channels and saturation

R 197 of 255 = 77%
G 191 of 255 = 75%
B 170 of 255 = 67%

197
191
170

R + G + B ~ 73%. #C5BFAA is quite light color.

Portions of RGB colors in percentages

R + G + B = 197 + 191 + 170 = 558 (100%)
R 197 of 558 ~ 35.3%
G 191 of 558 ~ 34.23%
B 170 of 558 ~ 30.47'%

%35.3
%34.23
%30.47

CMYK color model

#C5BFAA color CMYK value is (0,3,14,23).

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

CMYK: (0,3,14,23)
C0M3Y14K23 (0%, 3%, 14%, 23%)
(0.00 / 0.03 / 0.14 / 0.23)

CMYK percentages

%0
%3.05
%13.71
%22.75

Codes

Color #C5BFAA in popluar color models

C5 BF AA
RGB 197 191 170
HSL 47° 18.88% 71.96%
HSB/HSV 47° 13.71% 77.25%
CMYK 0.00% 3.05% 13.71%
22.75%

Color #C5BFAA in popluar number systems.

HEX C5 BF AA
Decimal 197 191 170
Binary 11000101 10111111 10101010
Octal 305 277 252

Shades and tints

Shades of #C5BFAA

#C5BFAA
(197,191,170)
#B4AE9B
(180,174,155)
#A39D8C
(163,157,140)
#928C7D
(146,140,125)
#817B6E
(129,123,110)
#706A5F
(112,106,95)
#5F5950
(95,89,80)
#4E4841
(78,72,65)
#3D3732
(61,55,50)
#2C2623
(44,38,35)
#1B1514
(27,21,20)
#000000
(0,0,0)

Tints of #C5BFAA

#C5BFAA
(197,191,170)
#CAC4B1
(202,196,177)
#CFC9B8
(207,201,184)
#D4CEBF
(212,206,191)
#D9D3C6
(217,211,198)
#DED8CD
(222,216,205)
#E3DDD4
(227,221,212)
#E8E2DB
(232,226,219)
#EDE7E2
(237,231,226)
#F2ECE9
(242,236,233)
#F7F1F0
(247,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5BFAA; }

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

This text font color is #C5BFAA.

Background Color

.myBgColor { background-color: #C5BFAA; }

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

This div background color is #C5BFAA.

Border color

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

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

This div border color is #C5BFAA.

Opacity

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

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

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

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

This text has shadow with #C5BFAA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5BFAA.

Preview

Color preview on black background

This text has color #C5BFAA on black background.


Color preview on white background

This text has color #C5BFAA on white background.


Black color preview on #C5BFAA background

This text has black color on #C5BFAA background.


White color preview on #C5BFAA background

This text has white color on #C5BFAA background.


Related colors

Complementary color

Complementary color for #hex is #3A4055.


I love getcolorcode.com

Triadic colors

1 #AAC5BF and #BFAAC5 with #C5BFAA are triadic colors.

2 #AABFC5 and #BFC5AA with #C5BFAA are triadic colors.