COLOR #C6A1BC

HEX: #C6A1BC RGB: (198,161,188)

Color info

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

RGB color model

#C6A1BC color RGB value is (198,161,188).

RGB: (198,161,188) (78%, 63%, 74%)

RGB channels and saturation

R 198 of 255 = 78%
G 161 of 255 = 63%
B 188 of 255 = 74%

198
161
188

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

Portions of RGB colors in percentages

R + G + B = 198 + 161 + 188 = 547 (100%)
R 198 of 547 ~ 36.2%
G 161 of 547 ~ 29.43%
B 188 of 547 ~ 34.37'%

%36.2
%29.43
%34.37

CMYK color model

#C6A1BC color CMYK value is (0,19,5,22).

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

CMYK: (0,19,5,22)
C0M19Y5K22 (0%, 19%, 5%, 22%)
(0.00 / 0.19 / 0.05 / 0.22)

CMYK percentages

%0
%18.69
%5.05
%22.35

Codes

Color #C6A1BC in popluar color models

C6 A1 BC
RGB 198 161 188
HSL 316° 24.50% 70.39%
HSB/HSV 316° 18.69% 77.65%
CMYK 0.00% 18.69% 5.05%
22.35%

Color #C6A1BC in popluar number systems.

HEX C6 A1 BC
Decimal 198 161 188
Binary 11000110 10100001 10111100
Octal 306 241 274

Shades and tints

Shades of #C6A1BC

#C6A1BC
(198,161,188)
#B493AB
(180,147,171)
#A2859A
(162,133,154)
#907789
(144,119,137)
#7E6978
(126,105,120)
#6C5B67
(108,91,103)
#5A4D56
(90,77,86)
#483F45
(72,63,69)
#363134
(54,49,52)
#242323
(36,35,35)
#121512
(18,21,18)
#000000
(0,0,0)

Tints of #C6A1BC

#C6A1BC
(198,161,188)
#CBA9C2
(203,169,194)
#D0B1C8
(208,177,200)
#D5B9CE
(213,185,206)
#DAC1D4
(218,193,212)
#DFC9DA
(223,201,218)
#E4D1E0
(228,209,224)
#E9D9E6
(233,217,230)
#EEE1EC
(238,225,236)
#F3E9F2
(243,233,242)
#F8F1F8
(248,241,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6A1BC; }

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

This text font color is #C6A1BC.

Background Color

.myBgColor { background-color: #C6A1BC; }

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

This div background color is #C6A1BC.

Border color

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

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

This div border color is #C6A1BC.

Opacity

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

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

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

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

This text has shadow with #C6A1BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6A1BC.

Preview

Color preview on black background

This text has color #C6A1BC on black background.


Color preview on white background

This text has color #C6A1BC on white background.


Black color preview on #C6A1BC background

This text has black color on #C6A1BC background.


White color preview on #C6A1BC background

This text has white color on #C6A1BC background.


Related colors

Complementary color

Complementary color for #hex is #395E43.


I love getcolorcode.com

Triadic colors

1 #BCC6A1 and #A1BCC6 with #C6A1BC are triadic colors.

2 #BCA1C6 and #A1C6BC with #C6A1BC are triadic colors.