COLOR #C2AEBB

HEX: #C2AEBB RGB: (194,174,187)

Color info

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

RGB color model

#C2AEBB color RGB value is (194,174,187).

RGB: (194,174,187) (76%, 68%, 73%)

RGB channels and saturation

R 194 of 255 = 76%
G 174 of 255 = 68%
B 187 of 255 = 73%

194
174
187

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

Portions of RGB colors in percentages

R + G + B = 194 + 174 + 187 = 555 (100%)
R 194 of 555 ~ 34.95%
G 174 of 555 ~ 31.35%
B 187 of 555 ~ 33.69'%

%34.95
%31.35
%33.69

CMYK color model

#C2AEBB color CMYK value is (0,10,4,24).

  • cyan value is 0.00%
  • magenta value is 10.31%
  • yellow value is 3.61%
  • key color value is 23.92%
CMYK: (0,10,4,24) C0M10Y4K24 (0%,10%,4%,24%) (0.00/0.10/0.04/0.24) 

CMYK percentages

%0
%10.31
%3.61
%23.92

Codes

Color #C2AEBB in popluar color models

C2 AE BB
RGB 194 174 187
HSL 321° 14.08% 72.16%
HSB/HSV 321° 10.31% 76.08%
CMYK 0.00% 10.31% 3.61%
23.92%

Color #C2AEBB in popluar number systems.

HEX C2 AE BB
Decimal 194 174 187
Binary 11000010 10101110 10111011
Octal 302 256 273

Shades and tints

Shades of #C2AEBB

#C2AEBB
(194,174,187)
#B19FAA
(177,159,170)
#A09099
(160,144,153)
#8F8188
(143,129,136)
#7E7277
(126,114,119)
#6D6366
(109,99,102)
#5C5455
(92,84,85)
#4B4544
(75,69,68)
#3A3633
(58,54,51)
#292722
(41,39,34)
#181811
(24,24,17)
#000000
(0,0,0)

Tints of #C2AEBB

#C2AEBB
(194,174,187)
#C7B5C1
(199,181,193)
#CCBCC7
(204,188,199)
#D1C3CD
(209,195,205)
#D6CAD3
(214,202,211)
#DBD1D9
(219,209,217)
#E0D8DF
(224,216,223)
#E5DFE5
(229,223,229)
#EAE6EB
(234,230,235)
#EFEDF1
(239,237,241)
#F4F4F7
(244,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C2AEBB; }

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

This text font color is #C2AEBB.

Background Color

.myBgColor { background-color: #C2AEBB; }

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

This div background color is #C2AEBB.

Border color

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

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

This div border color is #C2AEBB.

Opacity

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

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

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

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

This text has shadow with #C2AEBB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C2AEBB.

Preview

Color preview on black background

This text has color #C2AEBB on black background.


Color preview on white background

This text has color #C2AEBB on white background.


Black color preview on #C2AEBB background

This text has black color on #C2AEBB background.


White color preview on #C2AEBB background

This text has white color on #C2AEBB background.


Related colors

Complementary color

Complementary color for #hex is #3D5144.


I love getcolorcode.com

Triadic colors

1 #BBC2AE and #AEBBC2 with #C2AEBB are triadic colors.

2 #BBAEC2 and #AEC2BB with #C2AEBB are triadic colors.