COLOR #C4AFA9

HEX: #C4AFA9
RGB: (196,175,169)

Color info

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

RGB color model

#C4AFA9 color RGB value is (196,175,169).

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

RGB channels and saturation

R 196 of 255 = 77%
G 175 of 255 = 69%
B 169 of 255 = 66%

196
175
169

R + G + B ~ 71%. #C4AFA9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 175 + 169 = 540 (100%)
R 196 of 540 ~ 36.3%
G 175 of 540 ~ 32.41%
B 169 of 540 ~ 31.3%

%36.3
%32.41
%31.3

CMYK color model

#C4AFA9 color CMYK value is (0,11,14,23).

  • cyan value is 0.00%
  • magenta value is 10.71%
  • yellow value is 13.78%
  • key color value is 23.14%
CMYK:
(0,11,14,23)
C0M11Y14K23 
(0%,11%,14%,23%)
(0.00/0.11/0.14/0.23)	

CMYK percentages

%0
%10.71
%13.78
%23.14

Codes

Color #C4AFA9 in popluar color models

C4AFA9
RGB196175169
HSL13°18.62%71.57%
HSB/HSV13°13.78%76.86%
CMYK0.00%10.71%13.78%
23.14%

Color #C4AFA9 in popluar number systems.

HEXC4AFA9
Decimal196175169
Binary110001001010111110101001
Octal304257251

Shades and tints

Shades of #C4AFA9

#C4AFA9
(196,175,169)
#B3A09A
(179,160,154)
#A2918B
(162,145,139)
#91827C
(145,130,124)
#80736D
(128,115,109)
#6F645E
(111,100,94)
#5E554F
(94,85,79)
#4D4640
(77,70,64)
#3C3731
(60,55,49)
#2B2822
(43,40,34)
#1A1913
(26,25,19)
#000000
(0,0,0)

Tints of #C4AFA9

#C4AFA9
(196,175,169)
#C9B6B0
(201,182,176)
#CEBDB7
(206,189,183)
#D3C4BE
(211,196,190)
#D8CBC5
(216,203,197)
#DDD2CC
(221,210,204)
#E2D9D3
(226,217,211)
#E7E0DA
(231,224,218)
#ECE7E1
(236,231,225)
#F1EEE8
(241,238,232)
#F6F5EF
(246,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4AFA9; }

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

This text font color is #C4AFA9.


Background Color

.myBgColor { background-color: #C4AFA9; }

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

This div background color is #C4AFA9.


Border color

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

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

This div border color is #C4AFA9.


Opacity

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

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

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

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

This text has shadow with #C4AFA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4AFA9 on black background.


Color preview on white background

This text has color #C4AFA9 on white background.



Black color preview on #C4AFA9 background

This text has black color on #C4AFA9 background.


White color preview on #C4AFA9 background

This text has white color on #C4AFA9 background.