COLOR #C2AAB6

HEX: #C2AAB6 RGB: (194,170,182)

Color info

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

RGB color model

#C2AAB6 color RGB value is (194,170,182).

RGB: (194,170,182) (76%, 67%, 71%)

RGB channels and saturation

R 194 of 255 = 76%
G 170 of 255 = 67%
B 182 of 255 = 71%

194
170
182

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

Portions of RGB colors in percentages

R + G + B = 194 + 170 + 182 = 546 (100%)
R 194 of 546 ~ 35.53%
G 170 of 546 ~ 31.14%
B 182 of 546 ~ 33.33'%

%35.53
%31.14
%33.33

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 12.37%
  • yellow value is 6.19%
  • 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
%12.37
%6.19
%23.92

Codes

Color #C2AAB6 in popluar color models

C2 AA B6
RGB 194 170 182
HSL 330° 16.44% 71.37%
HSB/HSV 330° 12.37% 76.08%
CMYK 0.00% 12.37% 6.19%
23.92%

Color #C2AAB6 in popluar number systems.

HEX C2 AA B6
Decimal 194 170 182
Binary 11000010 10101010 10110110
Octal 302 252 266

Shades and tints

Shades of #C2AAB6

#C2AAB6
(194,170,182)
#B19BA6
(177,155,166)
#A08C96
(160,140,150)
#8F7D86
(143,125,134)
#7E6E76
(126,110,118)
#6D5F66
(109,95,102)
#5C5056
(92,80,86)
#4B4146
(75,65,70)
#3A3236
(58,50,54)
#292326
(41,35,38)
#181416
(24,20,22)
#000000
(0,0,0)

Tints of #C2AAB6

#C2AAB6
(194,170,182)
#C7B1BC
(199,177,188)
#CCB8C2
(204,184,194)
#D1BFC8
(209,191,200)
#D6C6CE
(214,198,206)
#DBCDD4
(219,205,212)
#E0D4DA
(224,212,218)
#E5DBE0
(229,219,224)
#EAE2E6
(234,226,230)
#EFE9EC
(239,233,236)
#F4F0F2
(244,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2AAB6 color. Also use rgb(194,170,182) instead hex code.

Text Font Color

.myTextColor { color: #C2AAB6; }

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

This text font color is #C2AAB6.

Background Color

.myBgColor { background-color: #C2AAB6; }

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

This div background color is #C2AAB6.

Border color

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

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

This div border color is #C2AAB6.

Opacity

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

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

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

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

This text has shadow with #C2AAB6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C2AAB6.

Preview

Color preview on black background

This text has color #C2AAB6 on black background.


Color preview on white background

This text has color #C2AAB6 on white background.


Black color preview on #C2AAB6 background

This text has black color on #C2AAB6 background.


White color preview on #C2AAB6 background

This text has white color on #C2AAB6 background.


Related colors

Complementary color

Complementary color for #hex is #3D5549.


I love getcolorcode.com

Triadic colors

1 #B6C2AA and #AAB6C2 with #C2AAB6 are triadic colors.

2 #B6AAC2 and #AAC2B6 with #C2AAB6 are triadic colors.