COLOR #C0AEBE

HEX: #C0AEBE
RGB: (192,174,190)

Color info

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

RGB color model

#C0AEBE color RGB value is (192,174,190).

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

RGB channels and saturation

R 192 of 255 = 75%
G 174 of 255 = 68%
B 190 of 255 = 75%

192
174
190

R + G + B ~ 73%. #C0AEBE is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 174 + 190 = 556 (100%)
R 192 of 556 ~ 34.53%
G 174 of 556 ~ 31.29%
B 190 of 556 ~ 34.17%

%34.53
%31.29
%34.17

CMYK color model

#C0AEBE color CMYK value is (0,9,1,25).

  • cyan value is 0.00%
  • magenta value is 9.38%
  • yellow value is 1.04%
  • key color value is 24.71%
CMYK:
(0,9,1,25)
C0M9Y1K25 
(0%,9%,1%,25%)
(0.00/0.09/0.01/0.25)	

CMYK percentages

%0
%9.38
%1.04
%24.71

Codes

Color #C0AEBE in popluar color models

C0AEBE
RGB192174190
HSL307°12.50%71.76%
HSB/HSV307°9.38%75.29%
CMYK0.00%9.38%1.04%
24.71%

Color #C0AEBE in popluar number systems.

HEXC0AEBE
Decimal192174190
Binary110000001010111010111110
Octal300256276

Shades and tints

Shades of #C0AEBE

#C0AEBE
(192,174,190)
#AF9FAD
(175,159,173)
#9E909C
(158,144,156)
#8D818B
(141,129,139)
#7C727A
(124,114,122)
#6B6369
(107,99,105)
#5A5458
(90,84,88)
#494547
(73,69,71)
#383636
(56,54,54)
#272725
(39,39,37)
#161814
(22,24,20)
#000000
(0,0,0)

Tints of #C0AEBE

#C0AEBE
(192,174,190)
#C5B5C3
(197,181,195)
#CABCC8
(202,188,200)
#CFC3CD
(207,195,205)
#D4CAD2
(212,202,210)
#D9D1D7
(217,209,215)
#DED8DC
(222,216,220)
#E3DFE1
(227,223,225)
#E8E6E6
(232,230,230)
#EDEDEB
(237,237,235)
#F2F4F0
(242,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0AEBE; }

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

This text font color is #C0AEBE.


Background Color

.myBgColor { background-color: #C0AEBE; }

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

This div background color is #C0AEBE.


Border color

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

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

This div border color is #C0AEBE.


Opacity

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

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

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

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

This text has shadow with #C0AEBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0AEBE on black background.


Color preview on white background

This text has color #C0AEBE on white background.



Black color preview on #C0AEBE background

This text has black color on #C0AEBE background.


White color preview on #C0AEBE background

This text has white color on #C0AEBE background.