COLOR #C3ACB6

HEX: #C3ACB6
RGB: (195,172,182)

Color info

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

RGB color model

#C3ACB6 color RGB value is (195,172,182).

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

RGB channels and saturation

R 195 of 255 = 76%
G 172 of 255 = 67%
B 182 of 255 = 71%

195
172
182

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

Portions of RGB colors in percentages

R + G + B =
195 + 172 + 182 = 549 (100%)
R 195 of 549 ~ 35.52%
G 172 of 549 ~ 31.33%
B 182 of 549 ~ 33.15%

%35.52
%31.33
%33.15

CMYK color model

#C3ACB6 color CMYK value is (0,12,7,24).

  • cyan value is 0.00%
  • magenta value is 11.79%
  • yellow value is 6.67%
  • key color value is 23.53%
CMYK:
(0,12,7,24)
C0M12Y7K24 
(0%,12%,7%,24%)
(0.00/0.12/0.07/0.24)	

CMYK percentages

%0
%11.79
%6.67
%23.53

Codes

Color #C3ACB6 in popluar color models

C3ACB6
RGB195172182
HSL334°16.08%71.96%
HSB/HSV334°11.79%76.47%
CMYK0.00%11.79%6.67%
23.53%

Color #C3ACB6 in popluar number systems.

HEXC3ACB6
Decimal195172182
Binary110000111010110010110110
Octal303254266

Shades and tints

Shades of #C3ACB6

#C3ACB6
(195,172,182)
#B29DA6
(178,157,166)
#A18E96
(161,142,150)
#907F86
(144,127,134)
#7F7076
(127,112,118)
#6E6166
(110,97,102)
#5D5256
(93,82,86)
#4C4346
(76,67,70)
#3B3436
(59,52,54)
#2A2526
(42,37,38)
#191616
(25,22,22)
#000000
(0,0,0)

Tints of #C3ACB6

#C3ACB6
(195,172,182)
#C8B3BC
(200,179,188)
#CDBAC2
(205,186,194)
#D2C1C8
(210,193,200)
#D7C8CE
(215,200,206)
#DCCFD4
(220,207,212)
#E1D6DA
(225,214,218)
#E6DDE0
(230,221,224)
#EBE4E6
(235,228,230)
#F0EBEC
(240,235,236)
#F5F2F2
(245,242,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3ACB6; }

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

This text font color is #C3ACB6.


Background Color

.myBgColor { background-color: #C3ACB6; }

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

This div background color is #C3ACB6.


Border color

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

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

This div border color is #C3ACB6.


Opacity

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

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

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

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

This text has shadow with #C3ACB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3ACB6 on black background.


Color preview on white background

This text has color #C3ACB6 on white background.



Black color preview on #C3ACB6 background

This text has black color on #C3ACB6 background.


White color preview on #C3ACB6 background

This text has white color on #C3ACB6 background.