COLOR #C3A9BA

HEX: #C3A9BA
RGB: (195,169,186)

Color info

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

RGB color model

#C3A9BA color RGB value is (195,169,186).

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

RGB channels and saturation

R 195 of 255 = 76%
G 169 of 255 = 66%
B 186 of 255 = 73%

195
169
186

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

Portions of RGB colors in percentages

R + G + B =
195 + 169 + 186 = 550 (100%)
R 195 of 550 ~ 35.45%
G 169 of 550 ~ 30.73%
B 186 of 550 ~ 33.82%

%35.45
%30.73
%33.82

CMYK color model

#C3A9BA color CMYK value is (0,13,5,24).

  • cyan value is 0.00%
  • magenta value is 13.33%
  • yellow value is 4.62%
  • key color value is 23.53%
CMYK:
(0,13,5,24)
C0M13Y5K24 
(0%,13%,5%,24%)
(0.00/0.13/0.05/0.24)	

CMYK percentages

%0
%13.33
%4.62
%23.53

Codes

Color #C3A9BA in popluar color models

C3A9BA
RGB195169186
HSL321°17.81%71.37%
HSB/HSV321°13.33%76.47%
CMYK0.00%13.33%4.62%
23.53%

Color #C3A9BA in popluar number systems.

HEXC3A9BA
Decimal195169186
Binary110000111010100110111010
Octal303251272

Shades and tints

Shades of #C3A9BA

#C3A9BA
(195,169,186)
#B29AAA
(178,154,170)
#A18B9A
(161,139,154)
#907C8A
(144,124,138)
#7F6D7A
(127,109,122)
#6E5E6A
(110,94,106)
#5D4F5A
(93,79,90)
#4C404A
(76,64,74)
#3B313A
(59,49,58)
#2A222A
(42,34,42)
#19131A
(25,19,26)
#000000
(0,0,0)

Tints of #C3A9BA

#C3A9BA
(195,169,186)
#C8B0C0
(200,176,192)
#CDB7C6
(205,183,198)
#D2BECC
(210,190,204)
#D7C5D2
(215,197,210)
#DCCCD8
(220,204,216)
#E1D3DE
(225,211,222)
#E6DAE4
(230,218,228)
#EBE1EA
(235,225,234)
#F0E8F0
(240,232,240)
#F5EFF6
(245,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3A9BA; }

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

This text font color is #C3A9BA.


Background Color

.myBgColor { background-color: #C3A9BA; }

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

This div background color is #C3A9BA.


Border color

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

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

This div border color is #C3A9BA.


Opacity

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

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

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

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

This text has shadow with #C3A9BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3A9BA on black background.


Color preview on white background

This text has color #C3A9BA on white background.



Black color preview on #C3A9BA background

This text has black color on #C3A9BA background.


White color preview on #C3A9BA background

This text has white color on #C3A9BA background.