COLOR #C6AFB8

HEX: #C6AFB8
RGB: (198,175,184)

Color info

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

RGB color model

#C6AFB8 color RGB value is (198,175,184).

  • red value is 198;
  • green value is 175;
  • blue value is 184.
RGB:
(198,175,184)
(78%,69%,72%)

RGB channels and saturation

R 198 of 255 = 78%
G 175 of 255 = 69%
B 184 of 255 = 72%

198
175
184

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

Portions of RGB colors in percentages

R + G + B =
198 + 175 + 184 = 557 (100%)
R 198 of 557 ~ 35.55%
G 175 of 557 ~ 31.42%
B 184 of 557 ~ 33.03%

%35.55
%31.42
%33.03

CMYK color model

#C6AFB8 color CMYK value is (0,12,7,22).

  • cyan value is 0.00%
  • magenta value is 11.62%
  • yellow value is 7.07%
  • key color value is 22.35%
CMYK:
(0,12,7,22)
C0M12Y7K22 
(0%,12%,7%,22%)
(0.00/0.12/0.07/0.22)	

CMYK percentages

%0
%11.62
%7.07
%22.35

Codes

Color #C6AFB8 in popluar color models

C6AFB8
RGB198175184
HSL337°16.79%73.14%
HSB/HSV337°11.62%77.65%
CMYK0.00%11.62%7.07%
22.35%

Color #C6AFB8 in popluar number systems.

HEXC6AFB8
Decimal198175184
Binary110001101010111110111000
Octal306257270

Shades and tints

Shades of #C6AFB8

#C6AFB8
(198,175,184)
#B4A0A8
(180,160,168)
#A29198
(162,145,152)
#908288
(144,130,136)
#7E7378
(126,115,120)
#6C6468
(108,100,104)
#5A5558
(90,85,88)
#484648
(72,70,72)
#363738
(54,55,56)
#242828
(36,40,40)
#121918
(18,25,24)
#000000
(0,0,0)

Tints of #C6AFB8

#C6AFB8
(198,175,184)
#CBB6BE
(203,182,190)
#D0BDC4
(208,189,196)
#D5C4CA
(213,196,202)
#DACBD0
(218,203,208)
#DFD2D6
(223,210,214)
#E4D9DC
(228,217,220)
#E9E0E2
(233,224,226)
#EEE7E8
(238,231,232)
#F3EEEE
(243,238,238)
#F8F5F4
(248,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6AFB8 color. Also use rgb(198,175,184) instead hex code.

Text Font Color

.myTextColor { color: #C6AFB8; }

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

This text font color is #C6AFB8.


Background Color

.myBgColor { background-color: #C6AFB8; }

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

This div background color is #C6AFB8.


Border color

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

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

This div border color is #C6AFB8.


Opacity

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

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

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

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

This text has shadow with #C6AFB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6AFB8 on black background.


Color preview on white background

This text has color #C6AFB8 on white background.



Black color preview on #C6AFB8 background

This text has black color on #C6AFB8 background.


White color preview on #C6AFB8 background

This text has white color on #C6AFB8 background.