COLOR #C6B7B5

HEX: #C6B7B5 RGB: (198,183,181)

Color info

#C6B7B5 contains red, green and blue colors in about the same proportion. Web safe color of #C6B7B5 is #CCCCCC (or #CCC).

RGB color model

#C6B7B5 color RGB value is (198,183,181).

RGB: (198,183,181) (78%, 72%, 71%)

RGB channels and saturation

R 198 of 255 = 78%
G 183 of 255 = 72%
B 181 of 255 = 71%

198
183
181

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

Portions of RGB colors in percentages

R + G + B = 198 + 183 + 181 = 562 (100%)
R 198 of 562 ~ 35.23%
G 183 of 562 ~ 32.56%
B 181 of 562 ~ 32.21'%

%35.23
%32.56
%32.21

CMYK color model

#C6B7B5 color CMYK value is (0,8,9,22).

  • cyan value is 0.00%
  • magenta value is 7.58%
  • yellow value is 8.59%
  • key color value is 22.35%

CMYK: (0,8,9,22)
C0M8Y9K22 (0%, 8%, 9%, 22%)
(0.00 / 0.08 / 0.09 / 0.22)

CMYK percentages

%0
%7.58
%8.59
%22.35

Codes

Color #C6B7B5 in popluar color models

C6 B7 B5
RGB 198 183 181
HSL 12.98% 74.31%
HSB/HSV 8.59% 77.65%
CMYK 0.00% 7.58% 8.59%
22.35%

Color #C6B7B5 in popluar number systems.

HEX C6 B7 B5
Decimal 198 183 181
Binary 11000110 10110111 10110101
Octal 306 267 265

Shades and tints

Shades of #C6B7B5

#C6B7B5
(198,183,181)
#B4A7A5
(180,167,165)
#A29795
(162,151,149)
#908785
(144,135,133)
#7E7775
(126,119,117)
#6C6765
(108,103,101)
#5A5755
(90,87,85)
#484745
(72,71,69)
#363735
(54,55,53)
#242725
(36,39,37)
#121715
(18,23,21)
#000000
(0,0,0)

Tints of #C6B7B5

#C6B7B5
(198,183,181)
#CBBDBB
(203,189,187)
#D0C3C1
(208,195,193)
#D5C9C7
(213,201,199)
#DACFCD
(218,207,205)
#DFD5D3
(223,213,211)
#E4DBD9
(228,219,217)
#E9E1DF
(233,225,223)
#EEE7E5
(238,231,229)
#F3EDEB
(243,237,235)
#F8F3F1
(248,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6B7B5 color. Also use rgb(198,183,181) instead hex code.

Text Font Color

.myTextColor { color: #C6B7B5; }

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

This text font color is #C6B7B5.

Background Color

.myBgColor { background-color: #C6B7B5; }

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

This div background color is #C6B7B5.

Border color

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

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

This div border color is #C6B7B5.

Opacity

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

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

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

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

This text has shadow with #C6B7B5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6B7B5.

Preview

Color preview on black background

This text has color #C6B7B5 on black background.


Color preview on white background

This text has color #C6B7B5 on white background.


Black color preview on #C6B7B5 background

This text has black color on #C6B7B5 background.


White color preview on #C6B7B5 background

This text has white color on #C6B7B5 background.


Related colors

Complementary color

Complementary color for #hex is #39484A.


I love getcolorcode.com

Triadic colors

1 #B5C6B7 and #B7B5C6 with #C6B7B5 are triadic colors.

2 #B5B7C6 and #B7C6B5 with #C6B7B5 are triadic colors.