COLOR #C6AAC3

HEX: #C6AAC3
RGB: (198,170,195)

Color info

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

RGB color model

#C6AAC3 color RGB value is (198,170,195).

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

RGB channels and saturation

R 198 of 255 = 78%
G 170 of 255 = 67%
B 195 of 255 = 76%

198
170
195

R + G + B ~ 74%. #C6AAC3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 170 + 195 = 563 (100%)
R 198 of 563 ~ 35.17%
G 170 of 563 ~ 30.2%
B 195 of 563 ~ 34.64%

%35.17
%30.2
%34.64

CMYK color model

#C6AAC3 color CMYK value is (0,14,2,22).

  • cyan value is 0.00%
  • magenta value is 14.14%
  • yellow value is 1.52%
  • key color value is 22.35%
CMYK:
(0,14,2,22)
C0M14Y2K22 
(0%,14%,2%,22%)
(0.00/0.14/0.02/0.22)	

CMYK percentages

%0
%14.14
%1.52
%22.35

Codes

Color #C6AAC3 in popluar color models

C6AAC3
RGB198170195
HSL306°19.72%72.16%
HSB/HSV306°14.14%77.65%
CMYK0.00%14.14%1.52%
22.35%

Color #C6AAC3 in popluar number systems.

HEXC6AAC3
Decimal198170195
Binary110001101010101011000011
Octal306252303

Shades and tints

Shades of #C6AAC3

#C6AAC3
(198,170,195)
#B49BB2
(180,155,178)
#A28CA1
(162,140,161)
#907D90
(144,125,144)
#7E6E7F
(126,110,127)
#6C5F6E
(108,95,110)
#5A505D
(90,80,93)
#48414C
(72,65,76)
#36323B
(54,50,59)
#24232A
(36,35,42)
#121419
(18,20,25)
#000000
(0,0,0)

Tints of #C6AAC3

#C6AAC3
(198,170,195)
#CBB1C8
(203,177,200)
#D0B8CD
(208,184,205)
#D5BFD2
(213,191,210)
#DAC6D7
(218,198,215)
#DFCDDC
(223,205,220)
#E4D4E1
(228,212,225)
#E9DBE6
(233,219,230)
#EEE2EB
(238,226,235)
#F3E9F0
(243,233,240)
#F8F0F5
(248,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6AAC3; }

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

This text font color is #C6AAC3.


Background Color

.myBgColor { background-color: #C6AAC3; }

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

This div background color is #C6AAC3.


Border color

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

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

This div border color is #C6AAC3.


Opacity

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

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

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

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

This text has shadow with #C6AAC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6AAC3 on black background.


Color preview on white background

This text has color #C6AAC3 on white background.



Black color preview on #C6AAC3 background

This text has black color on #C6AAC3 background.


White color preview on #C6AAC3 background

This text has white color on #C6AAC3 background.