COLOR #C0AEC1

HEX: #C0AEC1
RGB: (192,174,193)

Color info

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

RGB color model

#C0AEC1 color RGB value is (192,174,193).

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

RGB channels and saturation

R 192 of 255 = 75%
G 174 of 255 = 68%
B 193 of 255 = 76%

192
174
193

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

Portions of RGB colors in percentages

R + G + B =
192 + 174 + 193 = 559 (100%)
R 192 of 559 ~ 34.35%
G 174 of 559 ~ 31.13%
B 193 of 559 ~ 34.53%

%34.35
%31.13
%34.53

CMYK color model

#C0AEC1 color CMYK value is (1,10,0,24).

  • cyan value is 0.52%
  • magenta value is 9.84%
  • yellow value is 0.00%
  • key color value is 24.31%
CMYK:
(1,10,0,24)
C1M10Y0K24 
(1%,10%,0%,24%)
(0.01/0.10/0.00/0.24)	

CMYK percentages

%0.52
%9.84
%0
%24.31

Codes

Color #C0AEC1 in popluar color models

C0AEC1
RGB192174193
HSL297°13.29%71.96%
HSB/HSV297°9.84%75.69%
CMYK0.52%9.84%0.00%
24.31%

Color #C0AEC1 in popluar number systems.

HEXC0AEC1
Decimal192174193
Binary110000001010111011000001
Octal300256301

Shades and tints

Shades of #C0AEC1

#C0AEC1
(192,174,193)
#AF9FB0
(175,159,176)
#9E909F
(158,144,159)
#8D818E
(141,129,142)
#7C727D
(124,114,125)
#6B636C
(107,99,108)
#5A545B
(90,84,91)
#49454A
(73,69,74)
#383639
(56,54,57)
#272728
(39,39,40)
#161817
(22,24,23)
#000000
(0,0,0)

Tints of #C0AEC1

#C0AEC1
(192,174,193)
#C5B5C6
(197,181,198)
#CABCCB
(202,188,203)
#CFC3D0
(207,195,208)
#D4CAD5
(212,202,213)
#D9D1DA
(217,209,218)
#DED8DF
(222,216,223)
#E3DFE4
(227,223,228)
#E8E6E9
(232,230,233)
#EDEDEE
(237,237,238)
#F2F4F3
(242,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0AEC1; }

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

This text font color is #C0AEC1.


Background Color

.myBgColor { background-color: #C0AEC1; }

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

This div background color is #C0AEC1.


Border color

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

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

This div border color is #C0AEC1.


Opacity

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

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

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

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

This text has shadow with #C0AEC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0AEC1 on black background.


Color preview on white background

This text has color #C0AEC1 on white background.



Black color preview on #C0AEC1 background

This text has black color on #C0AEC1 background.


White color preview on #C0AEC1 background

This text has white color on #C0AEC1 background.