COLOR #C2AEB6

HEX: #C2AEB6 RGB: (194,174,182)

Color info

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

RGB color model

#C2AEB6 color RGB value is (194,174,182).

RGB: (194,174,182) (76%, 68%, 71%)

RGB channels and saturation

R 194 of 255 = 76%
G 174 of 255 = 68%
B 182 of 255 = 71%

194
174
182

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

Portions of RGB colors in percentages

R + G + B = 194 + 174 + 182 = 550 (100%)
R 194 of 550 ~ 35.27%
G 174 of 550 ~ 31.64%
B 182 of 550 ~ 33.09'%

%35.27
%31.64
%33.09

CMYK color model

#C2AEB6 color CMYK value is (0,10,6,24).

  • cyan value is 0.00%
  • magenta value is 10.31%
  • yellow value is 6.19%
  • key color value is 23.92%

CMYK: (0,10,6,24)
C0M10Y6K24 (0%, 10%, 6%, 24%)
(0.00 / 0.10 / 0.06 / 0.24)

CMYK percentages

%0
%10.31
%6.19
%23.92

Codes

Color #C2AEB6 in popluar color models

C2 AE B6
RGB 194 174 182
HSL 336° 14.08% 72.16%
HSB/HSV 336° 10.31% 76.08%
CMYK 0.00% 10.31% 6.19%
23.92%

Color #C2AEB6 in popluar number systems.

HEX C2 AE B6
Decimal 194 174 182
Binary 11000010 10101110 10110110
Octal 302 256 266

Shades and tints

Shades of #C2AEB6

#C2AEB6
(194,174,182)
#B19FA6
(177,159,166)
#A09096
(160,144,150)
#8F8186
(143,129,134)
#7E7276
(126,114,118)
#6D6366
(109,99,102)
#5C5456
(92,84,86)
#4B4546
(75,69,70)
#3A3636
(58,54,54)
#292726
(41,39,38)
#181816
(24,24,22)
#000000
(0,0,0)

Tints of #C2AEB6

#C2AEB6
(194,174,182)
#C7B5BC
(199,181,188)
#CCBCC2
(204,188,194)
#D1C3C8
(209,195,200)
#D6CACE
(214,202,206)
#DBD1D4
(219,209,212)
#E0D8DA
(224,216,218)
#E5DFE0
(229,223,224)
#EAE6E6
(234,230,230)
#EFEDEC
(239,237,236)
#F4F4F2
(244,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2AEB6; }

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

This text font color is #C2AEB6.

Background Color

.myBgColor { background-color: #C2AEB6; }

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

This div background color is #C2AEB6.

Border color

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

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

This div border color is #C2AEB6.

Opacity

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

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

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

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

This text has shadow with #C2AEB6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C2AEB6.

Preview

Color preview on black background

This text has color #C2AEB6 on black background.


Color preview on white background

This text has color #C2AEB6 on white background.


Black color preview on #C2AEB6 background

This text has black color on #C2AEB6 background.


White color preview on #C2AEB6 background

This text has white color on #C2AEB6 background.


Related colors

Complementary color

Complementary color for #hex is #3D5149.


I love getcolorcode.com

Triadic colors

1 #B6C2AE and #AEB6C2 with #C2AEB6 are triadic colors.

2 #B6AEC2 and #AEC2B6 with #C2AEB6 are triadic colors.