COLOR #C3ABB3

HEX: #C3ABB3
RGB: (195,171,179)

Color info

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

RGB color model

#C3ABB3 color RGB value is (195,171,179).

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

RGB channels and saturation

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

195
171
179

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

Portions of RGB colors in percentages

R + G + B =
195 + 171 + 179 = 545 (100%)
R 195 of 545 ~ 35.78%
G 171 of 545 ~ 31.38%
B 179 of 545 ~ 32.84%

%35.78
%31.38
%32.84

CMYK color model

#C3ABB3 color CMYK value is (0,12,8,24).

  • cyan value is 0.00%
  • magenta value is 12.31%
  • yellow value is 8.21%
  • key color value is 23.53%
CMYK:
(0,12,8,24)
C0M12Y8K24 
(0%,12%,8%,24%)
(0.00/0.12/0.08/0.24)	

CMYK percentages

%0
%12.31
%8.21
%23.53

Codes

Color #C3ABB3 in popluar color models

C3ABB3
RGB195171179
HSL340°16.67%71.76%
HSB/HSV340°12.31%76.47%
CMYK0.00%12.31%8.21%
23.53%

Color #C3ABB3 in popluar number systems.

HEXC3ABB3
Decimal195171179
Binary110000111010101110110011
Octal303253263

Shades and tints

Shades of #C3ABB3

#C3ABB3
(195,171,179)
#B29CA3
(178,156,163)
#A18D93
(161,141,147)
#907E83
(144,126,131)
#7F6F73
(127,111,115)
#6E6063
(110,96,99)
#5D5153
(93,81,83)
#4C4243
(76,66,67)
#3B3333
(59,51,51)
#2A2423
(42,36,35)
#191513
(25,21,19)
#000000
(0,0,0)

Tints of #C3ABB3

#C3ABB3
(195,171,179)
#C8B2B9
(200,178,185)
#CDB9BF
(205,185,191)
#D2C0C5
(210,192,197)
#D7C7CB
(215,199,203)
#DCCED1
(220,206,209)
#E1D5D7
(225,213,215)
#E6DCDD
(230,220,221)
#EBE3E3
(235,227,227)
#F0EAE9
(240,234,233)
#F5F1EF
(245,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3ABB3; }

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

This text font color is #C3ABB3.


Background Color

.myBgColor { background-color: #C3ABB3; }

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

This div background color is #C3ABB3.


Border color

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

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

This div border color is #C3ABB3.


Opacity

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

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

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

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

This text has shadow with #C3ABB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3ABB3 on black background.


Color preview on white background

This text has color #C3ABB3 on white background.



Black color preview on #C3ABB3 background

This text has black color on #C3ABB3 background.


White color preview on #C3ABB3 background

This text has white color on #C3ABB3 background.