COLOR #C4AFA6

HEX: #C4AFA6
RGB: (196,175,166)

Color info

#C4AFA6 contains red, green and blue colors in about the same proportion. Web safe color of #C4AFA6 is #CC9999 (or #C99).

RGB color model

#C4AFA6 color RGB value is (196,175,166).

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

RGB channels and saturation

R 196 of 255 = 77%
G 175 of 255 = 69%
B 166 of 255 = 65%

196
175
166

R + G + B ~ 70%. #C4AFA6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 175 + 166 = 537 (100%)
R 196 of 537 ~ 36.5%
G 175 of 537 ~ 32.59%
B 166 of 537 ~ 30.91%

%36.5
%32.59
%30.91

CMYK color model

#C4AFA6 color CMYK value is (0,11,15,23).

  • cyan value is 0.00%
  • magenta value is 10.71%
  • yellow value is 15.31%
  • key color value is 23.14%
CMYK:
(0,11,15,23)
C0M11Y15K23 
(0%,11%,15%,23%)
(0.00/0.11/0.15/0.23)	

CMYK percentages

%0
%10.71
%15.31
%23.14

Codes

Color #C4AFA6 in popluar color models

C4AFA6
RGB196175166
HSL18°20.27%70.98%
HSB/HSV18°15.31%76.86%
CMYK0.00%10.71%15.31%
23.14%

Color #C4AFA6 in popluar number systems.

HEXC4AFA6
Decimal196175166
Binary110001001010111110100110
Octal304257246

Shades and tints

Shades of #C4AFA6

#C4AFA6
(196,175,166)
#B3A097
(179,160,151)
#A29188
(162,145,136)
#918279
(145,130,121)
#80736A
(128,115,106)
#6F645B
(111,100,91)
#5E554C
(94,85,76)
#4D463D
(77,70,61)
#3C372E
(60,55,46)
#2B281F
(43,40,31)
#1A1910
(26,25,16)
#000000
(0,0,0)

Tints of #C4AFA6

#C4AFA6
(196,175,166)
#C9B6AE
(201,182,174)
#CEBDB6
(206,189,182)
#D3C4BE
(211,196,190)
#D8CBC6
(216,203,198)
#DDD2CE
(221,210,206)
#E2D9D6
(226,217,214)
#E7E0DE
(231,224,222)
#ECE7E6
(236,231,230)
#F1EEEE
(241,238,238)
#F6F5F6
(246,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4AFA6; }

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

This text font color is #C4AFA6.


Background Color

.myBgColor { background-color: #C4AFA6; }

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

This div background color is #C4AFA6.


Border color

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

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

This div border color is #C4AFA6.


Opacity

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

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

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

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

This text has shadow with #C4AFA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4AFA6 on black background.


Color preview on white background

This text has color #C4AFA6 on white background.



Black color preview on #C4AFA6 background

This text has black color on #C4AFA6 background.


White color preview on #C4AFA6 background

This text has white color on #C4AFA6 background.