COLOR #C6ACB1

HEX: #C6ACB1 RGB: (198,172,177)

Color info

#C6ACB1 contains red, green and blue colors in about the same proportion. Web safe color of #C6ACB1 is #CC9999 (or #C99).

RGB color model

#C6ACB1 color RGB value is (198,172,177).

RGB: (198,172,177) (78%, 67%, 69%)

RGB channels and saturation

R 198 of 255 = 78%
G 172 of 255 = 67%
B 177 of 255 = 69%

198
172
177

R + G + B ~ 71%. #C6ACB1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 172 + 177 = 547 (100%)
R 198 of 547 ~ 36.2%
G 172 of 547 ~ 31.44%
B 177 of 547 ~ 32.36'%

%36.2
%31.44
%32.36

CMYK color model

#C6ACB1 color CMYK value is (0,13,11,22).

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

CMYK: (0,13,11,22)
C0M13Y11K22 (0%, 13%, 11%, 22%)
(0.00 / 0.13 / 0.11 / 0.22)

CMYK percentages

%0
%13.13
%10.61
%22.35

Codes

Color #C6ACB1 in popluar color models

C6 AC B1
RGB 198 172 177
HSL 348° 18.57% 72.55%
HSB/HSV 348° 13.13% 77.65%
CMYK 0.00% 13.13% 10.61%
22.35%

Color #C6ACB1 in popluar number systems.

HEX C6 AC B1
Decimal 198 172 177
Binary 11000110 10101100 10110001
Octal 306 254 261

Shades and tints

Shades of #C6ACB1

#C6ACB1
(198,172,177)
#B49DA1
(180,157,161)
#A28E91
(162,142,145)
#907F81
(144,127,129)
#7E7071
(126,112,113)
#6C6161
(108,97,97)
#5A5251
(90,82,81)
#484341
(72,67,65)
#363431
(54,52,49)
#242521
(36,37,33)
#121611
(18,22,17)
#000000
(0,0,0)

Tints of #C6ACB1

#C6ACB1
(198,172,177)
#CBB3B8
(203,179,184)
#D0BABF
(208,186,191)
#D5C1C6
(213,193,198)
#DAC8CD
(218,200,205)
#DFCFD4
(223,207,212)
#E4D6DB
(228,214,219)
#E9DDE2
(233,221,226)
#EEE4E9
(238,228,233)
#F3EBF0
(243,235,240)
#F8F2F7
(248,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6ACB1; }

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

This text font color is #C6ACB1.

Background Color

.myBgColor { background-color: #C6ACB1; }

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

This div background color is #C6ACB1.

Border color

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

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

This div border color is #C6ACB1.

Opacity

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

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

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

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

This text has shadow with #C6ACB1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6ACB1.

Preview

Color preview on black background

This text has color #C6ACB1 on black background.


Color preview on white background

This text has color #C6ACB1 on white background.


Black color preview on #C6ACB1 background

This text has black color on #C6ACB1 background.


White color preview on #C6ACB1 background

This text has white color on #C6ACB1 background.


Related colors

Complementary color

Complementary color for #hex is #39534E.


I love getcolorcode.com

Triadic colors

1 #B1C6AC and #ACB1C6 with #C6ACB1 are triadic colors.

2 #B1ACC6 and #ACC6B1 with #C6ACB1 are triadic colors.