COLOR #C3A4BA

HEX: #C3A4BA
RGB: (195,164,186)

Color info

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

RGB color model

#C3A4BA color RGB value is (195,164,186).

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

RGB channels and saturation

R 195 of 255 = 76%
G 164 of 255 = 64%
B 186 of 255 = 73%

195
164
186

R + G + B ~ 71%. #C3A4BA is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 164 + 186 = 545 (100%)
R 195 of 545 ~ 35.78%
G 164 of 545 ~ 30.09%
B 186 of 545 ~ 34.13%

%35.78
%30.09
%34.13

CMYK color model

#C3A4BA color CMYK value is (0,16,5,24).

  • cyan value is 0.00%
  • magenta value is 15.90%
  • yellow value is 4.62%
  • key color value is 23.53%
CMYK:
(0,16,5,24)
C0M16Y5K24 
(0%,16%,5%,24%)
(0.00/0.16/0.05/0.24)	

CMYK percentages

%0
%15.9
%4.62
%23.53

Codes

Color #C3A4BA in popluar color models

C3A4BA
RGB195164186
HSL317°20.53%70.39%
HSB/HSV317°15.90%76.47%
CMYK0.00%15.90%4.62%
23.53%

Color #C3A4BA in popluar number systems.

HEXC3A4BA
Decimal195164186
Binary110000111010010010111010
Octal303244272

Shades and tints

Shades of #C3A4BA

#C3A4BA
(195,164,186)
#B296AA
(178,150,170)
#A1889A
(161,136,154)
#907A8A
(144,122,138)
#7F6C7A
(127,108,122)
#6E5E6A
(110,94,106)
#5D505A
(93,80,90)
#4C424A
(76,66,74)
#3B343A
(59,52,58)
#2A262A
(42,38,42)
#19181A
(25,24,26)
#000000
(0,0,0)

Tints of #C3A4BA

#C3A4BA
(195,164,186)
#C8ACC0
(200,172,192)
#CDB4C6
(205,180,198)
#D2BCCC
(210,188,204)
#D7C4D2
(215,196,210)
#DCCCD8
(220,204,216)
#E1D4DE
(225,212,222)
#E6DCE4
(230,220,228)
#EBE4EA
(235,228,234)
#F0ECF0
(240,236,240)
#F5F4F6
(245,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3A4BA; }

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

This text font color is #C3A4BA.


Background Color

.myBgColor { background-color: #C3A4BA; }

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

This div background color is #C3A4BA.


Border color

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

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

This div border color is #C3A4BA.


Opacity

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

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

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

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

This text has shadow with #C3A4BA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3A4BA on black background.


Color preview on white background

This text has color #C3A4BA on white background.



Black color preview on #C3A4BA background

This text has black color on #C3A4BA background.


White color preview on #C3A4BA background

This text has white color on #C3A4BA background.