COLOR #C1ACB3

HEX: #C1ACB3
RGB: (193,172,179)

Color info

#C1ACB3 contains red, green and blue colors in about the same proportion. Web safe color of #C1ACB3 is #CC9999 (or #C99).

RGB color model

#C1ACB3 color RGB value is (193,172,179).

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

RGB channels and saturation

R 193 of 255 = 76%
G 172 of 255 = 67%
B 179 of 255 = 70%

193
172
179

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

Portions of RGB colors in percentages

R + G + B =
193 + 172 + 179 = 544 (100%)
R 193 of 544 ~ 35.48%
G 172 of 544 ~ 31.62%
B 179 of 544 ~ 32.9%

%35.48
%31.62
%32.9

CMYK color model

#C1ACB3 color CMYK value is (0,11,7,24).

  • cyan value is 0.00%
  • magenta value is 10.88%
  • yellow value is 7.25%
  • key color value is 24.31%
CMYK:
(0,11,7,24)
C0M11Y7K24 
(0%,11%,7%,24%)
(0.00/0.11/0.07/0.24)	

CMYK percentages

%0
%10.88
%7.25
%24.31

Codes

Color #C1ACB3 in popluar color models

C1ACB3
RGB193172179
HSL340°14.48%71.57%
HSB/HSV340°10.88%75.69%
CMYK0.00%10.88%7.25%
24.31%

Color #C1ACB3 in popluar number systems.

HEXC1ACB3
Decimal193172179
Binary110000011010110010110011
Octal301254263

Shades and tints

Shades of #C1ACB3

#C1ACB3
(193,172,179)
#B09DA3
(176,157,163)
#9F8E93
(159,142,147)
#8E7F83
(142,127,131)
#7D7073
(125,112,115)
#6C6163
(108,97,99)
#5B5253
(91,82,83)
#4A4343
(74,67,67)
#393433
(57,52,51)
#282523
(40,37,35)
#171613
(23,22,19)
#000000
(0,0,0)

Tints of #C1ACB3

#C1ACB3
(193,172,179)
#C6B3B9
(198,179,185)
#CBBABF
(203,186,191)
#D0C1C5
(208,193,197)
#D5C8CB
(213,200,203)
#DACFD1
(218,207,209)
#DFD6D7
(223,214,215)
#E4DDDD
(228,221,221)
#E9E4E3
(233,228,227)
#EEEBE9
(238,235,233)
#F3F2EF
(243,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1ACB3; }

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

This text font color is #C1ACB3.


Background Color

.myBgColor { background-color: #C1ACB3; }

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

This div background color is #C1ACB3.


Border color

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

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

This div border color is #C1ACB3.


Opacity

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

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

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

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

This text has shadow with #C1ACB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1ACB3 on black background.


Color preview on white background

This text has color #C1ACB3 on white background.



Black color preview on #C1ACB3 background

This text has black color on #C1ACB3 background.


White color preview on #C1ACB3 background

This text has white color on #C1ACB3 background.