COLOR #C6B7B8

HEX: #C6B7B8 RGB: (198,183,184)

Color info

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

RGB color model

#C6B7B8 color RGB value is (198,183,184).

RGB: (198,183,184) (78%, 72%, 72%)

RGB channels and saturation

R 198 of 255 = 78%
G 183 of 255 = 72%
B 184 of 255 = 72%

198
183
184

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

Portions of RGB colors in percentages

R + G + B = 198 + 183 + 184 = 565 (100%)
R 198 of 565 ~ 35.04%
G 183 of 565 ~ 32.39%
B 184 of 565 ~ 32.57'%

%35.04
%32.39
%32.57

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.58%
  • yellow value is 7.07%
  • 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
%7.07
%22.35

Codes

Color #C6B7B8 in popluar color models

C6 B7 B8
RGB 198 183 184
HSL 356° 11.63% 74.71%
HSB/HSV 356° 7.58% 77.65%
CMYK 0.00% 7.58% 7.07%
22.35%

Color #C6B7B8 in popluar number systems.

HEX C6 B7 B8
Decimal 198 183 184
Binary 11000110 10110111 10111000
Octal 306 267 270

Shades and tints

Shades of #C6B7B8

#C6B7B8
(198,183,184)
#B4A7A8
(180,167,168)
#A29798
(162,151,152)
#908788
(144,135,136)
#7E7778
(126,119,120)
#6C6768
(108,103,104)
#5A5758
(90,87,88)
#484748
(72,71,72)
#363738
(54,55,56)
#242728
(36,39,40)
#121718
(18,23,24)
#000000
(0,0,0)

Tints of #C6B7B8

#C6B7B8
(198,183,184)
#CBBDBE
(203,189,190)
#D0C3C4
(208,195,196)
#D5C9CA
(213,201,202)
#DACFD0
(218,207,208)
#DFD5D6
(223,213,214)
#E4DBDC
(228,219,220)
#E9E1E2
(233,225,226)
#EEE7E8
(238,231,232)
#F3EDEE
(243,237,238)
#F8F3F4
(248,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6B7B8; }

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

This text font color is #C6B7B8.

Background Color

.myBgColor { background-color: #C6B7B8; }

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

This div background color is #C6B7B8.

Border color

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

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

This div border color is #C6B7B8.

Opacity

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

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

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

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

This text has shadow with #C6B7B8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6B7B8.

Preview

Color preview on black background

This text has color #C6B7B8 on black background.


Color preview on white background

This text has color #C6B7B8 on white background.


Black color preview on #C6B7B8 background

This text has black color on #C6B7B8 background.


White color preview on #C6B7B8 background

This text has white color on #C6B7B8 background.


Related colors

Complementary color

Complementary color for #hex is #394847.


I love getcolorcode.com

Triadic colors

1 #B8C6B7 and #B7B8C6 with #C6B7B8 are triadic colors.

2 #B8B7C6 and #B7C6B8 with #C6B7B8 are triadic colors.