COLOR #C3A9BF

HEX: #C3A9BF
RGB: (195,169,191)

Color info

#C3A9BF contains red, green and blue colors in about the same proportion. Web safe color of #C3A9BF is #CC99CC (or #C9C).

RGB color model

#C3A9BF color RGB value is (195,169,191).

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

RGB channels and saturation

R 195 of 255 = 76%
G 169 of 255 = 66%
B 191 of 255 = 75%

195
169
191

R + G + B ~ 72%. #C3A9BF is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 169 + 191 = 555 (100%)
R 195 of 555 ~ 35.14%
G 169 of 555 ~ 30.45%
B 191 of 555 ~ 34.41%

%35.14
%30.45
%34.41

CMYK color model

#C3A9BF color CMYK value is (0,13,2,24).

  • cyan value is 0.00%
  • magenta value is 13.33%
  • yellow value is 2.05%
  • key color value is 23.53%
CMYK:
(0,13,2,24)
C0M13Y2K24 
(0%,13%,2%,24%)
(0.00/0.13/0.02/0.24)	

CMYK percentages

%0
%13.33
%2.05
%23.53

Codes

Color #C3A9BF in popluar color models

C3A9BF
RGB195169191
HSL309°17.81%71.37%
HSB/HSV309°13.33%76.47%
CMYK0.00%13.33%2.05%
23.53%

Color #C3A9BF in popluar number systems.

HEXC3A9BF
Decimal195169191
Binary110000111010100110111111
Octal303251277

Shades and tints

Shades of #C3A9BF

#C3A9BF
(195,169,191)
#B29AAE
(178,154,174)
#A18B9D
(161,139,157)
#907C8C
(144,124,140)
#7F6D7B
(127,109,123)
#6E5E6A
(110,94,106)
#5D4F59
(93,79,89)
#4C4048
(76,64,72)
#3B3137
(59,49,55)
#2A2226
(42,34,38)
#191315
(25,19,21)
#000000
(0,0,0)

Tints of #C3A9BF

#C3A9BF
(195,169,191)
#C8B0C4
(200,176,196)
#CDB7C9
(205,183,201)
#D2BECE
(210,190,206)
#D7C5D3
(215,197,211)
#DCCCD8
(220,204,216)
#E1D3DD
(225,211,221)
#E6DAE2
(230,218,226)
#EBE1E7
(235,225,231)
#F0E8EC
(240,232,236)
#F5EFF1
(245,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3A9BF; }

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

This text font color is #C3A9BF.


Background Color

.myBgColor { background-color: #C3A9BF; }

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

This div background color is #C3A9BF.


Border color

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

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

This div border color is #C3A9BF.


Opacity

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

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

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

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

This text has shadow with #C3A9BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3A9BF on black background.


Color preview on white background

This text has color #C3A9BF on white background.



Black color preview on #C3A9BF background

This text has black color on #C3A9BF background.


White color preview on #C3A9BF background

This text has white color on #C3A9BF background.