COLOR #C6ACBB

HEX: #C6ACBB
RGB: (198,172,187)

Color info

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

RGB color model

#C6ACBB color RGB value is (198,172,187).

  • red value is 198;
  • green value is 172;
  • blue value is 187.
RGB:
(198,172,187)
(78%,67%,73%)

RGB channels and saturation

R 198 of 255 = 78%
G 172 of 255 = 67%
B 187 of 255 = 73%

198
172
187

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

Portions of RGB colors in percentages

R + G + B =
198 + 172 + 187 = 557 (100%)
R 198 of 557 ~ 35.55%
G 172 of 557 ~ 30.88%
B 187 of 557 ~ 33.57%

%35.55
%30.88
%33.57

CMYK color model

#C6ACBB color CMYK value is (0,13,6,22).

  • cyan value is 0.00%
  • magenta value is 13.13%
  • yellow value is 5.56%
  • key color value is 22.35%
CMYK:
(0,13,6,22)
C0M13Y6K22 
(0%,13%,6%,22%)
(0.00/0.13/0.06/0.22)	

CMYK percentages

%0
%13.13
%5.56
%22.35

Codes

Color #C6ACBB in popluar color models

C6ACBB
RGB198172187
HSL325°18.57%72.55%
HSB/HSV325°13.13%77.65%
CMYK0.00%13.13%5.56%
22.35%

Color #C6ACBB in popluar number systems.

HEXC6ACBB
Decimal198172187
Binary110001101010110010111011
Octal306254273

Shades and tints

Shades of #C6ACBB

#C6ACBB
(198,172,187)
#B49DAA
(180,157,170)
#A28E99
(162,142,153)
#907F88
(144,127,136)
#7E7077
(126,112,119)
#6C6166
(108,97,102)
#5A5255
(90,82,85)
#484344
(72,67,68)
#363433
(54,52,51)
#242522
(36,37,34)
#121611
(18,22,17)
#000000
(0,0,0)

Tints of #C6ACBB

#C6ACBB
(198,172,187)
#CBB3C1
(203,179,193)
#D0BAC7
(208,186,199)
#D5C1CD
(213,193,205)
#DAC8D3
(218,200,211)
#DFCFD9
(223,207,217)
#E4D6DF
(228,214,223)
#E9DDE5
(233,221,229)
#EEE4EB
(238,228,235)
#F3EBF1
(243,235,241)
#F8F2F7
(248,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6ACBB color. Also use rgb(198,172,187) instead hex code.

Text Font Color

.myTextColor { color: #C6ACBB; }

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

This text font color is #C6ACBB.


Background Color

.myBgColor { background-color: #C6ACBB; }

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

This div background color is #C6ACBB.


Border color

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

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

This div border color is #C6ACBB.


Opacity

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

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

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

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

This text has shadow with #C6ACBB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6ACBB on black background.


Color preview on white background

This text has color #C6ACBB on white background.



Black color preview on #C6ACBB background

This text has black color on #C6ACBB background.


White color preview on #C6ACBB background

This text has white color on #C6ACBB background.