COLOR #C6AAED

HEX: #C6AAED
RGB: (198,170,237)

Color info

#C6AAED contains mainly red and blue colors. Web safe color of #C6AAED is #CC99FF (or #C9F).

RGB color model

#C6AAED color RGB value is (198,170,237).

  • red value is 198;
  • green value is 170;
  • blue value is 237.
RGB:
(198,170,237)
(78%,67%,93%)

RGB channels and saturation

R 198 of 255 = 78%
G 170 of 255 = 67%
B 237 of 255 = 93%

198
170
237

R + G + B ~ 79%. #C6AAED is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 170 + 237 = 605 (100%)
R 198 of 605 ~ 32.73%
G 170 of 605 ~ 28.1%
B 237 of 605 ~ 39.17%

%32.73
%28.1
%39.17

CMYK color model

#C6AAED color CMYK value is (16,28,0,7).

  • cyan value is 16.46%
  • magenta value is 28.27%
  • yellow value is 0.00%
  • key color value is 7.06%
CMYK:
(16,28,0,7)
C16M28Y0K7 
(16%,28%,0%,7%)
(0.16/0.28/0.00/0.07)	

CMYK percentages

%16.46
%28.27
%0
%7.06

Codes

Color #C6AAED in popluar color models

C6AAED
RGB198170237
HSL265°65.05%79.80%
HSB/HSV265°28.27%92.94%
CMYK16.46%28.27%0.00%
7.06%

Color #C6AAED in popluar number systems.

HEXC6AAED
Decimal198170237
Binary110001101010101011101101
Octal306252355

Shades and tints

Shades of #C6AAED

#C6AAED
(198,170,237)
#B49BD8
(180,155,216)
#A28CC3
(162,140,195)
#907DAE
(144,125,174)
#7E6E99
(126,110,153)
#6C5F84
(108,95,132)
#5A506F
(90,80,111)
#48415A
(72,65,90)
#363245
(54,50,69)
#242330
(36,35,48)
#12141B
(18,20,27)
#000000
(0,0,0)

Tints of #C6AAED

#C6AAED
(198,170,237)
#CBB1EE
(203,177,238)
#D0B8EF
(208,184,239)
#D5BFF0
(213,191,240)
#DAC6F1
(218,198,241)
#DFCDF2
(223,205,242)
#E4D4F3
(228,212,243)
#E9DBF4
(233,219,244)
#EEE2F5
(238,226,245)
#F3E9F6
(243,233,246)
#F8F0F7
(248,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6AAED color. Also use rgb(198,170,237) instead hex code.

Text Font Color

.myTextColor { color: #C6AAED; }

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

This text font color is #C6AAED.


Background Color

.myBgColor { background-color: #C6AAED; }

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

This div background color is #C6AAED.


Border color

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

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

This div border color is #C6AAED.


Opacity

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

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

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

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

This text has shadow with #C6AAED color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6AAED on black background.


Color preview on white background

This text has color #C6AAED on white background.



Black color preview on #C6AAED background

This text has black color on #C6AAED background.


White color preview on #C6AAED background

This text has white color on #C6AAED background.