COLOR #C6ABBD

HEX: #C6ABBD
RGB: (198,171,189)

Color info

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

RGB color model

#C6ABBD color RGB value is (198,171,189).

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

RGB channels and saturation

R 198 of 255 = 78%
G 171 of 255 = 67%
B 189 of 255 = 74%

198
171
189

R + G + B ~ 73%. #C6ABBD is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 171 + 189 = 558 (100%)
R 198 of 558 ~ 35.48%
G 171 of 558 ~ 30.65%
B 189 of 558 ~ 33.87%

%35.48
%30.65
%33.87

CMYK color model

#C6ABBD color CMYK value is (0,14,5,22).

  • cyan value is 0.00%
  • magenta value is 13.64%
  • yellow value is 4.55%
  • key color value is 22.35%
CMYK:
(0,14,5,22)
C0M14Y5K22 
(0%,14%,5%,22%)
(0.00/0.14/0.05/0.22)	

CMYK percentages

%0
%13.64
%4.55
%22.35

Codes

Color #C6ABBD in popluar color models

C6ABBD
RGB198171189
HSL320°19.15%72.35%
HSB/HSV320°13.64%77.65%
CMYK0.00%13.64%4.55%
22.35%

Color #C6ABBD in popluar number systems.

HEXC6ABBD
Decimal198171189
Binary110001101010101110111101
Octal306253275

Shades and tints

Shades of #C6ABBD

#C6ABBD
(198,171,189)
#B49CAC
(180,156,172)
#A28D9B
(162,141,155)
#907E8A
(144,126,138)
#7E6F79
(126,111,121)
#6C6068
(108,96,104)
#5A5157
(90,81,87)
#484246
(72,66,70)
#363335
(54,51,53)
#242424
(36,36,36)
#121513
(18,21,19)
#000000
(0,0,0)

Tints of #C6ABBD

#C6ABBD
(198,171,189)
#CBB2C3
(203,178,195)
#D0B9C9
(208,185,201)
#D5C0CF
(213,192,207)
#DAC7D5
(218,199,213)
#DFCEDB
(223,206,219)
#E4D5E1
(228,213,225)
#E9DCE7
(233,220,231)
#EEE3ED
(238,227,237)
#F3EAF3
(243,234,243)
#F8F1F9
(248,241,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6ABBD; }

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

This text font color is #C6ABBD.


Background Color

.myBgColor { background-color: #C6ABBD; }

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

This div background color is #C6ABBD.


Border color

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

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

This div border color is #C6ABBD.


Opacity

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

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

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

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

This text has shadow with #C6ABBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6ABBD on black background.


Color preview on white background

This text has color #C6ABBD on white background.



Black color preview on #C6ABBD background

This text has black color on #C6ABBD background.


White color preview on #C6ABBD background

This text has white color on #C6ABBD background.