COLOR #C3AEA3

HEX: #C3AEA3
RGB: (195,174,163)

Color info

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

RGB color model

#C3AEA3 color RGB value is (195,174,163).

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

RGB channels and saturation

R 195 of 255 = 76%
G 174 of 255 = 68%
B 163 of 255 = 64%

195
174
163

R + G + B ~ 69%. #C3AEA3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 174 + 163 = 532 (100%)
R 195 of 532 ~ 36.65%
G 174 of 532 ~ 32.71%
B 163 of 532 ~ 30.64%

%36.65
%32.71
%30.64

CMYK color model

#C3AEA3 color CMYK value is (0,11,16,24).

  • cyan value is 0.00%
  • magenta value is 10.77%
  • yellow value is 16.41%
  • key color value is 23.53%
CMYK:
(0,11,16,24)
C0M11Y16K24 
(0%,11%,16%,24%)
(0.00/0.11/0.16/0.24)	

CMYK percentages

%0
%10.77
%16.41
%23.53

Codes

Color #C3AEA3 in popluar color models

C3AEA3
RGB195174163
HSL21°21.05%70.20%
HSB/HSV21°16.41%76.47%
CMYK0.00%10.77%16.41%
23.53%

Color #C3AEA3 in popluar number systems.

HEXC3AEA3
Decimal195174163
Binary110000111010111010100011
Octal303256243

Shades and tints

Shades of #C3AEA3

#C3AEA3
(195,174,163)
#B29F95
(178,159,149)
#A19087
(161,144,135)
#908179
(144,129,121)
#7F726B
(127,114,107)
#6E635D
(110,99,93)
#5D544F
(93,84,79)
#4C4541
(76,69,65)
#3B3633
(59,54,51)
#2A2725
(42,39,37)
#191817
(25,24,23)
#000000
(0,0,0)

Tints of #C3AEA3

#C3AEA3
(195,174,163)
#C8B5AB
(200,181,171)
#CDBCB3
(205,188,179)
#D2C3BB
(210,195,187)
#D7CAC3
(215,202,195)
#DCD1CB
(220,209,203)
#E1D8D3
(225,216,211)
#E6DFDB
(230,223,219)
#EBE6E3
(235,230,227)
#F0EDEB
(240,237,235)
#F5F4F3
(245,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3AEA3; }

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

This text font color is #C3AEA3.


Background Color

.myBgColor { background-color: #C3AEA3; }

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

This div background color is #C3AEA3.


Border color

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

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

This div border color is #C3AEA3.


Opacity

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

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

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

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

This text has shadow with #C3AEA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3AEA3 on black background.


Color preview on white background

This text has color #C3AEA3 on white background.



Black color preview on #C3AEA3 background

This text has black color on #C3AEA3 background.


White color preview on #C3AEA3 background

This text has white color on #C3AEA3 background.