COLOR #C3AEA9

HEX: #C3AEA9
RGB: (195,174,169)

Color info

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

RGB color model

#C3AEA9 color RGB value is (195,174,169).

  • red value is 195;
  • green value is 174;
  • blue value is 169.
RGB:
(195,174,169)
(76%,68%,66%)

RGB channels and saturation

R 195 of 255 = 76%
G 174 of 255 = 68%
B 169 of 255 = 66%

195
174
169

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

Portions of RGB colors in percentages

R + G + B =
195 + 174 + 169 = 538 (100%)
R 195 of 538 ~ 36.25%
G 174 of 538 ~ 32.34%
B 169 of 538 ~ 31.41%

%36.25
%32.34
%31.41

CMYK color model

#C3AEA9 color CMYK value is (0,11,13,24).

  • cyan value is 0.00%
  • magenta value is 10.77%
  • yellow value is 13.33%
  • key color value is 23.53%
CMYK:
(0,11,13,24)
C0M11Y13K24 
(0%,11%,13%,24%)
(0.00/0.11/0.13/0.24)	

CMYK percentages

%0
%10.77
%13.33
%23.53

Codes

Color #C3AEA9 in popluar color models

C3AEA9
RGB195174169
HSL12°17.81%71.37%
HSB/HSV12°13.33%76.47%
CMYK0.00%10.77%13.33%
23.53%

Color #C3AEA9 in popluar number systems.

HEXC3AEA9
Decimal195174169
Binary110000111010111010101001
Octal303256251

Shades and tints

Shades of #C3AEA9

#C3AEA9
(195,174,169)
#B29F9A
(178,159,154)
#A1908B
(161,144,139)
#90817C
(144,129,124)
#7F726D
(127,114,109)
#6E635E
(110,99,94)
#5D544F
(93,84,79)
#4C4540
(76,69,64)
#3B3631
(59,54,49)
#2A2722
(42,39,34)
#191813
(25,24,19)
#000000
(0,0,0)

Tints of #C3AEA9

#C3AEA9
(195,174,169)
#C8B5B0
(200,181,176)
#CDBCB7
(205,188,183)
#D2C3BE
(210,195,190)
#D7CAC5
(215,202,197)
#DCD1CC
(220,209,204)
#E1D8D3
(225,216,211)
#E6DFDA
(230,223,218)
#EBE6E1
(235,230,225)
#F0EDE8
(240,237,232)
#F5F4EF
(245,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3AEA9 color. Also use rgb(195,174,169) instead hex code.

Text Font Color

.myTextColor { color: #C3AEA9; }

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

This text font color is #C3AEA9.


Background Color

.myBgColor { background-color: #C3AEA9; }

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

This div background color is #C3AEA9.


Border color

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

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

This div border color is #C3AEA9.


Opacity

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

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

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

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

This text has shadow with #C3AEA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3AEA9 on black background.


Color preview on white background

This text has color #C3AEA9 on white background.



Black color preview on #C3AEA9 background

This text has black color on #C3AEA9 background.


White color preview on #C3AEA9 background

This text has white color on #C3AEA9 background.