COLOR #C7AEC0

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

199
174
192

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

Portions of RGB colors in percentages

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

%35.22
%30.8
%33.98

CMYK color model

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

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

CMYK percentages

%0
%12.56
%3.52
%21.96

Codes

Color #C7AEC0 in popluar color models

C7AEC0
RGB199174192
HSL317°18.25%73.14%
HSB/HSV317°12.56%78.04%
CMYK0.00%12.56%3.52%
21.96%

Color #C7AEC0 in popluar number systems.

HEXC7AEC0
Decimal199174192
Binary110001111010111011000000
Octal307256300

Shades and tints

Shades of #C7AEC0

#C7AEC0
(199,174,192)
#B59FAF
(181,159,175)
#A3909E
(163,144,158)
#91818D
(145,129,141)
#7F727C
(127,114,124)
#6D636B
(109,99,107)
#5B545A
(91,84,90)
#494549
(73,69,73)
#373638
(55,54,56)
#252727
(37,39,39)
#131816
(19,24,22)
#000000
(0,0,0)

Tints of #C7AEC0

#C7AEC0
(199,174,192)
#CCB5C5
(204,181,197)
#D1BCCA
(209,188,202)
#D6C3CF
(214,195,207)
#DBCAD4
(219,202,212)
#E0D1D9
(224,209,217)
#E5D8DE
(229,216,222)
#EADFE3
(234,223,227)
#EFE6E8
(239,230,232)
#F4EDED
(244,237,237)
#F9F4F2
(249,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7AEC0; }

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

This text font color is #C7AEC0.


Background Color

.myBgColor { background-color: #C7AEC0; }

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

This div background color is #C7AEC0.


Border color

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

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

This div border color is #C7AEC0.


Opacity

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

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

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

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

This text has shadow with #C7AEC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7AEC0 on black background.


Color preview on white background

This text has color #C7AEC0 on white background.



Black color preview on #C7AEC0 background

This text has black color on #C7AEC0 background.


White color preview on #C7AEC0 background

This text has white color on #C7AEC0 background.