COLOR #C4BFAE

HEX: #C4BFAE
RGB: (196,191,174)

Color info

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

RGB color model

#C4BFAE color RGB value is (196,191,174).

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

RGB channels and saturation

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

196
191
174

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

Portions of RGB colors in percentages

R + G + B =
196 + 191 + 174 = 561 (100%)
R 196 of 561 ~ 34.94%
G 191 of 561 ~ 34.05%
B 174 of 561 ~ 31.02%

%34.94
%34.05
%31.02

CMYK color model

#C4BFAE color CMYK value is (0,3,11,23).

  • cyan value is 0.00%
  • magenta value is 2.55%
  • yellow value is 11.22%
  • key color value is 23.14%
CMYK:
(0,3,11,23)
C0M3Y11K23 
(0%,3%,11%,23%)
(0.00/0.03/0.11/0.23)	

CMYK percentages

%0
%2.55
%11.22
%23.14

Codes

Color #C4BFAE in popluar color models

C4BFAE
RGB196191174
HSL46°15.71%72.55%
HSB/HSV46°11.22%76.86%
CMYK0.00%2.55%11.22%
23.14%

Color #C4BFAE in popluar number systems.

HEXC4BFAE
Decimal196191174
Binary110001001011111110101110
Octal304277256

Shades and tints

Shades of #C4BFAE

#C4BFAE
(196,191,174)
#B3AE9F
(179,174,159)
#A29D90
(162,157,144)
#918C81
(145,140,129)
#807B72
(128,123,114)
#6F6A63
(111,106,99)
#5E5954
(94,89,84)
#4D4845
(77,72,69)
#3C3736
(60,55,54)
#2B2627
(43,38,39)
#1A1518
(26,21,24)
#000000
(0,0,0)

Tints of #C4BFAE

#C4BFAE
(196,191,174)
#C9C4B5
(201,196,181)
#CEC9BC
(206,201,188)
#D3CEC3
(211,206,195)
#D8D3CA
(216,211,202)
#DDD8D1
(221,216,209)
#E2DDD8
(226,221,216)
#E7E2DF
(231,226,223)
#ECE7E6
(236,231,230)
#F1ECED
(241,236,237)
#F6F1F4
(246,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4BFAE; }

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

This text font color is #C4BFAE.


Background Color

.myBgColor { background-color: #C4BFAE; }

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

This div background color is #C4BFAE.


Border color

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

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

This div border color is #C4BFAE.


Opacity

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

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

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

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

This text has shadow with #C4BFAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4BFAE on black background.


Color preview on white background

This text has color #C4BFAE on white background.



Black color preview on #C4BFAE background

This text has black color on #C4BFAE background.


White color preview on #C4BFAE background

This text has white color on #C4BFAE background.