COLOR #C6B1A7

HEX: #C6B1A7 RGB: (198,177,167)

Color info

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

RGB color model

#C6B1A7 color RGB value is (198,177,167).

RGB: (198,177,167) (78%, 69%, 65%)

RGB channels and saturation

R 198 of 255 = 78%
G 177 of 255 = 69%
B 167 of 255 = 65%

198
177
167

R + G + B ~ 71%. #C6B1A7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 177 + 167 = 542 (100%)
R 198 of 542 ~ 36.53%
G 177 of 542 ~ 32.66%
B 167 of 542 ~ 30.81'%

%36.53
%32.66
%30.81

CMYK color model

#C6B1A7 color CMYK value is (0,11,16,22).

  • cyan value is 0.00%
  • magenta value is 10.61%
  • yellow value is 15.66%
  • key color value is 22.35%

CMYK: (0,11,16,22)
C0M11Y16K22 (0%, 11%, 16%, 22%)
(0.00 / 0.11 / 0.16 / 0.22)

CMYK percentages

%0
%10.61
%15.66
%22.35

Codes

Color #C6B1A7 in popluar color models

C6 B1 A7
RGB 198 177 167
HSL 19° 21.38% 71.57%
HSB/HSV 19° 15.66% 77.65%
CMYK 0.00% 10.61% 15.66%
22.35%

Color #C6B1A7 in popluar number systems.

HEX C6 B1 A7
Decimal 198 177 167
Binary 11000110 10110001 10100111
Octal 306 261 247

Shades and tints

Shades of #C6B1A7

#C6B1A7
(198,177,167)
#B4A198
(180,161,152)
#A29189
(162,145,137)
#90817A
(144,129,122)
#7E716B
(126,113,107)
#6C615C
(108,97,92)
#5A514D
(90,81,77)
#48413E
(72,65,62)
#36312F
(54,49,47)
#242120
(36,33,32)
#121111
(18,17,17)
#000000
(0,0,0)

Tints of #C6B1A7

#C6B1A7
(198,177,167)
#CBB8AF
(203,184,175)
#D0BFB7
(208,191,183)
#D5C6BF
(213,198,191)
#DACDC7
(218,205,199)
#DFD4CF
(223,212,207)
#E4DBD7
(228,219,215)
#E9E2DF
(233,226,223)
#EEE9E7
(238,233,231)
#F3F0EF
(243,240,239)
#F8F7F7
(248,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6B1A7; }

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

This text font color is #C6B1A7.

Background Color

.myBgColor { background-color: #C6B1A7; }

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

This div background color is #C6B1A7.

Border color

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

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

This div border color is #C6B1A7.

Opacity

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

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

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

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

This text has shadow with #C6B1A7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6B1A7.

Preview

Color preview on black background

This text has color #C6B1A7 on black background.


Color preview on white background

This text has color #C6B1A7 on white background.


Black color preview on #C6B1A7 background

This text has black color on #C6B1A7 background.


White color preview on #C6B1A7 background

This text has white color on #C6B1A7 background.


Related colors

Complementary color

Complementary color for #hex is #394E58.


I love getcolorcode.com

Triadic colors

1 #A7C6B1 and #B1A7C6 with #C6B1A7 are triadic colors.

2 #A7B1C6 and #B1C6A7 with #C6B1A7 are triadic colors.