COLOR #C0AEB0

HEX: #C0AEB0
RGB: (192,174,176)

Color info

#C0AEB0 contains red, green and blue colors in about the same proportion. Web safe color of #C0AEB0 is #CC9999 (or #C99).

RGB color model

#C0AEB0 color RGB value is (192,174,176).

  • red value is 192;
  • green value is 174;
  • blue value is 176.
RGB:
(192,174,176)
(75%,68%,69%)

RGB channels and saturation

R 192 of 255 = 75%
G 174 of 255 = 68%
B 176 of 255 = 69%

192
174
176

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

Portions of RGB colors in percentages

R + G + B =
192 + 174 + 176 = 542 (100%)
R 192 of 542 ~ 35.42%
G 174 of 542 ~ 32.1%
B 176 of 542 ~ 32.47%

%35.42
%32.1
%32.47

CMYK color model

#C0AEB0 color CMYK value is (0,9,8,25).

  • cyan value is 0.00%
  • magenta value is 9.38%
  • yellow value is 8.33%
  • key color value is 24.71%
CMYK:
(0,9,8,25)
C0M9Y8K25 
(0%,9%,8%,25%)
(0.00/0.09/0.08/0.25)	

CMYK percentages

%0
%9.38
%8.33
%24.71

Codes

Color #C0AEB0 in popluar color models

C0AEB0
RGB192174176
HSL353°12.50%71.76%
HSB/HSV353°9.38%75.29%
CMYK0.00%9.38%8.33%
24.71%

Color #C0AEB0 in popluar number systems.

HEXC0AEB0
Decimal192174176
Binary110000001010111010110000
Octal300256260

Shades and tints

Shades of #C0AEB0

#C0AEB0
(192,174,176)
#AF9FA0
(175,159,160)
#9E9090
(158,144,144)
#8D8180
(141,129,128)
#7C7270
(124,114,112)
#6B6360
(107,99,96)
#5A5450
(90,84,80)
#494540
(73,69,64)
#383630
(56,54,48)
#272720
(39,39,32)
#161810
(22,24,16)
#000000
(0,0,0)

Tints of #C0AEB0

#C0AEB0
(192,174,176)
#C5B5B7
(197,181,183)
#CABCBE
(202,188,190)
#CFC3C5
(207,195,197)
#D4CACC
(212,202,204)
#D9D1D3
(217,209,211)
#DED8DA
(222,216,218)
#E3DFE1
(227,223,225)
#E8E6E8
(232,230,232)
#EDEDEF
(237,237,239)
#F2F4F6
(242,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0AEB0; }

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

This text font color is #C0AEB0.


Background Color

.myBgColor { background-color: #C0AEB0; }

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

This div background color is #C0AEB0.


Border color

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

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

This div border color is #C0AEB0.


Opacity

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

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

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

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

This text has shadow with #C0AEB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0AEB0 on black background.


Color preview on white background

This text has color #C0AEB0 on white background.



Black color preview on #C0AEB0 background

This text has black color on #C0AEB0 background.


White color preview on #C0AEB0 background

This text has white color on #C0AEB0 background.