COLOR #C1ACB8

HEX: #C1ACB8
RGB: (193,172,184)

Color info

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

RGB color model

#C1ACB8 color RGB value is (193,172,184).

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

RGB channels and saturation

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

193
172
184

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

Portions of RGB colors in percentages

R + G + B =
193 + 172 + 184 = 549 (100%)
R 193 of 549 ~ 35.15%
G 172 of 549 ~ 31.33%
B 184 of 549 ~ 33.52%

%35.15
%31.33
%33.52

CMYK color model

#C1ACB8 color CMYK value is (0,11,5,24).

  • cyan value is 0.00%
  • magenta value is 10.88%
  • yellow value is 4.66%
  • key color value is 24.31%
CMYK:
(0,11,5,24)
C0M11Y5K24 
(0%,11%,5%,24%)
(0.00/0.11/0.05/0.24)	

CMYK percentages

%0
%10.88
%4.66
%24.31

Codes

Color #C1ACB8 in popluar color models

C1ACB8
RGB193172184
HSL326°14.48%71.57%
HSB/HSV326°10.88%75.69%
CMYK0.00%10.88%4.66%
24.31%

Color #C1ACB8 in popluar number systems.

HEXC1ACB8
Decimal193172184
Binary110000011010110010111000
Octal301254270

Shades and tints

Shades of #C1ACB8

#C1ACB8
(193,172,184)
#B09DA8
(176,157,168)
#9F8E98
(159,142,152)
#8E7F88
(142,127,136)
#7D7078
(125,112,120)
#6C6168
(108,97,104)
#5B5258
(91,82,88)
#4A4348
(74,67,72)
#393438
(57,52,56)
#282528
(40,37,40)
#171618
(23,22,24)
#000000
(0,0,0)

Tints of #C1ACB8

#C1ACB8
(193,172,184)
#C6B3BE
(198,179,190)
#CBBAC4
(203,186,196)
#D0C1CA
(208,193,202)
#D5C8D0
(213,200,208)
#DACFD6
(218,207,214)
#DFD6DC
(223,214,220)
#E4DDE2
(228,221,226)
#E9E4E8
(233,228,232)
#EEEBEE
(238,235,238)
#F3F2F4
(243,242,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1ACB8; }

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

This text font color is #C1ACB8.


Background Color

.myBgColor { background-color: #C1ACB8; }

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

This div background color is #C1ACB8.


Border color

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

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

This div border color is #C1ACB8.


Opacity

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

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

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

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

This text has shadow with #C1ACB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1ACB8 on black background.


Color preview on white background

This text has color #C1ACB8 on white background.



Black color preview on #C1ACB8 background

This text has black color on #C1ACB8 background.


White color preview on #C1ACB8 background

This text has white color on #C1ACB8 background.