COLOR #C6AACF

HEX: #C6AACF
RGB: (198,170,207)

Color info

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

RGB color model

#C6AACF color RGB value is (198,170,207).

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

RGB channels and saturation

R 198 of 255 = 78%
G 170 of 255 = 67%
B 207 of 255 = 81%

198
170
207

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

Portions of RGB colors in percentages

R + G + B =
198 + 170 + 207 = 575 (100%)
R 198 of 575 ~ 34.43%
G 170 of 575 ~ 29.57%
B 207 of 575 ~ 36%

%34.43
%29.57
%36

CMYK color model

#C6AACF color CMYK value is (4,18,0,19).

  • cyan value is 4.35%
  • magenta value is 17.87%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK:
(4,18,0,19)
C4M18Y0K19 
(4%,18%,0%,19%)
(0.04/0.18/0.00/0.19)	

CMYK percentages

%4.35
%17.87
%0
%18.82

Codes

Color #C6AACF in popluar color models

C6AACF
RGB198170207
HSL285°27.82%73.92%
HSB/HSV285°17.87%81.18%
CMYK4.35%17.87%0.00%
18.82%

Color #C6AACF in popluar number systems.

HEXC6AACF
Decimal198170207
Binary110001101010101011001111
Octal306252317

Shades and tints

Shades of #C6AACF

#C6AACF
(198,170,207)
#B49BBD
(180,155,189)
#A28CAB
(162,140,171)
#907D99
(144,125,153)
#7E6E87
(126,110,135)
#6C5F75
(108,95,117)
#5A5063
(90,80,99)
#484151
(72,65,81)
#36323F
(54,50,63)
#24232D
(36,35,45)
#12141B
(18,20,27)
#000000
(0,0,0)

Tints of #C6AACF

#C6AACF
(198,170,207)
#CBB1D3
(203,177,211)
#D0B8D7
(208,184,215)
#D5BFDB
(213,191,219)
#DAC6DF
(218,198,223)
#DFCDE3
(223,205,227)
#E4D4E7
(228,212,231)
#E9DBEB
(233,219,235)
#EEE2EF
(238,226,239)
#F3E9F3
(243,233,243)
#F8F0F7
(248,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6AACF; }

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

This text font color is #C6AACF.


Background Color

.myBgColor { background-color: #C6AACF; }

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

This div background color is #C6AACF.


Border color

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

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

This div border color is #C6AACF.


Opacity

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

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

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

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

This text has shadow with #C6AACF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6AACF on black background.


Color preview on white background

This text has color #C6AACF on white background.



Black color preview on #C6AACF background

This text has black color on #C6AACF background.


White color preview on #C6AACF background

This text has white color on #C6AACF background.