COLOR #C3AFA8

HEX: #C3AFA8
RGB: (195,175,168)

Color info

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

RGB color model

#C3AFA8 color RGB value is (195,175,168).

  • red value is 195;
  • green value is 175;
  • blue value is 168.
RGB:
(195,175,168)
(76%,69%,66%)

RGB channels and saturation

R 195 of 255 = 76%
G 175 of 255 = 69%
B 168 of 255 = 66%

195
175
168

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

Portions of RGB colors in percentages

R + G + B =
195 + 175 + 168 = 538 (100%)
R 195 of 538 ~ 36.25%
G 175 of 538 ~ 32.53%
B 168 of 538 ~ 31.23%

%36.25
%32.53
%31.23

CMYK color model

#C3AFA8 color CMYK value is (0,10,14,24).

  • cyan value is 0.00%
  • magenta value is 10.26%
  • yellow value is 13.85%
  • key color value is 23.53%
CMYK:
(0,10,14,24)
C0M10Y14K24 
(0%,10%,14%,24%)
(0.00/0.10/0.14/0.24)	

CMYK percentages

%0
%10.26
%13.85
%23.53

Codes

Color #C3AFA8 in popluar color models

C3AFA8
RGB195175168
HSL16°18.37%71.18%
HSB/HSV16°13.85%76.47%
CMYK0.00%10.26%13.85%
23.53%

Color #C3AFA8 in popluar number systems.

HEXC3AFA8
Decimal195175168
Binary110000111010111110101000
Octal303257250

Shades and tints

Shades of #C3AFA8

#C3AFA8
(195,175,168)
#B2A099
(178,160,153)
#A1918A
(161,145,138)
#90827B
(144,130,123)
#7F736C
(127,115,108)
#6E645D
(110,100,93)
#5D554E
(93,85,78)
#4C463F
(76,70,63)
#3B3730
(59,55,48)
#2A2821
(42,40,33)
#191912
(25,25,18)
#000000
(0,0,0)

Tints of #C3AFA8

#C3AFA8
(195,175,168)
#C8B6AF
(200,182,175)
#CDBDB6
(205,189,182)
#D2C4BD
(210,196,189)
#D7CBC4
(215,203,196)
#DCD2CB
(220,210,203)
#E1D9D2
(225,217,210)
#E6E0D9
(230,224,217)
#EBE7E0
(235,231,224)
#F0EEE7
(240,238,231)
#F5F5EE
(245,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3AFA8 color. Also use rgb(195,175,168) instead hex code.

Text Font Color

.myTextColor { color: #C3AFA8; }

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

This text font color is #C3AFA8.


Background Color

.myBgColor { background-color: #C3AFA8; }

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

This div background color is #C3AFA8.


Border color

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

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

This div border color is #C3AFA8.


Opacity

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

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

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

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

This text has shadow with #C3AFA8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3AFA8 on black background.


Color preview on white background

This text has color #C3AFA8 on white background.



Black color preview on #C3AFA8 background

This text has black color on #C3AFA8 background.


White color preview on #C3AFA8 background

This text has white color on #C3AFA8 background.