COLOR #C2ABB7

HEX: #C2ABB7 RGB: (194,171,183)

Color info

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

RGB color model

#C2ABB7 color RGB value is (194,171,183).

RGB: (194,171,183) (76%, 67%, 72%)

RGB channels and saturation

R 194 of 255 = 76%
G 171 of 255 = 67%
B 183 of 255 = 72%

194
171
183

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

Portions of RGB colors in percentages

R + G + B = 194 + 171 + 183 = 548 (100%)
R 194 of 548 ~ 35.4%
G 171 of 548 ~ 31.2%
B 183 of 548 ~ 33.39'%

%35.4
%31.2
%33.39

CMYK color model

#C2ABB7 color CMYK value is (0,12,6,24).

  • cyan value is 0.00%
  • magenta value is 11.86%
  • yellow value is 5.67%
  • key color value is 23.92%

CMYK: (0,12,6,24)
C0M12Y6K24 (0%, 12%, 6%, 24%)
(0.00 / 0.12 / 0.06 / 0.24)

CMYK percentages

%0
%11.86
%5.67
%23.92

Codes

Color #C2ABB7 in popluar color models

C2 AB B7
RGB 194 171 183
HSL 329° 15.86% 71.57%
HSB/HSV 329° 11.86% 76.08%
CMYK 0.00% 11.86% 5.67%
23.92%

Color #C2ABB7 in popluar number systems.

HEX C2 AB B7
Decimal 194 171 183
Binary 11000010 10101011 10110111
Octal 302 253 267

Shades and tints

Shades of #C2ABB7

#C2ABB7
(194,171,183)
#B19CA7
(177,156,167)
#A08D97
(160,141,151)
#8F7E87
(143,126,135)
#7E6F77
(126,111,119)
#6D6067
(109,96,103)
#5C5157
(92,81,87)
#4B4247
(75,66,71)
#3A3337
(58,51,55)
#292427
(41,36,39)
#181517
(24,21,23)
#000000
(0,0,0)

Tints of #C2ABB7

#C2ABB7
(194,171,183)
#C7B2BD
(199,178,189)
#CCB9C3
(204,185,195)
#D1C0C9
(209,192,201)
#D6C7CF
(214,199,207)
#DBCED5
(219,206,213)
#E0D5DB
(224,213,219)
#E5DCE1
(229,220,225)
#EAE3E7
(234,227,231)
#EFEAED
(239,234,237)
#F4F1F3
(244,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2ABB7; }

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

This text font color is #C2ABB7.

Background Color

.myBgColor { background-color: #C2ABB7; }

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

This div background color is #C2ABB7.

Border color

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

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

This div border color is #C2ABB7.

Opacity

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

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

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

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

This text has shadow with #C2ABB7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C2ABB7.

Preview

Color preview on black background

This text has color #C2ABB7 on black background.


Color preview on white background

This text has color #C2ABB7 on white background.


Black color preview on #C2ABB7 background

This text has black color on #C2ABB7 background.


White color preview on #C2ABB7 background

This text has white color on #C2ABB7 background.


Related colors

Complementary color

Complementary color for #hex is #3D5448.


I love getcolorcode.com

Triadic colors

1 #B7C2AB and #ABB7C2 with #C2ABB7 are triadic colors.

2 #B7ABC2 and #ABC2B7 with #C2ABB7 are triadic colors.