COLOR #C6AFBF

HEX: #C6AFBF RGB: (198,175,191)

Color info

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

RGB color model

#C6AFBF color RGB value is (198,175,191).

RGB: (198,175,191) (78%, 69%, 75%)

RGB channels and saturation

R 198 of 255 = 78%
G 175 of 255 = 69%
B 191 of 255 = 75%

198
175
191

R + G + B ~ 74%. #C6AFBF is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 175 + 191 = 564 (100%)
R 198 of 564 ~ 35.11%
G 175 of 564 ~ 31.03%
B 191 of 564 ~ 33.87'%

%35.11
%31.03
%33.87

CMYK color model

#C6AFBF color CMYK value is (0,12,4,22).

  • cyan value is 0.00%
  • magenta value is 11.62%
  • yellow value is 3.54%
  • key color value is 22.35%

CMYK: (0,12,4,22)
C0M12Y4K22 (0%, 12%, 4%, 22%)
(0.00 / 0.12 / 0.04 / 0.22)

CMYK percentages

%0
%11.62
%3.54
%22.35

Codes

Color #C6AFBF in popluar color models

C6 AF BF
RGB 198 175 191
HSL 318° 16.79% 73.14%
HSB/HSV 318° 11.62% 77.65%
CMYK 0.00% 11.62% 3.54%
22.35%

Color #C6AFBF in popluar number systems.

HEX C6 AF BF
Decimal 198 175 191
Binary 11000110 10101111 10111111
Octal 306 257 277

Shades and tints

Shades of #C6AFBF

#C6AFBF
(198,175,191)
#B4A0AE
(180,160,174)
#A2919D
(162,145,157)
#90828C
(144,130,140)
#7E737B
(126,115,123)
#6C646A
(108,100,106)
#5A5559
(90,85,89)
#484648
(72,70,72)
#363737
(54,55,55)
#242826
(36,40,38)
#121915
(18,25,21)
#000000
(0,0,0)

Tints of #C6AFBF

#C6AFBF
(198,175,191)
#CBB6C4
(203,182,196)
#D0BDC9
(208,189,201)
#D5C4CE
(213,196,206)
#DACBD3
(218,203,211)
#DFD2D8
(223,210,216)
#E4D9DD
(228,217,221)
#E9E0E2
(233,224,226)
#EEE7E7
(238,231,231)
#F3EEEC
(243,238,236)
#F8F5F1
(248,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6AFBF; }

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

This text font color is #C6AFBF.

Background Color

.myBgColor { background-color: #C6AFBF; }

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

This div background color is #C6AFBF.

Border color

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

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

This div border color is #C6AFBF.

Opacity

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

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

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

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

This text has shadow with #C6AFBF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6AFBF.

Preview

Color preview on black background

This text has color #C6AFBF on black background.


Color preview on white background

This text has color #C6AFBF on white background.


Black color preview on #C6AFBF background

This text has black color on #C6AFBF background.


White color preview on #C6AFBF background

This text has white color on #C6AFBF background.


Related colors

Complementary color

Complementary color for #hex is #395040.


I love getcolorcode.com

Triadic colors

1 #BFC6AF and #AFBFC6 with #C6AFBF are triadic colors.

2 #BFAFC6 and #AFC6BF with #C6AFBF are triadic colors.