COLOR #C6ABD0

HEX: #C6ABD0
RGB: (198,171,208)

Color info

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

RGB color model

#C6ABD0 color RGB value is (198,171,208).

  • red value is 198;
  • green value is 171;
  • blue value is 208.
RGB:
(198,171,208)
(78%,67%,82%)

RGB channels and saturation

R 198 of 255 = 78%
G 171 of 255 = 67%
B 208 of 255 = 82%

198
171
208

R + G + B ~ 76%. #C6ABD0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 171 + 208 = 577 (100%)
R 198 of 577 ~ 34.32%
G 171 of 577 ~ 29.64%
B 208 of 577 ~ 36.05%

%34.32
%29.64
%36.05

CMYK color model

#C6ABD0 color CMYK value is (5,18,0,18).

  • cyan value is 4.81%
  • magenta value is 17.79%
  • yellow value is 0.00%
  • key color value is 18.43%
CMYK:
(5,18,0,18)
C5M18Y0K18 
(5%,18%,0%,18%)
(0.05/0.18/0.00/0.18)	

CMYK percentages

%4.81
%17.79
%0
%18.43

Codes

Color #C6ABD0 in popluar color models

C6ABD0
RGB198171208
HSL284°28.24%74.31%
HSB/HSV284°17.79%81.57%
CMYK4.81%17.79%0.00%
18.43%

Color #C6ABD0 in popluar number systems.

HEXC6ABD0
Decimal198171208
Binary110001101010101111010000
Octal306253320

Shades and tints

Shades of #C6ABD0

#C6ABD0
(198,171,208)
#B49CBE
(180,156,190)
#A28DAC
(162,141,172)
#907E9A
(144,126,154)
#7E6F88
(126,111,136)
#6C6076
(108,96,118)
#5A5164
(90,81,100)
#484252
(72,66,82)
#363340
(54,51,64)
#24242E
(36,36,46)
#12151C
(18,21,28)
#000000
(0,0,0)

Tints of #C6ABD0

#C6ABD0
(198,171,208)
#CBB2D4
(203,178,212)
#D0B9D8
(208,185,216)
#D5C0DC
(213,192,220)
#DAC7E0
(218,199,224)
#DFCEE4
(223,206,228)
#E4D5E8
(228,213,232)
#E9DCEC
(233,220,236)
#EEE3F0
(238,227,240)
#F3EAF4
(243,234,244)
#F8F1F8
(248,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6ABD0 color. Also use rgb(198,171,208) instead hex code.

Text Font Color

.myTextColor { color: #C6ABD0; }

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

This text font color is #C6ABD0.


Background Color

.myBgColor { background-color: #C6ABD0; }

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

This div background color is #C6ABD0.


Border color

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

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

This div border color is #C6ABD0.


Opacity

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

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

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

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

This text has shadow with #C6ABD0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6ABD0 on black background.


Color preview on white background

This text has color #C6ABD0 on white background.



Black color preview on #C6ABD0 background

This text has black color on #C6ABD0 background.


White color preview on #C6ABD0 background

This text has white color on #C6ABD0 background.