COLOR #C6ABB6

HEX: #C6ABB6
RGB: (198,171,182)

Color info

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

RGB color model

#C6ABB6 color RGB value is (198,171,182).

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

RGB channels and saturation

R 198 of 255 = 78%
G 171 of 255 = 67%
B 182 of 255 = 71%

198
171
182

R + G + B ~ 72%. #C6ABB6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 171 + 182 = 551 (100%)
R 198 of 551 ~ 35.93%
G 171 of 551 ~ 31.03%
B 182 of 551 ~ 33.03%

%35.93
%31.03
%33.03

CMYK color model

#C6ABB6 color CMYK value is (0,14,8,22).

  • cyan value is 0.00%
  • magenta value is 13.64%
  • yellow value is 8.08%
  • key color value is 22.35%
CMYK:
(0,14,8,22)
C0M14Y8K22 
(0%,14%,8%,22%)
(0.00/0.14/0.08/0.22)	

CMYK percentages

%0
%13.64
%8.08
%22.35

Codes

Color #C6ABB6 in popluar color models

C6ABB6
RGB198171182
HSL336°19.15%72.35%
HSB/HSV336°13.64%77.65%
CMYK0.00%13.64%8.08%
22.35%

Color #C6ABB6 in popluar number systems.

HEXC6ABB6
Decimal198171182
Binary110001101010101110110110
Octal306253266

Shades and tints

Shades of #C6ABB6

#C6ABB6
(198,171,182)
#B49CA6
(180,156,166)
#A28D96
(162,141,150)
#907E86
(144,126,134)
#7E6F76
(126,111,118)
#6C6066
(108,96,102)
#5A5156
(90,81,86)
#484246
(72,66,70)
#363336
(54,51,54)
#242426
(36,36,38)
#121516
(18,21,22)
#000000
(0,0,0)

Tints of #C6ABB6

#C6ABB6
(198,171,182)
#CBB2BC
(203,178,188)
#D0B9C2
(208,185,194)
#D5C0C8
(213,192,200)
#DAC7CE
(218,199,206)
#DFCED4
(223,206,212)
#E4D5DA
(228,213,218)
#E9DCE0
(233,220,224)
#EEE3E6
(238,227,230)
#F3EAEC
(243,234,236)
#F8F1F2
(248,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6ABB6; }

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

This text font color is #C6ABB6.


Background Color

.myBgColor { background-color: #C6ABB6; }

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

This div background color is #C6ABB6.


Border color

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

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

This div border color is #C6ABB6.


Opacity

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

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

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

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

This text has shadow with #C6ABB6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6ABB6 on black background.


Color preview on white background

This text has color #C6ABB6 on white background.



Black color preview on #C6ABB6 background

This text has black color on #C6ABB6 background.


White color preview on #C6ABB6 background

This text has white color on #C6ABB6 background.