COLOR #C6A9EE

HEX: #C6A9EE RGB: (198,169,238)

Color info

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

RGB color model

#C6A9EE color RGB value is (198,169,238).

RGB: (198,169,238) (78%, 66%, 93%)

RGB channels and saturation

R 198 of 255 = 78%
G 169 of 255 = 66%
B 238 of 255 = 93%

198
169
238

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

Portions of RGB colors in percentages

R + G + B = 198 + 169 + 238 = 605 (100%)
R 198 of 605 ~ 32.73%
G 169 of 605 ~ 27.93%
B 238 of 605 ~ 39.34'%

%32.73
%27.93
%39.34

CMYK color model

#C6A9EE color CMYK value is (17,29,0,7).

  • cyan value is 16.81%
  • magenta value is 28.99%
  • yellow value is 0.00%
  • key color value is 6.67%

CMYK: (17,29,0,7)
C17M29Y0K7 (17%, 29%, 0%, 7%)
(0.17 / 0.29 / 0.00 / 0.07)

CMYK percentages

%16.81
%28.99
%0
%6.67

Codes

Color #C6A9EE in popluar color models

C6 A9 EE
RGB 198 169 238
HSL 265° 66.99% 79.80%
HSB/HSV 265° 28.99% 93.33%
CMYK 16.81% 28.99% 0.00%
6.67%

Color #C6A9EE in popluar number systems.

HEX C6 A9 EE
Decimal 198 169 238
Binary 11000110 10101001 11101110
Octal 306 251 356

Shades and tints

Shades of #C6A9EE

#C6A9EE
(198,169,238)
#B49AD9
(180,154,217)
#A28BC4
(162,139,196)
#907CAF
(144,124,175)
#7E6D9A
(126,109,154)
#6C5E85
(108,94,133)
#5A4F70
(90,79,112)
#48405B
(72,64,91)
#363146
(54,49,70)
#242231
(36,34,49)
#12131C
(18,19,28)
#000000
(0,0,0)

Tints of #C6A9EE

#C6A9EE
(198,169,238)
#CBB0EF
(203,176,239)
#D0B7F0
(208,183,240)
#D5BEF1
(213,190,241)
#DAC5F2
(218,197,242)
#DFCCF3
(223,204,243)
#E4D3F4
(228,211,244)
#E9DAF5
(233,218,245)
#EEE1F6
(238,225,246)
#F3E8F7
(243,232,247)
#F8EFF8
(248,239,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6A9EE color. Also use rgb(198,169,238) instead hex code.

Text Font Color

.myTextColor { color: #C6A9EE; }

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

This text font color is #C6A9EE.

Background Color

.myBgColor { background-color: #C6A9EE; }

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

This div background color is #C6A9EE.

Border color

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

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

This div border color is #C6A9EE.

Opacity

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

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

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

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

This text has shadow with #C6A9EE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6A9EE.

Preview

Color preview on black background

This text has color #C6A9EE on black background.


Color preview on white background

This text has color #C6A9EE on white background.


Black color preview on #C6A9EE background

This text has black color on #C6A9EE background.


White color preview on #C6A9EE background

This text has white color on #C6A9EE background.


Related colors

Complementary color

Complementary color for #hex is #395611.


I love getcolorcode.com

Triadic colors

1 #EEC6A9 and #A9EEC6 with #C6A9EE are triadic colors.

2 #EEA9C6 and #A9C6EE with #C6A9EE are triadic colors.