COLOR #C0AEBA

HEX: #C0AEBA
RGB: (192,174,186)

Color info

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

RGB color model

#C0AEBA color RGB value is (192,174,186).

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

RGB channels and saturation

R 192 of 255 = 75%
G 174 of 255 = 68%
B 186 of 255 = 73%

192
174
186

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

Portions of RGB colors in percentages

R + G + B =
192 + 174 + 186 = 552 (100%)
R 192 of 552 ~ 34.78%
G 174 of 552 ~ 31.52%
B 186 of 552 ~ 33.7%

%34.78
%31.52
%33.7

CMYK color model

#C0AEBA color CMYK value is (0,9,3,25).

  • cyan value is 0.00%
  • magenta value is 9.38%
  • yellow value is 3.13%
  • key color value is 24.71%
CMYK:
(0,9,3,25)
C0M9Y3K25 
(0%,9%,3%,25%)
(0.00/0.09/0.03/0.25)	

CMYK percentages

%0
%9.38
%3.13
%24.71

Codes

Color #C0AEBA in popluar color models

C0AEBA
RGB192174186
HSL320°12.50%71.76%
HSB/HSV320°9.38%75.29%
CMYK0.00%9.38%3.13%
24.71%

Color #C0AEBA in popluar number systems.

HEXC0AEBA
Decimal192174186
Binary110000001010111010111010
Octal300256272

Shades and tints

Shades of #C0AEBA

#C0AEBA
(192,174,186)
#AF9FAA
(175,159,170)
#9E909A
(158,144,154)
#8D818A
(141,129,138)
#7C727A
(124,114,122)
#6B636A
(107,99,106)
#5A545A
(90,84,90)
#49454A
(73,69,74)
#38363A
(56,54,58)
#27272A
(39,39,42)
#16181A
(22,24,26)
#000000
(0,0,0)

Tints of #C0AEBA

#C0AEBA
(192,174,186)
#C5B5C0
(197,181,192)
#CABCC6
(202,188,198)
#CFC3CC
(207,195,204)
#D4CAD2
(212,202,210)
#D9D1D8
(217,209,216)
#DED8DE
(222,216,222)
#E3DFE4
(227,223,228)
#E8E6EA
(232,230,234)
#EDEDF0
(237,237,240)
#F2F4F6
(242,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0AEBA; }

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

This text font color is #C0AEBA.


Background Color

.myBgColor { background-color: #C0AEBA; }

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

This div background color is #C0AEBA.


Border color

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

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

This div border color is #C0AEBA.


Opacity

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

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

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

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

This text has shadow with #C0AEBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0AEBA on black background.


Color preview on white background

This text has color #C0AEBA on white background.



Black color preview on #C0AEBA background

This text has black color on #C0AEBA background.


White color preview on #C0AEBA background

This text has white color on #C0AEBA background.