COLOR #C2ABC3

HEX: #C2ABC3 RGB: (194,171,195)

Color info

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

RGB color model

#C2ABC3 color RGB value is (194,171,195).

RGB: (194,171,195) (76%, 67%, 76%)

RGB channels and saturation

R 194 of 255 = 76%
G 171 of 255 = 67%
B 195 of 255 = 76%

194
171
195

R + G + B ~ 73%. #C2ABC3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 194 + 171 + 195 = 560 (100%)
R 194 of 560 ~ 34.64%
G 171 of 560 ~ 30.54%
B 195 of 560 ~ 34.82'%

%34.64
%30.54
%34.82

CMYK color model

#C2ABC3 color CMYK value is (1,12,0,24).

  • cyan value is 0.51%
  • magenta value is 12.31%
  • yellow value is 0.00%
  • key color value is 23.53%

CMYK: (1,12,0,24)
C1M12Y0K24 (1%, 12%, 0%, 24%)
(0.01 / 0.12 / 0.00 / 0.24)

CMYK percentages

%0.51
%12.31
%0
%23.53

Codes

Color #C2ABC3 in popluar color models

C2 AB C3
RGB 194 171 195
HSL 298° 16.67% 71.76%
HSB/HSV 298° 12.31% 76.47%
CMYK 0.51% 12.31% 0.00%
23.53%

Color #C2ABC3 in popluar number systems.

HEX C2 AB C3
Decimal 194 171 195
Binary 11000010 10101011 11000011
Octal 302 253 303

Shades and tints

Shades of #C2ABC3

#C2ABC3
(194,171,195)
#B19CB2
(177,156,178)
#A08DA1
(160,141,161)
#8F7E90
(143,126,144)
#7E6F7F
(126,111,127)
#6D606E
(109,96,110)
#5C515D
(92,81,93)
#4B424C
(75,66,76)
#3A333B
(58,51,59)
#29242A
(41,36,42)
#181519
(24,21,25)
#000000
(0,0,0)

Tints of #C2ABC3

#C2ABC3
(194,171,195)
#C7B2C8
(199,178,200)
#CCB9CD
(204,185,205)
#D1C0D2
(209,192,210)
#D6C7D7
(214,199,215)
#DBCEDC
(219,206,220)
#E0D5E1
(224,213,225)
#E5DCE6
(229,220,230)
#EAE3EB
(234,227,235)
#EFEAF0
(239,234,240)
#F4F1F5
(244,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2ABC3; }

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

This text font color is #C2ABC3.

Background Color

.myBgColor { background-color: #C2ABC3; }

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

This div background color is #C2ABC3.

Border color

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

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

This div border color is #C2ABC3.

Opacity

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

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

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

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

This text has shadow with #C2ABC3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C2ABC3.

Preview

Color preview on black background

This text has color #C2ABC3 on black background.


Color preview on white background

This text has color #C2ABC3 on white background.


Black color preview on #C2ABC3 background

This text has black color on #C2ABC3 background.


White color preview on #C2ABC3 background

This text has white color on #C2ABC3 background.


Related colors

Complementary color

Complementary color for #hex is #3D543C.


I love getcolorcode.com

Triadic colors

1 #C3C2AB and #ABC3C2 with #C2ABC3 are triadic colors.

2 #C3ABC2 and #ABC2C3 with #C2ABC3 are triadic colors.