COLOR #C2ABB5

HEX: #C2ABB5 RGB: (194,171,181)

Color info

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

RGB color model

#C2ABB5 color RGB value is (194,171,181).

RGB: (194,171,181) (76%, 67%, 71%)

RGB channels and saturation

R 194 of 255 = 76%
G 171 of 255 = 67%
B 181 of 255 = 71%

194
171
181

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

Portions of RGB colors in percentages

R + G + B = 194 + 171 + 181 = 546 (100%)
R 194 of 546 ~ 35.53%
G 171 of 546 ~ 31.32%
B 181 of 546 ~ 33.15'%

%35.53
%31.32
%33.15

CMYK color model

#C2ABB5 color CMYK value is (0,12,7,24).

  • cyan value is 0.00%
  • magenta value is 11.86%
  • yellow value is 6.70%
  • key color value is 23.92%
CMYK: (0,12,7,24) C0M12Y7K24 (0%,12%,7%,24%) (0.00/0.12/0.07/0.24) 

CMYK percentages

%0
%11.86
%6.7
%23.92

Codes

Color #C2ABB5 in popluar color models

C2 AB B5
RGB 194 171 181
HSL 334° 15.86% 71.57%
HSB/HSV 334° 11.86% 76.08%
CMYK 0.00% 11.86% 6.70%
23.92%

Color #C2ABB5 in popluar number systems.

HEX C2 AB B5
Decimal 194 171 181
Binary 11000010 10101011 10110101
Octal 302 253 265

Shades and tints

Shades of #C2ABB5

#C2ABB5
(194,171,181)
#B19CA5
(177,156,165)
#A08D95
(160,141,149)
#8F7E85
(143,126,133)
#7E6F75
(126,111,117)
#6D6065
(109,96,101)
#5C5155
(92,81,85)
#4B4245
(75,66,69)
#3A3335
(58,51,53)
#292425
(41,36,37)
#181515
(24,21,21)
#000000
(0,0,0)

Tints of #C2ABB5

#C2ABB5
(194,171,181)
#C7B2BB
(199,178,187)
#CCB9C1
(204,185,193)
#D1C0C7
(209,192,199)
#D6C7CD
(214,199,205)
#DBCED3
(219,206,211)
#E0D5D9
(224,213,217)
#E5DCDF
(229,220,223)
#EAE3E5
(234,227,229)
#EFEAEB
(239,234,235)
#F4F1F1
(244,241,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2ABB5; }

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

This text font color is #C2ABB5.

Background Color

.myBgColor { background-color: #C2ABB5; }

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

This div background color is #C2ABB5.

Border color

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

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

This div border color is #C2ABB5.

Opacity

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

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

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

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

This text has shadow with #C2ABB5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C2ABB5.

Preview

Color preview on black background

This text has color #C2ABB5 on black background.


Color preview on white background

This text has color #C2ABB5 on white background.


Black color preview on #C2ABB5 background

This text has black color on #C2ABB5 background.


White color preview on #C2ABB5 background

This text has white color on #C2ABB5 background.


Related colors

Complementary color

Complementary color for #hex is #3D544A.


I love getcolorcode.com

Triadic colors

1 #B5C2AB and #ABB5C2 with #C2ABB5 are triadic colors.

2 #B5ABC2 and #ABC2B5 with #C2ABB5 are triadic colors.