COLOR #C6A7E0

HEX: #C6A7E0
RGB: (198,167,224)

Color info

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

RGB color model

#C6A7E0 color RGB value is (198,167,224).

  • red value is 198;
  • green value is 167;
  • blue value is 224.
RGB:
(198,167,224)
(78%,65%,88%)

RGB channels and saturation

R 198 of 255 = 78%
G 167 of 255 = 65%
B 224 of 255 = 88%

198
167
224

R + G + B ~ 77%. #C6A7E0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 167 + 224 = 589 (100%)
R 198 of 589 ~ 33.62%
G 167 of 589 ~ 28.35%
B 224 of 589 ~ 38.03%

%33.62
%28.35
%38.03

CMYK color model

#C6A7E0 color CMYK value is (12,25,0,12).

  • cyan value is 11.61%
  • magenta value is 25.45%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(12,25,0,12)
C12M25Y0K12 
(12%,25%,0%,12%)
(0.12/0.25/0.00/0.12)	

CMYK percentages

%11.61
%25.45
%0
%12.16

Codes

Color #C6A7E0 in popluar color models

C6A7E0
RGB198167224
HSL273°47.90%76.67%
HSB/HSV273°25.45%87.84%
CMYK11.61%25.45%0.00%
12.16%

Color #C6A7E0 in popluar number systems.

HEXC6A7E0
Decimal198167224
Binary110001101010011111100000
Octal306247340

Shades and tints

Shades of #C6A7E0

#C6A7E0
(198,167,224)
#B498CC
(180,152,204)
#A289B8
(162,137,184)
#907AA4
(144,122,164)
#7E6B90
(126,107,144)
#6C5C7C
(108,92,124)
#5A4D68
(90,77,104)
#483E54
(72,62,84)
#362F40
(54,47,64)
#24202C
(36,32,44)
#121118
(18,17,24)
#000000
(0,0,0)

Tints of #C6A7E0

#C6A7E0
(198,167,224)
#CBAFE2
(203,175,226)
#D0B7E4
(208,183,228)
#D5BFE6
(213,191,230)
#DAC7E8
(218,199,232)
#DFCFEA
(223,207,234)
#E4D7EC
(228,215,236)
#E9DFEE
(233,223,238)
#EEE7F0
(238,231,240)
#F3EFF2
(243,239,242)
#F8F7F4
(248,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6A7E0 color. Also use rgb(198,167,224) instead hex code.

Text Font Color

.myTextColor { color: #C6A7E0; }

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

This text font color is #C6A7E0.


Background Color

.myBgColor { background-color: #C6A7E0; }

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

This div background color is #C6A7E0.


Border color

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

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

This div border color is #C6A7E0.


Opacity

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

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

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

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

This text has shadow with #C6A7E0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6A7E0 on black background.


Color preview on white background

This text has color #C6A7E0 on white background.



Black color preview on #C6A7E0 background

This text has black color on #C6A7E0 background.


White color preview on #C6A7E0 background

This text has white color on #C6A7E0 background.