COLOR #C7AEC9

HEX: #C7AEC9
RGB: (199,174,201)

Color info

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

RGB color model

#C7AEC9 color RGB value is (199,174,201).

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

RGB channels and saturation

R 199 of 255 = 78%
G 174 of 255 = 68%
B 201 of 255 = 79%

199
174
201

R + G + B ~ 75%. #C7AEC9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 174 + 201 = 574 (100%)
R 199 of 574 ~ 34.67%
G 174 of 574 ~ 30.31%
B 201 of 574 ~ 35.02%

%34.67
%30.31
%35.02

CMYK color model

#C7AEC9 color CMYK value is (1,13,0,21).

  • cyan value is 1.00%
  • magenta value is 13.43%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(1,13,0,21)
C1M13Y0K21 
(1%,13%,0%,21%)
(0.01/0.13/0.00/0.21)	

CMYK percentages

%1
%13.43
%0
%21.18

Codes

Color #C7AEC9 in popluar color models

C7AEC9
RGB199174201
HSL296°20.00%73.53%
HSB/HSV296°13.43%78.82%
CMYK1.00%13.43%0.00%
21.18%

Color #C7AEC9 in popluar number systems.

HEXC7AEC9
Decimal199174201
Binary110001111010111011001001
Octal307256311

Shades and tints

Shades of #C7AEC9

#C7AEC9
(199,174,201)
#B59FB7
(181,159,183)
#A390A5
(163,144,165)
#918193
(145,129,147)
#7F7281
(127,114,129)
#6D636F
(109,99,111)
#5B545D
(91,84,93)
#49454B
(73,69,75)
#373639
(55,54,57)
#252727
(37,39,39)
#131815
(19,24,21)
#000000
(0,0,0)

Tints of #C7AEC9

#C7AEC9
(199,174,201)
#CCB5CD
(204,181,205)
#D1BCD1
(209,188,209)
#D6C3D5
(214,195,213)
#DBCAD9
(219,202,217)
#E0D1DD
(224,209,221)
#E5D8E1
(229,216,225)
#EADFE5
(234,223,229)
#EFE6E9
(239,230,233)
#F4EDED
(244,237,237)
#F9F4F1
(249,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7AEC9; }

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

This text font color is #C7AEC9.


Background Color

.myBgColor { background-color: #C7AEC9; }

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

This div background color is #C7AEC9.


Border color

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

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

This div border color is #C7AEC9.


Opacity

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

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

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

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

This text has shadow with #C7AEC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7AEC9 on black background.


Color preview on white background

This text has color #C7AEC9 on white background.



Black color preview on #C7AEC9 background

This text has black color on #C7AEC9 background.


White color preview on #C7AEC9 background

This text has white color on #C7AEC9 background.