COLOR #C0AEB4

HEX: #C0AEB4 RGB: (192,174,180)

Color info

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

RGB color model

#C0AEB4 color RGB value is (192,174,180).

RGB: (192,174,180) (75%, 68%, 71%)

RGB channels and saturation

R 192 of 255 = 75%
G 174 of 255 = 68%
B 180 of 255 = 71%

192
174
180

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

Portions of RGB colors in percentages

R + G + B = 192 + 174 + 180 = 546 (100%)
R 192 of 546 ~ 35.16%
G 174 of 546 ~ 31.87%
B 180 of 546 ~ 32.97'%

%35.16
%31.87
%32.97

CMYK color model

#C0AEB4 color CMYK value is (0,9,6,25).

  • cyan value is 0.00%
  • magenta value is 9.38%
  • yellow value is 6.25%
  • key color value is 24.71%

CMYK: (0,9,6,25)
C0M9Y6K25 (0%, 9%, 6%, 25%)
(0.00 / 0.09 / 0.06 / 0.25)

CMYK percentages

%0
%9.38
%6.25
%24.71

Codes

Color #C0AEB4 in popluar color models

C0 AE B4
RGB 192 174 180
HSL 340° 12.50% 71.76%
HSB/HSV 340° 9.38% 75.29%
CMYK 0.00% 9.38% 6.25%
24.71%

Color #C0AEB4 in popluar number systems.

HEX C0 AE B4
Decimal 192 174 180
Binary 11000000 10101110 10110100
Octal 300 256 264

Shades and tints

Shades of #C0AEB4

#C0AEB4
(192,174,180)
#AF9FA4
(175,159,164)
#9E9094
(158,144,148)
#8D8184
(141,129,132)
#7C7274
(124,114,116)
#6B6364
(107,99,100)
#5A5454
(90,84,84)
#494544
(73,69,68)
#383634
(56,54,52)
#272724
(39,39,36)
#161814
(22,24,20)
#000000
(0,0,0)

Tints of #C0AEB4

#C0AEB4
(192,174,180)
#C5B5BA
(197,181,186)
#CABCC0
(202,188,192)
#CFC3C6
(207,195,198)
#D4CACC
(212,202,204)
#D9D1D2
(217,209,210)
#DED8D8
(222,216,216)
#E3DFDE
(227,223,222)
#E8E6E4
(232,230,228)
#EDEDEA
(237,237,234)
#F2F4F0
(242,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0AEB4 color. Also use rgb(192,174,180) instead hex code.

Text Font Color

.myTextColor { color: #C0AEB4; }

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

This text font color is #C0AEB4.

Background Color

.myBgColor { background-color: #C0AEB4; }

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

This div background color is #C0AEB4.

Border color

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

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

This div border color is #C0AEB4.

Opacity

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

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

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

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

This text has shadow with #C0AEB4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C0AEB4.

Preview

Color preview on black background

This text has color #C0AEB4 on black background.


Color preview on white background

This text has color #C0AEB4 on white background.


Black color preview on #C0AEB4 background

This text has black color on #C0AEB4 background.


White color preview on #C0AEB4 background

This text has white color on #C0AEB4 background.


Related colors

Complementary color

Complementary color for #hex is #3F514B.


I love getcolorcode.com

Triadic colors

1 #B4C0AE and #AEB4C0 with #C0AEB4 are triadic colors.

2 #B4AEC0 and #AEC0B4 with #C0AEB4 are triadic colors.