COLOR #C6AEC5

HEX: #C6AEC5
RGB: (198,174,197)

Color info

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

RGB color model

#C6AEC5 color RGB value is (198,174,197).

  • red value is 198;
  • green value is 174;
  • blue value is 197.
RGB:
(198,174,197)
(78%,68%,77%)

RGB channels and saturation

R 198 of 255 = 78%
G 174 of 255 = 68%
B 197 of 255 = 77%

198
174
197

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

Portions of RGB colors in percentages

R + G + B =
198 + 174 + 197 = 569 (100%)
R 198 of 569 ~ 34.8%
G 174 of 569 ~ 30.58%
B 197 of 569 ~ 34.62%

%34.8
%30.58
%34.62

CMYK color model

#C6AEC5 color CMYK value is (0,12,1,22).

  • cyan value is 0.00%
  • magenta value is 12.12%
  • yellow value is 0.51%
  • key color value is 22.35%
CMYK:
(0,12,1,22)
C0M12Y1K22 
(0%,12%,1%,22%)
(0.00/0.12/0.01/0.22)	

CMYK percentages

%0
%12.12
%0.51
%22.35

Codes

Color #C6AEC5 in popluar color models

C6AEC5
RGB198174197
HSL303°17.39%72.94%
HSB/HSV303°12.12%77.65%
CMYK0.00%12.12%0.51%
22.35%

Color #C6AEC5 in popluar number systems.

HEXC6AEC5
Decimal198174197
Binary110001101010111011000101
Octal306256305

Shades and tints

Shades of #C6AEC5

#C6AEC5
(198,174,197)
#B49FB4
(180,159,180)
#A290A3
(162,144,163)
#908192
(144,129,146)
#7E7281
(126,114,129)
#6C6370
(108,99,112)
#5A545F
(90,84,95)
#48454E
(72,69,78)
#36363D
(54,54,61)
#24272C
(36,39,44)
#12181B
(18,24,27)
#000000
(0,0,0)

Tints of #C6AEC5

#C6AEC5
(198,174,197)
#CBB5CA
(203,181,202)
#D0BCCF
(208,188,207)
#D5C3D4
(213,195,212)
#DACAD9
(218,202,217)
#DFD1DE
(223,209,222)
#E4D8E3
(228,216,227)
#E9DFE8
(233,223,232)
#EEE6ED
(238,230,237)
#F3EDF2
(243,237,242)
#F8F4F7
(248,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6AEC5 color. Also use rgb(198,174,197) instead hex code.

Text Font Color

.myTextColor { color: #C6AEC5; }

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

This text font color is #C6AEC5.


Background Color

.myBgColor { background-color: #C6AEC5; }

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

This div background color is #C6AEC5.


Border color

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

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

This div border color is #C6AEC5.


Opacity

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

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

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

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

This text has shadow with #C6AEC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6AEC5 on black background.


Color preview on white background

This text has color #C6AEC5 on white background.



Black color preview on #C6AEC5 background

This text has black color on #C6AEC5 background.


White color preview on #C6AEC5 background

This text has white color on #C6AEC5 background.