COLOR #C6ACB0

HEX: #C6ACB0
RGB: (198,172,176)

Color info

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

RGB color model

#C6ACB0 color RGB value is (198,172,176).

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

RGB channels and saturation

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

198
172
176

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

Portions of RGB colors in percentages

R + G + B =
198 + 172 + 176 = 546 (100%)
R 198 of 546 ~ 36.26%
G 172 of 546 ~ 31.5%
B 176 of 546 ~ 32.23%

%36.26
%31.5
%32.23

CMYK color model

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

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

Codes

Color #C6ACB0 in popluar color models

C6ACB0
RGB198172176
HSL351°18.57%72.55%
HSB/HSV351°13.13%77.65%
CMYK0.00%13.13%11.11%
22.35%

Color #C6ACB0 in popluar number systems.

HEXC6ACB0
Decimal198172176
Binary110001101010110010110000
Octal306254260

Shades and tints

Shades of #C6ACB0

#C6ACB0
(198,172,176)
#B49DA0
(180,157,160)
#A28E90
(162,142,144)
#907F80
(144,127,128)
#7E7070
(126,112,112)
#6C6160
(108,97,96)
#5A5250
(90,82,80)
#484340
(72,67,64)
#363430
(54,52,48)
#242520
(36,37,32)
#121610
(18,22,16)
#000000
(0,0,0)

Tints of #C6ACB0

#C6ACB0
(198,172,176)
#CBB3B7
(203,179,183)
#D0BABE
(208,186,190)
#D5C1C5
(213,193,197)
#DAC8CC
(218,200,204)
#DFCFD3
(223,207,211)
#E4D6DA
(228,214,218)
#E9DDE1
(233,221,225)
#EEE4E8
(238,228,232)
#F3EBEF
(243,235,239)
#F8F2F6
(248,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6ACB0; }

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

This text font color is #C6ACB0.


Background Color

.myBgColor { background-color: #C6ACB0; }

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

This div background color is #C6ACB0.


Border color

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

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

This div border color is #C6ACB0.


Opacity

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

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

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

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

This text has shadow with #C6ACB0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6ACB0 on black background.


Color preview on white background

This text has color #C6ACB0 on white background.



Black color preview on #C6ACB0 background

This text has black color on #C6ACB0 background.


White color preview on #C6ACB0 background

This text has white color on #C6ACB0 background.