COLOR #C4BFA0

HEX: #C4BFA0 RGB: (196,191,160)

Color info

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

RGB color model

#C4BFA0 color RGB value is (196,191,160).

RGB: (196,191,160) (77%, 75%, 63%)

RGB channels and saturation

R 196 of 255 = 77%
G 191 of 255 = 75%
B 160 of 255 = 63%

196
191
160

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

Portions of RGB colors in percentages

R + G + B = 196 + 191 + 160 = 547 (100%)
R 196 of 547 ~ 35.83%
G 191 of 547 ~ 34.92%
B 160 of 547 ~ 29.25'%

%35.83
%34.92
%29.25

CMYK color model

#C4BFA0 color CMYK value is (0,3,18,23).

  • cyan value is 0.00%
  • magenta value is 2.55%
  • yellow value is 18.37%
  • key color value is 23.14%

CMYK: (0,3,18,23)
C0M3Y18K23 (0%, 3%, 18%, 23%)
(0.00 / 0.03 / 0.18 / 0.23)

CMYK percentages

%0
%2.55
%18.37
%23.14

Codes

Color #C4BFA0 in popluar color models

C4 BF A0
RGB 196 191 160
HSL 52° 23.38% 69.80%
HSB/HSV 52° 18.37% 76.86%
CMYK 0.00% 2.55% 18.37%
23.14%

Color #C4BFA0 in popluar number systems.

HEX C4 BF A0
Decimal 196 191 160
Binary 11000100 10111111 10100000
Octal 304 277 240

Shades and tints

Shades of #C4BFA0

#C4BFA0
(196,191,160)
#B3AE92
(179,174,146)
#A29D84
(162,157,132)
#918C76
(145,140,118)
#807B68
(128,123,104)
#6F6A5A
(111,106,90)
#5E594C
(94,89,76)
#4D483E
(77,72,62)
#3C3730
(60,55,48)
#2B2622
(43,38,34)
#1A1514
(26,21,20)
#000000
(0,0,0)

Tints of #C4BFA0

#C4BFA0
(196,191,160)
#C9C4A8
(201,196,168)
#CEC9B0
(206,201,176)
#D3CEB8
(211,206,184)
#D8D3C0
(216,211,192)
#DDD8C8
(221,216,200)
#E2DDD0
(226,221,208)
#E7E2D8
(231,226,216)
#ECE7E0
(236,231,224)
#F1ECE8
(241,236,232)
#F6F1F0
(246,241,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4BFA0 color. Also use rgb(196,191,160) instead hex code.

Text Font Color

.myTextColor { color: #C4BFA0; }

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

This text font color is #C4BFA0.

Background Color

.myBgColor { background-color: #C4BFA0; }

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

This div background color is #C4BFA0.

Border color

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

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

This div border color is #C4BFA0.

Opacity

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

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

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

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

This text has shadow with #C4BFA0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4BFA0.

Preview

Color preview on black background

This text has color #C4BFA0 on black background.


Color preview on white background

This text has color #C4BFA0 on white background.


Black color preview on #C4BFA0 background

This text has black color on #C4BFA0 background.


White color preview on #C4BFA0 background

This text has white color on #C4BFA0 background.


Related colors

Complementary color

Complementary color for #hex is #3B405F.


I love getcolorcode.com

Triadic colors

1 #A0C4BF and #BFA0C4 with #C4BFA0 are triadic colors.

2 #A0BFC4 and #BFC4A0 with #C4BFA0 are triadic colors.