COLOR #C3A2BB

HEX: #C3A2BB
RGB: (195,162,187)

Color info

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

RGB color model

#C3A2BB color RGB value is (195,162,187).

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

RGB channels and saturation

R 195 of 255 = 76%
G 162 of 255 = 64%
B 187 of 255 = 73%

195
162
187

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

Portions of RGB colors in percentages

R + G + B =
195 + 162 + 187 = 544 (100%)
R 195 of 544 ~ 35.85%
G 162 of 544 ~ 29.78%
B 187 of 544 ~ 34.38%

%35.85
%29.78
%34.38

CMYK color model

#C3A2BB color CMYK value is (0,17,4,24).

  • cyan value is 0.00%
  • magenta value is 16.92%
  • yellow value is 4.10%
  • key color value is 23.53%
CMYK:
(0,17,4,24)
C0M17Y4K24 
(0%,17%,4%,24%)
(0.00/0.17/0.04/0.24)	

CMYK percentages

%0
%16.92
%4.1
%23.53

Codes

Color #C3A2BB in popluar color models

C3A2BB
RGB195162187
HSL315°21.57%70.00%
HSB/HSV315°16.92%76.47%
CMYK0.00%16.92%4.10%
23.53%

Color #C3A2BB in popluar number systems.

HEXC3A2BB
Decimal195162187
Binary110000111010001010111011
Octal303242273

Shades and tints

Shades of #C3A2BB

#C3A2BB
(195,162,187)
#B294AA
(178,148,170)
#A18699
(161,134,153)
#907888
(144,120,136)
#7F6A77
(127,106,119)
#6E5C66
(110,92,102)
#5D4E55
(93,78,85)
#4C4044
(76,64,68)
#3B3233
(59,50,51)
#2A2422
(42,36,34)
#191611
(25,22,17)
#000000
(0,0,0)

Tints of #C3A2BB

#C3A2BB
(195,162,187)
#C8AAC1
(200,170,193)
#CDB2C7
(205,178,199)
#D2BACD
(210,186,205)
#D7C2D3
(215,194,211)
#DCCAD9
(220,202,217)
#E1D2DF
(225,210,223)
#E6DAE5
(230,218,229)
#EBE2EB
(235,226,235)
#F0EAF1
(240,234,241)
#F5F2F7
(245,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3A2BB color. Also use rgb(195,162,187) instead hex code.

Text Font Color

.myTextColor { color: #C3A2BB; }

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

This text font color is #C3A2BB.


Background Color

.myBgColor { background-color: #C3A2BB; }

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

This div background color is #C3A2BB.


Border color

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

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

This div border color is #C3A2BB.


Opacity

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

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

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

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

This text has shadow with #C3A2BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3A2BB on black background.


Color preview on white background

This text has color #C3A2BB on white background.



Black color preview on #C3A2BB background

This text has black color on #C3A2BB background.


White color preview on #C3A2BB background

This text has white color on #C3A2BB background.