COLOR #C6C4BB

HEX: #C6C4BB RGB: (198,196,187)

Color info

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

RGB color model

#C6C4BB color RGB value is (198,196,187).

RGB: (198,196,187) (78%, 77%, 73%)

RGB channels and saturation

R 198 of 255 = 78%
G 196 of 255 = 77%
B 187 of 255 = 73%

198
196
187

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

Portions of RGB colors in percentages

R + G + B = 198 + 196 + 187 = 581 (100%)
R 198 of 581 ~ 34.08%
G 196 of 581 ~ 33.73%
B 187 of 581 ~ 32.19'%

%34.08
%33.73
%32.19

CMYK color model

#C6C4BB color CMYK value is (0,1,6,22).

  • cyan value is 0.00%
  • magenta value is 1.01%
  • yellow value is 5.56%
  • key color value is 22.35%

CMYK: (0,1,6,22)
C0M1Y6K22 (0%, 1%, 6%, 22%)
(0.00 / 0.01 / 0.06 / 0.22)

CMYK percentages

%0
%1.01
%5.56
%22.35

Codes

Color #C6C4BB in popluar color models

C6 C4 BB
RGB 198 196 187
HSL 49° 8.80% 75.49%
HSB/HSV 49° 5.56% 77.65%
CMYK 0.00% 1.01% 5.56%
22.35%

Color #C6C4BB in popluar number systems.

HEX C6 C4 BB
Decimal 198 196 187
Binary 11000110 11000100 10111011
Octal 306 304 273

Shades and tints

Shades of #C6C4BB

#C6C4BB
(198,196,187)
#B4B3AA
(180,179,170)
#A2A299
(162,162,153)
#909188
(144,145,136)
#7E8077
(126,128,119)
#6C6F66
(108,111,102)
#5A5E55
(90,94,85)
#484D44
(72,77,68)
#363C33
(54,60,51)
#242B22
(36,43,34)
#121A11
(18,26,17)
#000000
(0,0,0)

Tints of #C6C4BB

#C6C4BB
(198,196,187)
#CBC9C1
(203,201,193)
#D0CEC7
(208,206,199)
#D5D3CD
(213,211,205)
#DAD8D3
(218,216,211)
#DFDDD9
(223,221,217)
#E4E2DF
(228,226,223)
#E9E7E5
(233,231,229)
#EEECEB
(238,236,235)
#F3F1F1
(243,241,241)
#F8F6F7
(248,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6C4BB color. Also use rgb(198,196,187) instead hex code.

Text Font Color

.myTextColor { color: #C6C4BB; }

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

This text font color is #C6C4BB.

Background Color

.myBgColor { background-color: #C6C4BB; }

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

This div background color is #C6C4BB.

Border color

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

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

This div border color is #C6C4BB.

Opacity

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

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

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

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

This text has shadow with #C6C4BB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6C4BB.

Preview

Color preview on black background

This text has color #C6C4BB on black background.


Color preview on white background

This text has color #C6C4BB on white background.


Black color preview on #C6C4BB background

This text has black color on #C6C4BB background.


White color preview on #C6C4BB background

This text has white color on #C6C4BB background.


Related colors

Complementary color

Complementary color for #hex is #393B44.


I love getcolorcode.com

Triadic colors

1 #BBC6C4 and #C4BBC6 with #C6C4BB are triadic colors.

2 #BBC4C6 and #C4C6BB with #C6C4BB are triadic colors.