COLOR #C6B5B7

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

198
181
183

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

Portions of RGB colors in percentages

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

%35.23
%32.21
%32.56

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 8.59%
  • yellow value is 7.58%
  • key color value is 22.35%
CMYK: (0,9,8,22) C0M9Y8K22 (0%,9%,8%,22%) (0.00/0.09/0.08/0.22) 

CMYK percentages

%0
%8.59
%7.58
%22.35

Codes

Color #C6B5B7 in popluar color models

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

Color #C6B5B7 in popluar number systems.

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

Shades and tints

Shades of #C6B5B7

#C6B5B7
(198,181,183)
#B4A5A7
(180,165,167)
#A29597
(162,149,151)
#908587
(144,133,135)
#7E7577
(126,117,119)
#6C6567
(108,101,103)
#5A5557
(90,85,87)
#484547
(72,69,71)
#363537
(54,53,55)
#242527
(36,37,39)
#121517
(18,21,23)
#000000
(0,0,0)

Tints of #C6B5B7

#C6B5B7
(198,181,183)
#CBBBBD
(203,187,189)
#D0C1C3
(208,193,195)
#D5C7C9
(213,199,201)
#DACDCF
(218,205,207)
#DFD3D5
(223,211,213)
#E4D9DB
(228,217,219)
#E9DFE1
(233,223,225)
#EEE5E7
(238,229,231)
#F3EBED
(243,235,237)
#F8F1F3
(248,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6B5B7; }

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

This text font color is #C6B5B7.

Background Color

.myBgColor { background-color: #C6B5B7; }

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

This div background color is #C6B5B7.

Border color

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

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

This div border color is #C6B5B7.

Opacity

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

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

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

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

This text has shadow with #C6B5B7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6B5B7.

Preview

Color preview on black background

This text has color #C6B5B7 on black background.


Color preview on white background

This text has color #C6B5B7 on white background.


Black color preview on #C6B5B7 background

This text has black color on #C6B5B7 background.


White color preview on #C6B5B7 background

This text has white color on #C6B5B7 background.


Related colors

Complementary color

Complementary color for #hex is #394A48.


I love getcolorcode.com

Triadic colors

1 #B7C6B5 and #B5B7C6 with #C6B5B7 are triadic colors.

2 #B7B5C6 and #B5C6B7 with #C6B5B7 are triadic colors.