COLOR #C3A8BB

HEX: #C3A8BB
RGB: (195,168,187)

Color info

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

RGB color model

#C3A8BB color RGB value is (195,168,187).

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

RGB channels and saturation

R 195 of 255 = 76%
G 168 of 255 = 66%
B 187 of 255 = 73%

195
168
187

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

Portions of RGB colors in percentages

R + G + B =
195 + 168 + 187 = 550 (100%)
R 195 of 550 ~ 35.45%
G 168 of 550 ~ 30.55%
B 187 of 550 ~ 34%

%35.45
%30.55
%34

CMYK color model

#C3A8BB color CMYK value is (0,14,4,24).

  • cyan value is 0.00%
  • magenta value is 13.85%
  • yellow value is 4.10%
  • key color value is 23.53%
CMYK:
(0,14,4,24)
C0M14Y4K24 
(0%,14%,4%,24%)
(0.00/0.14/0.04/0.24)	

CMYK percentages

%0
%13.85
%4.1
%23.53

Codes

Color #C3A8BB in popluar color models

C3A8BB
RGB195168187
HSL318°18.37%71.18%
HSB/HSV318°13.85%76.47%
CMYK0.00%13.85%4.10%
23.53%

Color #C3A8BB in popluar number systems.

HEXC3A8BB
Decimal195168187
Binary110000111010100010111011
Octal303250273

Shades and tints

Shades of #C3A8BB

#C3A8BB
(195,168,187)
#B299AA
(178,153,170)
#A18A99
(161,138,153)
#907B88
(144,123,136)
#7F6C77
(127,108,119)
#6E5D66
(110,93,102)
#5D4E55
(93,78,85)
#4C3F44
(76,63,68)
#3B3033
(59,48,51)
#2A2122
(42,33,34)
#191211
(25,18,17)
#000000
(0,0,0)

Tints of #C3A8BB

#C3A8BB
(195,168,187)
#C8AFC1
(200,175,193)
#CDB6C7
(205,182,199)
#D2BDCD
(210,189,205)
#D7C4D3
(215,196,211)
#DCCBD9
(220,203,217)
#E1D2DF
(225,210,223)
#E6D9E5
(230,217,229)
#EBE0EB
(235,224,235)
#F0E7F1
(240,231,241)
#F5EEF7
(245,238,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3A8BB; }

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

This text font color is #C3A8BB.


Background Color

.myBgColor { background-color: #C3A8BB; }

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

This div background color is #C3A8BB.


Border color

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

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

This div border color is #C3A8BB.


Opacity

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

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

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

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

This text has shadow with #C3A8BB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3A8BB on black background.


Color preview on white background

This text has color #C3A8BB on white background.



Black color preview on #C3A8BB background

This text has black color on #C3A8BB background.


White color preview on #C3A8BB background

This text has white color on #C3A8BB background.