COLOR #C1ABB3

HEX: #C1ABB3 RGB: (193,171,179)

Color info

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

RGB color model

#C1ABB3 color RGB value is (193,171,179).

RGB: (193,171,179) (76%, 67%, 70%)

RGB channels and saturation

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

193
171
179

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

Portions of RGB colors in percentages

R + G + B = 193 + 171 + 179 = 543 (100%)
R 193 of 543 ~ 35.54%
G 171 of 543 ~ 31.49%
B 179 of 543 ~ 32.97'%

%35.54
%31.49
%32.97

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 11.40%
  • 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
%11.4
%7.25
%24.31

Codes

Color #C1ABB3 in popluar color models

C1 AB B3
RGB 193 171 179
HSL 338° 15.07% 71.37%
HSB/HSV 338° 11.40% 75.69%
CMYK 0.00% 11.40% 7.25%
24.31%

Color #C1ABB3 in popluar number systems.

HEX C1 AB B3
Decimal 193 171 179
Binary 11000001 10101011 10110011
Octal 301 253 263

Shades and tints

Shades of #C1ABB3

#C1ABB3
(193,171,179)
#B09CA3
(176,156,163)
#9F8D93
(159,141,147)
#8E7E83
(142,126,131)
#7D6F73
(125,111,115)
#6C6063
(108,96,99)
#5B5153
(91,81,83)
#4A4243
(74,66,67)
#393333
(57,51,51)
#282423
(40,36,35)
#171513
(23,21,19)
#000000
(0,0,0)

Tints of #C1ABB3

#C1ABB3
(193,171,179)
#C6B2B9
(198,178,185)
#CBB9BF
(203,185,191)
#D0C0C5
(208,192,197)
#D5C7CB
(213,199,203)
#DACED1
(218,206,209)
#DFD5D7
(223,213,215)
#E4DCDD
(228,220,221)
#E9E3E3
(233,227,227)
#EEEAE9
(238,234,233)
#F3F1EF
(243,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C1ABB3; }

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

This text font color is #C1ABB3.

Background Color

.myBgColor { background-color: #C1ABB3; }

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

This div background color is #C1ABB3.

Border color

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

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

This div border color is #C1ABB3.

Opacity

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

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

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

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

This text has shadow with #C1ABB3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C1ABB3.

Preview

Color preview on black background

This text has color #C1ABB3 on black background.


Color preview on white background

This text has color #C1ABB3 on white background.


Black color preview on #C1ABB3 background

This text has black color on #C1ABB3 background.


White color preview on #C1ABB3 background

This text has white color on #C1ABB3 background.


Related colors

Complementary color

Complementary color for #hex is #3E544C.


I love getcolorcode.com

Triadic colors

1 #B3C1AB and #ABB3C1 with #C1ABB3 are triadic colors.

2 #B3ABC1 and #ABC1B3 with #C1ABB3 are triadic colors.