COLOR #C6C7B8

HEX: #C6C7B8 RGB: (198,199,184)

Color info

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

RGB color model

#C6C7B8 color RGB value is (198,199,184).

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

RGB channels and saturation

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

198
199
184

R + G + B ~ 76%. #C6C7B8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 199 + 184 = 581 (100%)
R 198 of 581 ~ 34.08%
G 199 of 581 ~ 34.25%
B 184 of 581 ~ 31.67'%

%34.08
%34.25
%31.67

CMYK color model

#C6C7B8 color CMYK value is (1,0,8,22).

  • cyan value is 0.50%
  • magenta value is 0.00%
  • yellow value is 7.54%
  • key color value is 21.96%

CMYK: (1,0,8,22)
C1M0Y8K22 (1%, 0%, 8%, 22%)
(0.01 / 0.00 / 0.08 / 0.22)

CMYK percentages

%0.5
%0
%7.54
%21.96

Codes

Color #C6C7B8 in popluar color models

C6 C7 B8
RGB 198 199 184
HSL 64° 11.81% 75.10%
HSB/HSV 64° 7.54% 78.04%
CMYK 0.50% 0.00% 7.54%
21.96%

Color #C6C7B8 in popluar number systems.

HEX C6 C7 B8
Decimal 198 199 184
Binary 11000110 11000111 10111000
Octal 306 307 270

Shades and tints

Shades of #C6C7B8

#C6C7B8
(198,199,184)
#B4B5A8
(180,181,168)
#A2A398
(162,163,152)
#909188
(144,145,136)
#7E7F78
(126,127,120)
#6C6D68
(108,109,104)
#5A5B58
(90,91,88)
#484948
(72,73,72)
#363738
(54,55,56)
#242528
(36,37,40)
#121318
(18,19,24)
#000000
(0,0,0)

Tints of #C6C7B8

#C6C7B8
(198,199,184)
#CBCCBE
(203,204,190)
#D0D1C4
(208,209,196)
#D5D6CA
(213,214,202)
#DADBD0
(218,219,208)
#DFE0D6
(223,224,214)
#E4E5DC
(228,229,220)
#E9EAE2
(233,234,226)
#EEEFE8
(238,239,232)
#F3F4EE
(243,244,238)
#F8F9F4
(248,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6C7B8; }

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

This text font color is #C6C7B8.

Background Color

.myBgColor { background-color: #C6C7B8; }

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

This div background color is #C6C7B8.

Border color

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

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

This div border color is #C6C7B8.

Opacity

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

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

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

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

This text has shadow with #C6C7B8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6C7B8.

Preview

Color preview on black background

This text has color #C6C7B8 on black background.


Color preview on white background

This text has color #C6C7B8 on white background.


Black color preview on #C6C7B8 background

This text has black color on #C6C7B8 background.


White color preview on #C6C7B8 background

This text has white color on #C6C7B8 background.


Related colors

Complementary color

Complementary color for #hex is #393847.


I love getcolorcode.com

Triadic colors

1 #B8C6C7 and #C7B8C6 with #C6C7B8 are triadic colors.

2 #B8C7C6 and #C7C6B8 with #C6C7B8 are triadic colors.