COLOR #C4B4AF

HEX: #C4B4AF
RGB: (196,180,175)

Color info

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

RGB color model

#C4B4AF color RGB value is (196,180,175).

  • red value is 196;
  • green value is 180;
  • blue value is 175.
RGB:
(196,180,175)
(77%,71%,69%)

RGB channels and saturation

R 196 of 255 = 77%
G 180 of 255 = 71%
B 175 of 255 = 69%

196
180
175

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

Portions of RGB colors in percentages

R + G + B =
196 + 180 + 175 = 551 (100%)
R 196 of 551 ~ 35.57%
G 180 of 551 ~ 32.67%
B 175 of 551 ~ 31.76%

%35.57
%32.67
%31.76

CMYK color model

#C4B4AF color CMYK value is (0,8,11,23).

  • cyan value is 0.00%
  • magenta value is 8.16%
  • yellow value is 10.71%
  • key color value is 23.14%
CMYK:
(0,8,11,23)
C0M8Y11K23 
(0%,8%,11%,23%)
(0.00/0.08/0.11/0.23)	

CMYK percentages

%0
%8.16
%10.71
%23.14

Codes

Color #C4B4AF in popluar color models

C4B4AF
RGB196180175
HSL14°15.11%72.75%
HSB/HSV14°10.71%76.86%
CMYK0.00%8.16%10.71%
23.14%

Color #C4B4AF in popluar number systems.

HEXC4B4AF
Decimal196180175
Binary110001001011010010101111
Octal304264257

Shades and tints

Shades of #C4B4AF

#C4B4AF
(196,180,175)
#B3A4A0
(179,164,160)
#A29491
(162,148,145)
#918482
(145,132,130)
#807473
(128,116,115)
#6F6464
(111,100,100)
#5E5455
(94,84,85)
#4D4446
(77,68,70)
#3C3437
(60,52,55)
#2B2428
(43,36,40)
#1A1419
(26,20,25)
#000000
(0,0,0)

Tints of #C4B4AF

#C4B4AF
(196,180,175)
#C9BAB6
(201,186,182)
#CEC0BD
(206,192,189)
#D3C6C4
(211,198,196)
#D8CCCB
(216,204,203)
#DDD2D2
(221,210,210)
#E2D8D9
(226,216,217)
#E7DEE0
(231,222,224)
#ECE4E7
(236,228,231)
#F1EAEE
(241,234,238)
#F6F0F5
(246,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4B4AF color. Also use rgb(196,180,175) instead hex code.

Text Font Color

.myTextColor { color: #C4B4AF; }

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

This text font color is #C4B4AF.


Background Color

.myBgColor { background-color: #C4B4AF; }

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

This div background color is #C4B4AF.


Border color

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

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

This div border color is #C4B4AF.


Opacity

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

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

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

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

This text has shadow with #C4B4AF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4B4AF on black background.


Color preview on white background

This text has color #C4B4AF on white background.



Black color preview on #C4B4AF background

This text has black color on #C4B4AF background.


White color preview on #C4B4AF background

This text has white color on #C4B4AF background.