COLOR #C6C4B5

HEX: #C6C4B5 RGB: (198,196,181)

Color info

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

RGB color model

#C6C4B5 color RGB value is (198,196,181).

RGB: (198,196,181) (78%, 77%, 71%)

RGB channels and saturation

R 198 of 255 = 78%
G 196 of 255 = 77%
B 181 of 255 = 71%

198
196
181

R + G + B ~ 75%. #C6C4B5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 196 + 181 = 575 (100%)
R 198 of 575 ~ 34.43%
G 196 of 575 ~ 34.09%
B 181 of 575 ~ 31.48'%

%34.43
%34.09
%31.48

CMYK color model

#C6C4B5 color CMYK value is (0,1,9,22).

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

CMYK: (0,1,9,22)
C0M1Y9K22 (0%, 1%, 9%, 22%)
(0.00 / 0.01 / 0.09 / 0.22)

CMYK percentages

%0
%1.01
%8.59
%22.35

Codes

Color #C6C4B5 in popluar color models

C6 C4 B5
RGB 198 196 181
HSL 53° 12.98% 74.31%
HSB/HSV 53° 8.59% 77.65%
CMYK 0.00% 1.01% 8.59%
22.35%

Color #C6C4B5 in popluar number systems.

HEX C6 C4 B5
Decimal 198 196 181
Binary 11000110 11000100 10110101
Octal 306 304 265

Shades and tints

Shades of #C6C4B5

#C6C4B5
(198,196,181)
#B4B3A5
(180,179,165)
#A2A295
(162,162,149)
#909185
(144,145,133)
#7E8075
(126,128,117)
#6C6F65
(108,111,101)
#5A5E55
(90,94,85)
#484D45
(72,77,69)
#363C35
(54,60,53)
#242B25
(36,43,37)
#121A15
(18,26,21)
#000000
(0,0,0)

Tints of #C6C4B5

#C6C4B5
(198,196,181)
#CBC9BB
(203,201,187)
#D0CEC1
(208,206,193)
#D5D3C7
(213,211,199)
#DAD8CD
(218,216,205)
#DFDDD3
(223,221,211)
#E4E2D9
(228,226,217)
#E9E7DF
(233,231,223)
#EEECE5
(238,236,229)
#F3F1EB
(243,241,235)
#F8F6F1
(248,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6C4B5; }

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

This text font color is #C6C4B5.

Background Color

.myBgColor { background-color: #C6C4B5; }

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

This div background color is #C6C4B5.

Border color

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

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

This div border color is #C6C4B5.

Opacity

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

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

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

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

This text has shadow with #C6C4B5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6C4B5.

Preview

Color preview on black background

This text has color #C6C4B5 on black background.


Color preview on white background

This text has color #C6C4B5 on white background.


Black color preview on #C6C4B5 background

This text has black color on #C6C4B5 background.


White color preview on #C6C4B5 background

This text has white color on #C6C4B5 background.


Related colors

Complementary color

Complementary color for #hex is #393B4A.


I love getcolorcode.com

Triadic colors

1 #B5C6C4 and #C4B5C6 with #C6C4B5 are triadic colors.

2 #B5C4C6 and #C4C6B5 with #C6C4B5 are triadic colors.