COLOR #C6B3AF

HEX: #C6B3AF RGB: (198,179,175)

Color info

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

RGB color model

#C6B3AF color RGB value is (198,179,175).

RGB: (198,179,175) (78%, 70%, 69%)

RGB channels and saturation

R 198 of 255 = 78%
G 179 of 255 = 70%
B 175 of 255 = 69%

198
179
175

R + G + B ~ 72%. #C6B3AF is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 179 + 175 = 552 (100%)
R 198 of 552 ~ 35.87%
G 179 of 552 ~ 32.43%
B 175 of 552 ~ 31.7'%

%35.87
%32.43
%31.7

CMYK color model

#C6B3AF color CMYK value is (0,10,12,22).

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

CMYK: (0,10,12,22)
C0M10Y12K22 (0%, 10%, 12%, 22%)
(0.00 / 0.10 / 0.12 / 0.22)

CMYK percentages

%0
%9.6
%11.62
%22.35

Codes

Color #C6B3AF in popluar color models

C6 B3 AF
RGB 198 179 175
HSL 10° 16.79% 73.14%
HSB/HSV 10° 11.62% 77.65%
CMYK 0.00% 9.60% 11.62%
22.35%

Color #C6B3AF in popluar number systems.

HEX C6 B3 AF
Decimal 198 179 175
Binary 11000110 10110011 10101111
Octal 306 263 257

Shades and tints

Shades of #C6B3AF

#C6B3AF
(198,179,175)
#B4A3A0
(180,163,160)
#A29391
(162,147,145)
#908382
(144,131,130)
#7E7373
(126,115,115)
#6C6364
(108,99,100)
#5A5355
(90,83,85)
#484346
(72,67,70)
#363337
(54,51,55)
#242328
(36,35,40)
#121319
(18,19,25)
#000000
(0,0,0)

Tints of #C6B3AF

#C6B3AF
(198,179,175)
#CBB9B6
(203,185,182)
#D0BFBD
(208,191,189)
#D5C5C4
(213,197,196)
#DACBCB
(218,203,203)
#DFD1D2
(223,209,210)
#E4D7D9
(228,215,217)
#E9DDE0
(233,221,224)
#EEE3E7
(238,227,231)
#F3E9EE
(243,233,238)
#F8EFF5
(248,239,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6B3AF; }

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

This text font color is #C6B3AF.

Background Color

.myBgColor { background-color: #C6B3AF; }

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

This div background color is #C6B3AF.

Border color

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

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

This div border color is #C6B3AF.

Opacity

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

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

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

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

This text has shadow with #C6B3AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6B3AF.

Preview

Color preview on black background

This text has color #C6B3AF on black background.


Color preview on white background

This text has color #C6B3AF on white background.


Black color preview on #C6B3AF background

This text has black color on #C6B3AF background.


White color preview on #C6B3AF background

This text has white color on #C6B3AF background.


Related colors

Complementary color

Complementary color for #hex is #394C50.


I love getcolorcode.com

Triadic colors

1 #AFC6B3 and #B3AFC6 with #C6B3AF are triadic colors.

2 #AFB3C6 and #B3C6AF with #C6B3AF are triadic colors.