COLOR #C6C9B8

HEX: #C6C9B8 RGB: (198,201,184)

Color info

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

RGB color model

#C6C9B8 color RGB value is (198,201,184).

RGB: (198,201,184) (78%, 79%, 72%)

RGB channels and saturation

R 198 of 255 = 78%
G 201 of 255 = 79%
B 184 of 255 = 72%

198
201
184

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

Portions of RGB colors in percentages

R + G + B = 198 + 201 + 184 = 583 (100%)
R 198 of 583 ~ 33.96%
G 201 of 583 ~ 34.48%
B 184 of 583 ~ 31.56'%

%33.96
%34.48
%31.56

CMYK color model

#C6C9B8 color CMYK value is (1,0,8,21).

  • cyan value is 1.49%
  • magenta value is 0.00%
  • yellow value is 8.46%
  • key color value is 21.18%

CMYK: (1,0,8,21)
C1M0Y8K21 (1%, 0%, 8%, 21%)
(0.01 / 0.00 / 0.08 / 0.21)

CMYK percentages

%1.49
%0
%8.46
%21.18

Codes

Color #C6C9B8 in popluar color models

C6 C9 B8
RGB 198 201 184
HSL 71° 13.60% 75.49%
HSB/HSV 71° 8.46% 78.82%
CMYK 1.49% 0.00% 8.46%
21.18%

Color #C6C9B8 in popluar number systems.

HEX C6 C9 B8
Decimal 198 201 184
Binary 11000110 11001001 10111000
Octal 306 311 270

Shades and tints

Shades of #C6C9B8

#C6C9B8
(198,201,184)
#B4B7A8
(180,183,168)
#A2A598
(162,165,152)
#909388
(144,147,136)
#7E8178
(126,129,120)
#6C6F68
(108,111,104)
#5A5D58
(90,93,88)
#484B48
(72,75,72)
#363938
(54,57,56)
#242728
(36,39,40)
#121518
(18,21,24)
#000000
(0,0,0)

Tints of #C6C9B8

#C6C9B8
(198,201,184)
#CBCDBE
(203,205,190)
#D0D1C4
(208,209,196)
#D5D5CA
(213,213,202)
#DAD9D0
(218,217,208)
#DFDDD6
(223,221,214)
#E4E1DC
(228,225,220)
#E9E5E2
(233,229,226)
#EEE9E8
(238,233,232)
#F3EDEE
(243,237,238)
#F8F1F4
(248,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6C9B8; }

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

This text font color is #C6C9B8.

Background Color

.myBgColor { background-color: #C6C9B8; }

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

This div background color is #C6C9B8.

Border color

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

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

This div border color is #C6C9B8.

Opacity

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

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

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

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

This text has shadow with #C6C9B8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6C9B8.

Preview

Color preview on black background

This text has color #C6C9B8 on black background.


Color preview on white background

This text has color #C6C9B8 on white background.


Black color preview on #C6C9B8 background

This text has black color on #C6C9B8 background.


White color preview on #C6C9B8 background

This text has white color on #C6C9B8 background.


Related colors

Complementary color

Complementary color for #hex is #393647.


I love getcolorcode.com

Triadic colors

1 #B8C6C9 and #C9B8C6 with #C6C9B8 are triadic colors.

2 #B8C9C6 and #C9C6B8 with #C6C9B8 are triadic colors.