COLOR #C6AECD

HEX: #C6AECD
RGB: (198,174,205)

Color info

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

RGB color model

#C6AECD color RGB value is (198,174,205).

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

RGB channels and saturation

R 198 of 255 = 78%
G 174 of 255 = 68%
B 205 of 255 = 80%

198
174
205

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

Portions of RGB colors in percentages

R + G + B =
198 + 174 + 205 = 577 (100%)
R 198 of 577 ~ 34.32%
G 174 of 577 ~ 30.16%
B 205 of 577 ~ 35.53%

%34.32
%30.16
%35.53

CMYK color model

#C6AECD color CMYK value is (3,15,0,20).

  • cyan value is 3.41%
  • magenta value is 15.12%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(3,15,0,20)
C3M15Y0K20 
(3%,15%,0%,20%)
(0.03/0.15/0.00/0.20)	

CMYK percentages

%3.41
%15.12
%0
%19.61

Codes

Color #C6AECD in popluar color models

C6AECD
RGB198174205
HSL286°23.66%74.31%
HSB/HSV286°15.12%80.39%
CMYK3.41%15.12%0.00%
19.61%

Color #C6AECD in popluar number systems.

HEXC6AECD
Decimal198174205
Binary110001101010111011001101
Octal306256315

Shades and tints

Shades of #C6AECD

#C6AECD
(198,174,205)
#B49FBB
(180,159,187)
#A290A9
(162,144,169)
#908197
(144,129,151)
#7E7285
(126,114,133)
#6C6373
(108,99,115)
#5A5461
(90,84,97)
#48454F
(72,69,79)
#36363D
(54,54,61)
#24272B
(36,39,43)
#121819
(18,24,25)
#000000
(0,0,0)

Tints of #C6AECD

#C6AECD
(198,174,205)
#CBB5D1
(203,181,209)
#D0BCD5
(208,188,213)
#D5C3D9
(213,195,217)
#DACADD
(218,202,221)
#DFD1E1
(223,209,225)
#E4D8E5
(228,216,229)
#E9DFE9
(233,223,233)
#EEE6ED
(238,230,237)
#F3EDF1
(243,237,241)
#F8F4F5
(248,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6AECD; }

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

This text font color is #C6AECD.


Background Color

.myBgColor { background-color: #C6AECD; }

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

This div background color is #C6AECD.


Border color

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

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

This div border color is #C6AECD.


Opacity

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

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

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

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

This text has shadow with #C6AECD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6AECD on black background.


Color preview on white background

This text has color #C6AECD on white background.



Black color preview on #C6AECD background

This text has black color on #C6AECD background.


White color preview on #C6AECD background

This text has white color on #C6AECD background.