COLOR #C3ACB8

HEX: #C3ACB8
RGB: (195,172,184)

Color info

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

RGB color model

#C3ACB8 color RGB value is (195,172,184).

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

RGB channels and saturation

R 195 of 255 = 76%
G 172 of 255 = 67%
B 184 of 255 = 72%

195
172
184

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

Portions of RGB colors in percentages

R + G + B =
195 + 172 + 184 = 551 (100%)
R 195 of 551 ~ 35.39%
G 172 of 551 ~ 31.22%
B 184 of 551 ~ 33.39%

%35.39
%31.22
%33.39

CMYK color model

#C3ACB8 color CMYK value is (0,12,6,24).

  • cyan value is 0.00%
  • magenta value is 11.79%
  • yellow value is 5.64%
  • key color value is 23.53%
CMYK:
(0,12,6,24)
C0M12Y6K24 
(0%,12%,6%,24%)
(0.00/0.12/0.06/0.24)	

CMYK percentages

%0
%11.79
%5.64
%23.53

Codes

Color #C3ACB8 in popluar color models

C3ACB8
RGB195172184
HSL329°16.08%71.96%
HSB/HSV329°11.79%76.47%
CMYK0.00%11.79%5.64%
23.53%

Color #C3ACB8 in popluar number systems.

HEXC3ACB8
Decimal195172184
Binary110000111010110010111000
Octal303254270

Shades and tints

Shades of #C3ACB8

#C3ACB8
(195,172,184)
#B29DA8
(178,157,168)
#A18E98
(161,142,152)
#907F88
(144,127,136)
#7F7078
(127,112,120)
#6E6168
(110,97,104)
#5D5258
(93,82,88)
#4C4348
(76,67,72)
#3B3438
(59,52,56)
#2A2528
(42,37,40)
#191618
(25,22,24)
#000000
(0,0,0)

Tints of #C3ACB8

#C3ACB8
(195,172,184)
#C8B3BE
(200,179,190)
#CDBAC4
(205,186,196)
#D2C1CA
(210,193,202)
#D7C8D0
(215,200,208)
#DCCFD6
(220,207,214)
#E1D6DC
(225,214,220)
#E6DDE2
(230,221,226)
#EBE4E8
(235,228,232)
#F0EBEE
(240,235,238)
#F5F2F4
(245,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3ACB8; }

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

This text font color is #C3ACB8.


Background Color

.myBgColor { background-color: #C3ACB8; }

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

This div background color is #C3ACB8.


Border color

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

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

This div border color is #C3ACB8.


Opacity

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

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

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

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

This text has shadow with #C3ACB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3ACB8 on black background.


Color preview on white background

This text has color #C3ACB8 on white background.



Black color preview on #C3ACB8 background

This text has black color on #C3ACB8 background.


White color preview on #C3ACB8 background

This text has white color on #C3ACB8 background.