COLOR #C3A9B8

HEX: #C3A9B8
RGB: (195,169,184)

Color info

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

RGB color model

#C3A9B8 color RGB value is (195,169,184).

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

RGB channels and saturation

R 195 of 255 = 76%
G 169 of 255 = 66%
B 184 of 255 = 72%

195
169
184

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

Portions of RGB colors in percentages

R + G + B =
195 + 169 + 184 = 548 (100%)
R 195 of 548 ~ 35.58%
G 169 of 548 ~ 30.84%
B 184 of 548 ~ 33.58%

%35.58
%30.84
%33.58

CMYK color model

#C3A9B8 color CMYK value is (0,13,6,24).

  • cyan value is 0.00%
  • magenta value is 13.33%
  • yellow value is 5.64%
  • key color value is 23.53%
CMYK:
(0,13,6,24)
C0M13Y6K24 
(0%,13%,6%,24%)
(0.00/0.13/0.06/0.24)	

CMYK percentages

%0
%13.33
%5.64
%23.53

Codes

Color #C3A9B8 in popluar color models

C3A9B8
RGB195169184
HSL325°17.81%71.37%
HSB/HSV325°13.33%76.47%
CMYK0.00%13.33%5.64%
23.53%

Color #C3A9B8 in popluar number systems.

HEXC3A9B8
Decimal195169184
Binary110000111010100110111000
Octal303251270

Shades and tints

Shades of #C3A9B8

#C3A9B8
(195,169,184)
#B29AA8
(178,154,168)
#A18B98
(161,139,152)
#907C88
(144,124,136)
#7F6D78
(127,109,120)
#6E5E68
(110,94,104)
#5D4F58
(93,79,88)
#4C4048
(76,64,72)
#3B3138
(59,49,56)
#2A2228
(42,34,40)
#191318
(25,19,24)
#000000
(0,0,0)

Tints of #C3A9B8

#C3A9B8
(195,169,184)
#C8B0BE
(200,176,190)
#CDB7C4
(205,183,196)
#D2BECA
(210,190,202)
#D7C5D0
(215,197,208)
#DCCCD6
(220,204,214)
#E1D3DC
(225,211,220)
#E6DAE2
(230,218,226)
#EBE1E8
(235,225,232)
#F0E8EE
(240,232,238)
#F5EFF4
(245,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3A9B8; }

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

This text font color is #C3A9B8.


Background Color

.myBgColor { background-color: #C3A9B8; }

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

This div background color is #C3A9B8.


Border color

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

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

This div border color is #C3A9B8.


Opacity

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

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

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

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

This text has shadow with #C3A9B8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3A9B8 on black background.


Color preview on white background

This text has color #C3A9B8 on white background.



Black color preview on #C3A9B8 background

This text has black color on #C3A9B8 background.


White color preview on #C3A9B8 background

This text has white color on #C3A9B8 background.