COLOR #C1ABBA

HEX: #C1ABBA
RGB: (193,171,186)

Color info

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

RGB color model

#C1ABBA color RGB value is (193,171,186).

  • red value is 193;
  • green value is 171;
  • blue value is 186.
RGB:
(193,171,186)
(76%,67%,73%)

RGB channels and saturation

R 193 of 255 = 76%
G 171 of 255 = 67%
B 186 of 255 = 73%

193
171
186

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

Portions of RGB colors in percentages

R + G + B =
193 + 171 + 186 = 550 (100%)
R 193 of 550 ~ 35.09%
G 171 of 550 ~ 31.09%
B 186 of 550 ~ 33.82%

%35.09
%31.09
%33.82

CMYK color model

#C1ABBA color CMYK value is (0,11,4,24).

  • cyan value is 0.00%
  • magenta value is 11.40%
  • yellow value is 3.63%
  • key color value is 24.31%
CMYK:
(0,11,4,24)
C0M11Y4K24 
(0%,11%,4%,24%)
(0.00/0.11/0.04/0.24)	

CMYK percentages

%0
%11.4
%3.63
%24.31

Codes

Color #C1ABBA in popluar color models

C1ABBA
RGB193171186
HSL319°15.07%71.37%
HSB/HSV319°11.40%75.69%
CMYK0.00%11.40%3.63%
24.31%

Color #C1ABBA in popluar number systems.

HEXC1ABBA
Decimal193171186
Binary110000011010101110111010
Octal301253272

Shades and tints

Shades of #C1ABBA

#C1ABBA
(193,171,186)
#B09CAA
(176,156,170)
#9F8D9A
(159,141,154)
#8E7E8A
(142,126,138)
#7D6F7A
(125,111,122)
#6C606A
(108,96,106)
#5B515A
(91,81,90)
#4A424A
(74,66,74)
#39333A
(57,51,58)
#28242A
(40,36,42)
#17151A
(23,21,26)
#000000
(0,0,0)

Tints of #C1ABBA

#C1ABBA
(193,171,186)
#C6B2C0
(198,178,192)
#CBB9C6
(203,185,198)
#D0C0CC
(208,192,204)
#D5C7D2
(213,199,210)
#DACED8
(218,206,216)
#DFD5DE
(223,213,222)
#E4DCE4
(228,220,228)
#E9E3EA
(233,227,234)
#EEEAF0
(238,234,240)
#F3F1F6
(243,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1ABBA color. Also use rgb(193,171,186) instead hex code.

Text Font Color

.myTextColor { color: #C1ABBA; }

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

This text font color is #C1ABBA.


Background Color

.myBgColor { background-color: #C1ABBA; }

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

This div background color is #C1ABBA.


Border color

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

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

This div border color is #C1ABBA.


Opacity

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

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

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

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

This text has shadow with #C1ABBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1ABBA on black background.


Color preview on white background

This text has color #C1ABBA on white background.



Black color preview on #C1ABBA background

This text has black color on #C1ABBA background.


White color preview on #C1ABBA background

This text has white color on #C1ABBA background.