COLOR #C6B7B9

HEX: #C6B7B9 RGB: (198,183,185)

Color info

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

RGB color model

#C6B7B9 color RGB value is (198,183,185).

RGB: (198,183,185) (78%, 72%, 73%)

RGB channels and saturation

R 198 of 255 = 78%
G 183 of 255 = 72%
B 185 of 255 = 73%

198
183
185

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

Portions of RGB colors in percentages

R + G + B = 198 + 183 + 185 = 566 (100%)
R 198 of 566 ~ 34.98%
G 183 of 566 ~ 32.33%
B 185 of 566 ~ 32.69'%

%34.98
%32.33
%32.69

CMYK color model

#C6B7B9 color CMYK value is (0,8,7,22).

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

CMYK: (0,8,7,22)
C0M8Y7K22 (0%, 8%, 7%, 22%)
(0.00 / 0.08 / 0.07 / 0.22)

CMYK percentages

%0
%7.58
%6.57
%22.35

Codes

Color #C6B7B9 in popluar color models

C6 B7 B9
RGB 198 183 185
HSL 352° 11.63% 74.71%
HSB/HSV 352° 7.58% 77.65%
CMYK 0.00% 7.58% 6.57%
22.35%

Color #C6B7B9 in popluar number systems.

HEX C6 B7 B9
Decimal 198 183 185
Binary 11000110 10110111 10111001
Octal 306 267 271

Shades and tints

Shades of #C6B7B9

#C6B7B9
(198,183,185)
#B4A7A9
(180,167,169)
#A29799
(162,151,153)
#908789
(144,135,137)
#7E7779
(126,119,121)
#6C6769
(108,103,105)
#5A5759
(90,87,89)
#484749
(72,71,73)
#363739
(54,55,57)
#242729
(36,39,41)
#121719
(18,23,25)
#000000
(0,0,0)

Tints of #C6B7B9

#C6B7B9
(198,183,185)
#CBBDBF
(203,189,191)
#D0C3C5
(208,195,197)
#D5C9CB
(213,201,203)
#DACFD1
(218,207,209)
#DFD5D7
(223,213,215)
#E4DBDD
(228,219,221)
#E9E1E3
(233,225,227)
#EEE7E9
(238,231,233)
#F3EDEF
(243,237,239)
#F8F3F5
(248,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6B7B9; }

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

This text font color is #C6B7B9.

Background Color

.myBgColor { background-color: #C6B7B9; }

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

This div background color is #C6B7B9.

Border color

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

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

This div border color is #C6B7B9.

Opacity

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

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

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

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

This text has shadow with #C6B7B9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6B7B9.

Preview

Color preview on black background

This text has color #C6B7B9 on black background.


Color preview on white background

This text has color #C6B7B9 on white background.


Black color preview on #C6B7B9 background

This text has black color on #C6B7B9 background.


White color preview on #C6B7B9 background

This text has white color on #C6B7B9 background.


Related colors

Complementary color

Complementary color for #hex is #394846.


I love getcolorcode.com

Triadic colors

1 #B9C6B7 and #B7B9C6 with #C6B7B9 are triadic colors.

2 #B9B7C6 and #B7C6B9 with #C6B7B9 are triadic colors.