COLOR #C6A7C3

HEX: #C6A7C3
RGB: (198,167,195)

Color info

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

RGB color model

#C6A7C3 color RGB value is (198,167,195).

  • red value is 198;
  • green value is 167;
  • blue value is 195.
RGB:
(198,167,195)
(78%,65%,76%)

RGB channels and saturation

R 198 of 255 = 78%
G 167 of 255 = 65%
B 195 of 255 = 76%

198
167
195

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

Portions of RGB colors in percentages

R + G + B =
198 + 167 + 195 = 560 (100%)
R 198 of 560 ~ 35.36%
G 167 of 560 ~ 29.82%
B 195 of 560 ~ 34.82%

%35.36
%29.82
%34.82

CMYK color model

#C6A7C3 color CMYK value is (0,16,2,22).

  • cyan value is 0.00%
  • magenta value is 15.66%
  • yellow value is 1.52%
  • key color value is 22.35%
CMYK:
(0,16,2,22)
C0M16Y2K22 
(0%,16%,2%,22%)
(0.00/0.16/0.02/0.22)	

CMYK percentages

%0
%15.66
%1.52
%22.35

Codes

Color #C6A7C3 in popluar color models

C6A7C3
RGB198167195
HSL306°21.38%71.57%
HSB/HSV306°15.66%77.65%
CMYK0.00%15.66%1.52%
22.35%

Color #C6A7C3 in popluar number systems.

HEXC6A7C3
Decimal198167195
Binary110001101010011111000011
Octal306247303

Shades and tints

Shades of #C6A7C3

#C6A7C3
(198,167,195)
#B498B2
(180,152,178)
#A289A1
(162,137,161)
#907A90
(144,122,144)
#7E6B7F
(126,107,127)
#6C5C6E
(108,92,110)
#5A4D5D
(90,77,93)
#483E4C
(72,62,76)
#362F3B
(54,47,59)
#24202A
(36,32,42)
#121119
(18,17,25)
#000000
(0,0,0)

Tints of #C6A7C3

#C6A7C3
(198,167,195)
#CBAFC8
(203,175,200)
#D0B7CD
(208,183,205)
#D5BFD2
(213,191,210)
#DAC7D7
(218,199,215)
#DFCFDC
(223,207,220)
#E4D7E1
(228,215,225)
#E9DFE6
(233,223,230)
#EEE7EB
(238,231,235)
#F3EFF0
(243,239,240)
#F8F7F5
(248,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6A7C3 color. Also use rgb(198,167,195) instead hex code.

Text Font Color

.myTextColor { color: #C6A7C3; }

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

This text font color is #C6A7C3.


Background Color

.myBgColor { background-color: #C6A7C3; }

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

This div background color is #C6A7C3.


Border color

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

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

This div border color is #C6A7C3.


Opacity

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

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

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

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

This text has shadow with #C6A7C3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6A7C3 on black background.


Color preview on white background

This text has color #C6A7C3 on white background.



Black color preview on #C6A7C3 background

This text has black color on #C6A7C3 background.


White color preview on #C6A7C3 background

This text has white color on #C6A7C3 background.