COLOR #C6ABC1

HEX: #C6ABC1 RGB: (198,171,193)

Color info

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

RGB color model

#C6ABC1 color RGB value is (198,171,193).

RGB: (198,171,193) (78%, 67%, 76%)

RGB channels and saturation

R 198 of 255 = 78%
G 171 of 255 = 67%
B 193 of 255 = 76%

198
171
193

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

Portions of RGB colors in percentages

R + G + B = 198 + 171 + 193 = 562 (100%)
R 198 of 562 ~ 35.23%
G 171 of 562 ~ 30.43%
B 193 of 562 ~ 34.34'%

%35.23
%30.43
%34.34

CMYK color model

#C6ABC1 color CMYK value is (0,14,3,22).

  • cyan value is 0.00%
  • magenta value is 13.64%
  • yellow value is 2.53%
  • key color value is 22.35%

CMYK: (0,14,3,22)
C0M14Y3K22 (0%, 14%, 3%, 22%)
(0.00 / 0.14 / 0.03 / 0.22)

CMYK percentages

%0
%13.64
%2.53
%22.35

Codes

Color #C6ABC1 in popluar color models

C6 AB C1
RGB 198 171 193
HSL 311° 19.15% 72.35%
HSB/HSV 311° 13.64% 77.65%
CMYK 0.00% 13.64% 2.53%
22.35%

Color #C6ABC1 in popluar number systems.

HEX C6 AB C1
Decimal 198 171 193
Binary 11000110 10101011 11000001
Octal 306 253 301

Shades and tints

Shades of #C6ABC1

#C6ABC1
(198,171,193)
#B49CB0
(180,156,176)
#A28D9F
(162,141,159)
#907E8E
(144,126,142)
#7E6F7D
(126,111,125)
#6C606C
(108,96,108)
#5A515B
(90,81,91)
#48424A
(72,66,74)
#363339
(54,51,57)
#242428
(36,36,40)
#121517
(18,21,23)
#000000
(0,0,0)

Tints of #C6ABC1

#C6ABC1
(198,171,193)
#CBB2C6
(203,178,198)
#D0B9CB
(208,185,203)
#D5C0D0
(213,192,208)
#DAC7D5
(218,199,213)
#DFCEDA
(223,206,218)
#E4D5DF
(228,213,223)
#E9DCE4
(233,220,228)
#EEE3E9
(238,227,233)
#F3EAEE
(243,234,238)
#F8F1F3
(248,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6ABC1; }

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

This text font color is #C6ABC1.

Background Color

.myBgColor { background-color: #C6ABC1; }

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

This div background color is #C6ABC1.

Border color

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

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

This div border color is #C6ABC1.

Opacity

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

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

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

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

This text has shadow with #C6ABC1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6ABC1.

Preview

Color preview on black background

This text has color #C6ABC1 on black background.


Color preview on white background

This text has color #C6ABC1 on white background.


Black color preview on #C6ABC1 background

This text has black color on #C6ABC1 background.


White color preview on #C6ABC1 background

This text has white color on #C6ABC1 background.


Related colors

Complementary color

Complementary color for #hex is #39543E.


I love getcolorcode.com

Triadic colors

1 #C1C6AB and #ABC1C6 with #C6ABC1 are triadic colors.

2 #C1ABC6 and #ABC6C1 with #C6ABC1 are triadic colors.