COLOR #C6ACBD

HEX: #C6ACBD RGB: (198,172,189)

Color info

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

RGB color model

#C6ACBD color RGB value is (198,172,189).

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

RGB channels and saturation

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

198
172
189

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

Portions of RGB colors in percentages

R + G + B = 198 + 172 + 189 = 559 (100%)
R 198 of 559 ~ 35.42%
G 172 of 559 ~ 30.77%
B 189 of 559 ~ 33.81'%

%35.42
%30.77
%33.81

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 13.13%
  • yellow value is 4.55%
  • 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
%4.55
%22.35

Codes

Color #C6ACBD in popluar color models

C6 AC BD
RGB 198 172 189
HSL 321° 18.57% 72.55%
HSB/HSV 321° 13.13% 77.65%
CMYK 0.00% 13.13% 4.55%
22.35%

Color #C6ACBD in popluar number systems.

HEX C6 AC BD
Decimal 198 172 189
Binary 11000110 10101100 10111101
Octal 306 254 275

Shades and tints

Shades of #C6ACBD

#C6ACBD
(198,172,189)
#B49DAC
(180,157,172)
#A28E9B
(162,142,155)
#907F8A
(144,127,138)
#7E7079
(126,112,121)
#6C6168
(108,97,104)
#5A5257
(90,82,87)
#484346
(72,67,70)
#363435
(54,52,53)
#242524
(36,37,36)
#121613
(18,22,19)
#000000
(0,0,0)

Tints of #C6ACBD

#C6ACBD
(198,172,189)
#CBB3C3
(203,179,195)
#D0BAC9
(208,186,201)
#D5C1CF
(213,193,207)
#DAC8D5
(218,200,213)
#DFCFDB
(223,207,219)
#E4D6E1
(228,214,225)
#E9DDE7
(233,221,231)
#EEE4ED
(238,228,237)
#F3EBF3
(243,235,243)
#F8F2F9
(248,242,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6ACBD; }

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

This text font color is #C6ACBD.

Background Color

.myBgColor { background-color: #C6ACBD; }

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

This div background color is #C6ACBD.

Border color

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

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

This div border color is #C6ACBD.

Opacity

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

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

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

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

This text has shadow with #C6ACBD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6ACBD.

Preview

Color preview on black background

This text has color #C6ACBD on black background.


Color preview on white background

This text has color #C6ACBD on white background.


Black color preview on #C6ACBD background

This text has black color on #C6ACBD background.


White color preview on #C6ACBD background

This text has white color on #C6ACBD background.


Related colors

Complementary color

Complementary color for #hex is #395342.


I love getcolorcode.com

Triadic colors

1 #BDC6AC and #ACBDC6 with #C6ACBD are triadic colors.

2 #BDACC6 and #ACC6BD with #C6ACBD are triadic colors.