COLOR #C6ACBC

HEX: #C6ACBC RGB: (198,172,188)

Color info

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

RGB color model

#C6ACBC color RGB value is (198,172,188).

RGB: (198,172,188) (78%, 67%, 74%)

RGB channels and saturation

R 198 of 255 = 78%
G 172 of 255 = 67%
B 188 of 255 = 74%

198
172
188

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

Portions of RGB colors in percentages

R + G + B = 198 + 172 + 188 = 558 (100%)
R 198 of 558 ~ 35.48%
G 172 of 558 ~ 30.82%
B 188 of 558 ~ 33.69'%

%35.48
%30.82
%33.69

CMYK color model

#C6ACBC color CMYK value is (0,13,5,22).

  • cyan value is 0.00%
  • magenta value is 13.13%
  • yellow value is 5.05%
  • key color value is 22.35%

CMYK: (0,13,5,22)
C0M13Y5K22 (0%, 13%, 5%, 22%)
(0.00 / 0.13 / 0.05 / 0.22)

CMYK percentages

%0
%13.13
%5.05
%22.35

Codes

Color #C6ACBC in popluar color models

C6 AC BC
RGB 198 172 188
HSL 323° 18.57% 72.55%
HSB/HSV 323° 13.13% 77.65%
CMYK 0.00% 13.13% 5.05%
22.35%

Color #C6ACBC in popluar number systems.

HEX C6 AC BC
Decimal 198 172 188
Binary 11000110 10101100 10111100
Octal 306 254 274

Shades and tints

Shades of #C6ACBC

#C6ACBC
(198,172,188)
#B49DAB
(180,157,171)
#A28E9A
(162,142,154)
#907F89
(144,127,137)
#7E7078
(126,112,120)
#6C6167
(108,97,103)
#5A5256
(90,82,86)
#484345
(72,67,69)
#363434
(54,52,52)
#242523
(36,37,35)
#121612
(18,22,18)
#000000
(0,0,0)

Tints of #C6ACBC

#C6ACBC
(198,172,188)
#CBB3C2
(203,179,194)
#D0BAC8
(208,186,200)
#D5C1CE
(213,193,206)
#DAC8D4
(218,200,212)
#DFCFDA
(223,207,218)
#E4D6E0
(228,214,224)
#E9DDE6
(233,221,230)
#EEE4EC
(238,228,236)
#F3EBF2
(243,235,242)
#F8F2F8
(248,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6ACBC; }

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

This text font color is #C6ACBC.

Background Color

.myBgColor { background-color: #C6ACBC; }

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

This div background color is #C6ACBC.

Border color

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

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

This div border color is #C6ACBC.

Opacity

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

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

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

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

This text has shadow with #C6ACBC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6ACBC.

Preview

Color preview on black background

This text has color #C6ACBC on black background.


Color preview on white background

This text has color #C6ACBC on white background.


Black color preview on #C6ACBC background

This text has black color on #C6ACBC background.


White color preview on #C6ACBC background

This text has white color on #C6ACBC background.


Related colors

Complementary color

Complementary color for #hex is #395343.


I love getcolorcode.com

Triadic colors

1 #BCC6AC and #ACBCC6 with #C6ACBC are triadic colors.

2 #BCACC6 and #ACC6BC with #C6ACBC are triadic colors.