COLOR #C0AEC7

HEX: #C0AEC7
RGB: (192,174,199)

Color info

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

RGB color model

#C0AEC7 color RGB value is (192,174,199).

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

RGB channels and saturation

R 192 of 255 = 75%
G 174 of 255 = 68%
B 199 of 255 = 78%

192
174
199

R + G + B ~ 74%. #C0AEC7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 174 + 199 = 565 (100%)
R 192 of 565 ~ 33.98%
G 174 of 565 ~ 30.8%
B 199 of 565 ~ 35.22%

%33.98
%30.8
%35.22

CMYK color model

#C0AEC7 color CMYK value is (4,13,0,22).

  • cyan value is 3.52%
  • magenta value is 12.56%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(4,13,0,22)
C4M13Y0K22 
(4%,13%,0%,22%)
(0.04/0.13/0.00/0.22)	

CMYK percentages

%3.52
%12.56
%0
%21.96

Codes

Color #C0AEC7 in popluar color models

C0AEC7
RGB192174199
HSL283°18.25%73.14%
HSB/HSV283°12.56%78.04%
CMYK3.52%12.56%0.00%
21.96%

Color #C0AEC7 in popluar number systems.

HEXC0AEC7
Decimal192174199
Binary110000001010111011000111
Octal300256307

Shades and tints

Shades of #C0AEC7

#C0AEC7
(192,174,199)
#AF9FB5
(175,159,181)
#9E90A3
(158,144,163)
#8D8191
(141,129,145)
#7C727F
(124,114,127)
#6B636D
(107,99,109)
#5A545B
(90,84,91)
#494549
(73,69,73)
#383637
(56,54,55)
#272725
(39,39,37)
#161813
(22,24,19)
#000000
(0,0,0)

Tints of #C0AEC7

#C0AEC7
(192,174,199)
#C5B5CC
(197,181,204)
#CABCD1
(202,188,209)
#CFC3D6
(207,195,214)
#D4CADB
(212,202,219)
#D9D1E0
(217,209,224)
#DED8E5
(222,216,229)
#E3DFEA
(227,223,234)
#E8E6EF
(232,230,239)
#EDEDF4
(237,237,244)
#F2F4F9
(242,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0AEC7; }

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

This text font color is #C0AEC7.


Background Color

.myBgColor { background-color: #C0AEC7; }

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

This div background color is #C0AEC7.


Border color

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

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

This div border color is #C0AEC7.


Opacity

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

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

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

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

This text has shadow with #C0AEC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0AEC7 on black background.


Color preview on white background

This text has color #C0AEC7 on white background.



Black color preview on #C0AEC7 background

This text has black color on #C0AEC7 background.


White color preview on #C0AEC7 background

This text has white color on #C0AEC7 background.