COLOR #C3A3BF

HEX: #C3A3BF
RGB: (195,163,191)

Color info

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

RGB color model

#C3A3BF color RGB value is (195,163,191).

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

RGB channels and saturation

R 195 of 255 = 76%
G 163 of 255 = 64%
B 191 of 255 = 75%

195
163
191

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

Portions of RGB colors in percentages

R + G + B =
195 + 163 + 191 = 549 (100%)
R 195 of 549 ~ 35.52%
G 163 of 549 ~ 29.69%
B 191 of 549 ~ 34.79%

%35.52
%29.69
%34.79

CMYK color model

#C3A3BF color CMYK value is (0,16,2,24).

  • cyan value is 0.00%
  • magenta value is 16.41%
  • yellow value is 2.05%
  • key color value is 23.53%
CMYK:
(0,16,2,24)
C0M16Y2K24 
(0%,16%,2%,24%)
(0.00/0.16/0.02/0.24)	

CMYK percentages

%0
%16.41
%2.05
%23.53

Codes

Color #C3A3BF in popluar color models

C3A3BF
RGB195163191
HSL308°21.05%70.20%
HSB/HSV308°16.41%76.47%
CMYK0.00%16.41%2.05%
23.53%

Color #C3A3BF in popluar number systems.

HEXC3A3BF
Decimal195163191
Binary110000111010001110111111
Octal303243277

Shades and tints

Shades of #C3A3BF

#C3A3BF
(195,163,191)
#B295AE
(178,149,174)
#A1879D
(161,135,157)
#90798C
(144,121,140)
#7F6B7B
(127,107,123)
#6E5D6A
(110,93,106)
#5D4F59
(93,79,89)
#4C4148
(76,65,72)
#3B3337
(59,51,55)
#2A2526
(42,37,38)
#191715
(25,23,21)
#000000
(0,0,0)

Tints of #C3A3BF

#C3A3BF
(195,163,191)
#C8ABC4
(200,171,196)
#CDB3C9
(205,179,201)
#D2BBCE
(210,187,206)
#D7C3D3
(215,195,211)
#DCCBD8
(220,203,216)
#E1D3DD
(225,211,221)
#E6DBE2
(230,219,226)
#EBE3E7
(235,227,231)
#F0EBEC
(240,235,236)
#F5F3F1
(245,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3A3BF; }

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

This text font color is #C3A3BF.


Background Color

.myBgColor { background-color: #C3A3BF; }

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

This div background color is #C3A3BF.


Border color

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

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

This div border color is #C3A3BF.


Opacity

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

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

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

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

This text has shadow with #C3A3BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3A3BF on black background.


Color preview on white background

This text has color #C3A3BF on white background.



Black color preview on #C3A3BF background

This text has black color on #C3A3BF background.


White color preview on #C3A3BF background

This text has white color on #C3A3BF background.