COLOR #C5BFAD

HEX: #C5BFAD RGB: (197,191,173)

Color info

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

RGB color model

#C5BFAD color RGB value is (197,191,173).

RGB: (197,191,173) (77%, 75%, 68%)

RGB channels and saturation

R 197 of 255 = 77%
G 191 of 255 = 75%
B 173 of 255 = 68%

197
191
173

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

Portions of RGB colors in percentages

R + G + B = 197 + 191 + 173 = 561 (100%)
R 197 of 561 ~ 35.12%
G 191 of 561 ~ 34.05%
B 173 of 561 ~ 30.84'%

%35.12
%34.05
%30.84

CMYK color model

#C5BFAD color CMYK value is (0,3,12,23).

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

CMYK: (0,3,12,23)
C0M3Y12K23 (0%, 3%, 12%, 23%)
(0.00 / 0.03 / 0.12 / 0.23)

CMYK percentages

%0
%3.05
%12.18
%22.75

Codes

Color #C5BFAD in popluar color models

C5 BF AD
RGB 197 191 173
HSL 45° 17.14% 72.55%
HSB/HSV 45° 12.18% 77.25%
CMYK 0.00% 3.05% 12.18%
22.75%

Color #C5BFAD in popluar number systems.

HEX C5 BF AD
Decimal 197 191 173
Binary 11000101 10111111 10101101
Octal 305 277 255

Shades and tints

Shades of #C5BFAD

#C5BFAD
(197,191,173)
#B4AE9E
(180,174,158)
#A39D8F
(163,157,143)
#928C80
(146,140,128)
#817B71
(129,123,113)
#706A62
(112,106,98)
#5F5953
(95,89,83)
#4E4844
(78,72,68)
#3D3735
(61,55,53)
#2C2626
(44,38,38)
#1B1517
(27,21,23)
#000000
(0,0,0)

Tints of #C5BFAD

#C5BFAD
(197,191,173)
#CAC4B4
(202,196,180)
#CFC9BB
(207,201,187)
#D4CEC2
(212,206,194)
#D9D3C9
(217,211,201)
#DED8D0
(222,216,208)
#E3DDD7
(227,221,215)
#E8E2DE
(232,226,222)
#EDE7E5
(237,231,229)
#F2ECEC
(242,236,236)
#F7F1F3
(247,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C5BFAD; }

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

This text font color is #C5BFAD.

Background Color

.myBgColor { background-color: #C5BFAD; }

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

This div background color is #C5BFAD.

Border color

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

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

This div border color is #C5BFAD.

Opacity

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

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

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

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

This text has shadow with #C5BFAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5BFAD.

Preview

Color preview on black background

This text has color #C5BFAD on black background.


Color preview on white background

This text has color #C5BFAD on white background.


Black color preview on #C5BFAD background

This text has black color on #C5BFAD background.


White color preview on #C5BFAD background

This text has white color on #C5BFAD background.


Related colors

Complementary color

Complementary color for #hex is #3A4052.


I love getcolorcode.com

Triadic colors

1 #ADC5BF and #BFADC5 with #C5BFAD are triadic colors.

2 #ADBFC5 and #BFC5AD with #C5BFAD are triadic colors.