COLOR #C4BFAD

HEX: #C4BFAD
RGB: (196,191,173)

Color info

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

RGB color model

#C4BFAD color RGB value is (196,191,173).

  • red value is 196;
  • green value is 191;
  • blue value is 173.
RGB:
(196,191,173)
(77%,75%,68%)

RGB channels and saturation

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

196
191
173

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

Portions of RGB colors in percentages

R + G + B =
196 + 191 + 173 = 560 (100%)
R 196 of 560 ~ 35%
G 191 of 560 ~ 34.11%
B 173 of 560 ~ 30.89%

%35
%34.11
%30.89

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 2.55%
  • yellow value is 11.73%
  • key color value is 23.14%
CMYK:
(0,3,12,23)
C0M3Y12K23 
(0%,3%,12%,23%)
(0.00/0.03/0.12/0.23)	

CMYK percentages

%0
%2.55
%11.73
%23.14

Codes

Color #C4BFAD in popluar color models

C4BFAD
RGB196191173
HSL47°16.31%72.35%
HSB/HSV47°11.73%76.86%
CMYK0.00%2.55%11.73%
23.14%

Color #C4BFAD in popluar number systems.

HEXC4BFAD
Decimal196191173
Binary110001001011111110101101
Octal304277255

Shades and tints

Shades of #C4BFAD

#C4BFAD
(196,191,173)
#B3AE9E
(179,174,158)
#A29D8F
(162,157,143)
#918C80
(145,140,128)
#807B71
(128,123,113)
#6F6A62
(111,106,98)
#5E5953
(94,89,83)
#4D4844
(77,72,68)
#3C3735
(60,55,53)
#2B2626
(43,38,38)
#1A1517
(26,21,23)
#000000
(0,0,0)

Tints of #C4BFAD

#C4BFAD
(196,191,173)
#C9C4B4
(201,196,180)
#CEC9BB
(206,201,187)
#D3CEC2
(211,206,194)
#D8D3C9
(216,211,201)
#DDD8D0
(221,216,208)
#E2DDD7
(226,221,215)
#E7E2DE
(231,226,222)
#ECE7E5
(236,231,229)
#F1ECEC
(241,236,236)
#F6F1F3
(246,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4BFAD; }

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

This text font color is #C4BFAD.


Background Color

.myBgColor { background-color: #C4BFAD; }

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

This div background color is #C4BFAD.


Border color

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

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

This div border color is #C4BFAD.


Opacity

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

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

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

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

This text has shadow with #C4BFAD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4BFAD on black background.


Color preview on white background

This text has color #C4BFAD on white background.



Black color preview on #C4BFAD background

This text has black color on #C4BFAD background.


White color preview on #C4BFAD background

This text has white color on #C4BFAD background.