COLOR #C4B8AF

HEX: #C4B8AF
RGB: (196,184,175)

Color info

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

RGB color model

#C4B8AF color RGB value is (196,184,175).

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

RGB channels and saturation

R 196 of 255 = 77%
G 184 of 255 = 72%
B 175 of 255 = 69%

196
184
175

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

Portions of RGB colors in percentages

R + G + B =
196 + 184 + 175 = 555 (100%)
R 196 of 555 ~ 35.32%
G 184 of 555 ~ 33.15%
B 175 of 555 ~ 31.53%

%35.32
%33.15
%31.53

CMYK color model

#C4B8AF color CMYK value is (0,6,11,23).

  • cyan value is 0.00%
  • magenta value is 6.12%
  • yellow value is 10.71%
  • key color value is 23.14%
CMYK: (0,6,11,23) C0M6Y11K23 (0%,6%,11%,23%) (0.00/0.06/0.11/0.23)

CMYK percentages

%0
%6.12
%10.71
%23.14

Codes

Color #C4B8AF in popluar color models

C4B8AF
RGB196184175
HSL26°15.11%72.75%
HSB/HSV26°10.71%76.86%
CMYK0.00%6.12%10.71%
23.14%

Color #C4B8AF in popluar number systems.

HEXC4B8AF
Decimal196184175
Binary110001001011100010101111
Octal304270257

Shades and tints

Shades of #C4B8AF

#C4B8AF
(196,184,175)
#B3A8A0
(179,168,160)
#A29891
(162,152,145)
#918882
(145,136,130)
#807873
(128,120,115)
#6F6864
(111,104,100)
#5E5855
(94,88,85)
#4D4846
(77,72,70)
#3C3837
(60,56,55)
#2B2828
(43,40,40)
#1A1819
(26,24,25)
#000000
(0,0,0)

Tints of #C4B8AF

#C4B8AF
(196,184,175)
#C9BEB6
(201,190,182)
#CEC4BD
(206,196,189)
#D3CAC4
(211,202,196)
#D8D0CB
(216,208,203)
#DDD6D2
(221,214,210)
#E2DCD9
(226,220,217)
#E7E2E0
(231,226,224)
#ECE8E7
(236,232,231)
#F1EEEE
(241,238,238)
#F6F4F5
(246,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4B8AF; }

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

This text font color is #C4B8AF.


Background Color

.myBgColor { background-color: #C4B8AF; }

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

This div background color is #C4B8AF.


Border color

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

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

This div border color is #C4B8AF.


Opacity

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

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

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

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

This text has shadow with #C4B8AF color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #C4B8AF on black background.


Color preview on white background

This text has color #C4B8AF on white background.



Black color preview on #C4B8AF background

This text has black color on #C4B8AF background.


White color preview on #C4B8AF background

This text has white color on #C4B8AF background.