COLOR #C6ACBE

HEX: #C6ACBE
RGB: (198,172,190)

Color info

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

RGB color model

#C6ACBE color RGB value is (198,172,190).

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

RGB channels and saturation

R 198 of 255 = 78%
G 172 of 255 = 67%
B 190 of 255 = 75%

198
172
190

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

Portions of RGB colors in percentages

R + G + B =
198 + 172 + 190 = 560 (100%)
R 198 of 560 ~ 35.36%
G 172 of 560 ~ 30.71%
B 190 of 560 ~ 33.93%

%35.36
%30.71
%33.93

CMYK color model

#C6ACBE color CMYK value is (0,13,4,22).

  • cyan value is 0.00%
  • magenta value is 13.13%
  • yellow value is 4.04%
  • key color value is 22.35%
CMYK:
(0,13,4,22)
C0M13Y4K22 
(0%,13%,4%,22%)
(0.00/0.13/0.04/0.22)	

CMYK percentages

%0
%13.13
%4.04
%22.35

Codes

Color #C6ACBE in popluar color models

C6ACBE
RGB198172190
HSL318°18.57%72.55%
HSB/HSV318°13.13%77.65%
CMYK0.00%13.13%4.04%
22.35%

Color #C6ACBE in popluar number systems.

HEXC6ACBE
Decimal198172190
Binary110001101010110010111110
Octal306254276

Shades and tints

Shades of #C6ACBE

#C6ACBE
(198,172,190)
#B49DAD
(180,157,173)
#A28E9C
(162,142,156)
#907F8B
(144,127,139)
#7E707A
(126,112,122)
#6C6169
(108,97,105)
#5A5258
(90,82,88)
#484347
(72,67,71)
#363436
(54,52,54)
#242525
(36,37,37)
#121614
(18,22,20)
#000000
(0,0,0)

Tints of #C6ACBE

#C6ACBE
(198,172,190)
#CBB3C3
(203,179,195)
#D0BAC8
(208,186,200)
#D5C1CD
(213,193,205)
#DAC8D2
(218,200,210)
#DFCFD7
(223,207,215)
#E4D6DC
(228,214,220)
#E9DDE1
(233,221,225)
#EEE4E6
(238,228,230)
#F3EBEB
(243,235,235)
#F8F2F0
(248,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6ACBE; }

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

This text font color is #C6ACBE.


Background Color

.myBgColor { background-color: #C6ACBE; }

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

This div background color is #C6ACBE.


Border color

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

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

This div border color is #C6ACBE.


Opacity

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

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

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

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

This text has shadow with #C6ACBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6ACBE on black background.


Color preview on white background

This text has color #C6ACBE on white background.



Black color preview on #C6ACBE background

This text has black color on #C6ACBE background.


White color preview on #C6ACBE background

This text has white color on #C6ACBE background.