COLOR #C6C8BE

HEX: #C6C8BE
RGB: (198,200,190)

Color info

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

RGB color model

#C6C8BE color RGB value is (198,200,190).

  • red value is 198;
  • green value is 200;
  • blue value is 190.
RGB:
(198,200,190)
(78%,78%,75%)

RGB channels and saturation

R 198 of 255 = 78%
G 200 of 255 = 78%
B 190 of 255 = 75%

198
200
190

R + G + B ~ 77%. #C6C8BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 200 + 190 = 588 (100%)
R 198 of 588 ~ 33.67%
G 200 of 588 ~ 34.01%
B 190 of 588 ~ 32.31%

%33.67
%34.01
%32.31

CMYK color model

#C6C8BE color CMYK value is (1,0,5,22).

  • cyan value is 1.00%
  • magenta value is 0.00%
  • yellow value is 5.00%
  • key color value is 21.57%
CMYK:
(1,0,5,22)
C1M0Y5K22 
(1%,0%,5%,22%)
(0.01/0.00/0.05/0.22)	

CMYK percentages

%1
%0
%5
%21.57

Codes

Color #C6C8BE in popluar color models

C6C8BE
RGB198200190
HSL72°8.33%76.47%
HSB/HSV72°5.00%78.43%
CMYK1.00%0.00%5.00%
21.57%

Color #C6C8BE in popluar number systems.

HEXC6C8BE
Decimal198200190
Binary110001101100100010111110
Octal306310276

Shades and tints

Shades of #C6C8BE

#C6C8BE
(198,200,190)
#B4B6AD
(180,182,173)
#A2A49C
(162,164,156)
#90928B
(144,146,139)
#7E807A
(126,128,122)
#6C6E69
(108,110,105)
#5A5C58
(90,92,88)
#484A47
(72,74,71)
#363836
(54,56,54)
#242625
(36,38,37)
#121414
(18,20,20)
#000000
(0,0,0)

Tints of #C6C8BE

#C6C8BE
(198,200,190)
#CBCDC3
(203,205,195)
#D0D2C8
(208,210,200)
#D5D7CD
(213,215,205)
#DADCD2
(218,220,210)
#DFE1D7
(223,225,215)
#E4E6DC
(228,230,220)
#E9EBE1
(233,235,225)
#EEF0E6
(238,240,230)
#F3F5EB
(243,245,235)
#F8FAF0
(248,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6C8BE color. Also use rgb(198,200,190) instead hex code.

Text Font Color

.myTextColor { color: #C6C8BE; }

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

This text font color is #C6C8BE.


Background Color

.myBgColor { background-color: #C6C8BE; }

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

This div background color is #C6C8BE.


Border color

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

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

This div border color is #C6C8BE.


Opacity

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

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

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

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

This text has shadow with #C6C8BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6C8BE on black background.


Color preview on white background

This text has color #C6C8BE on white background.



Black color preview on #C6C8BE background

This text has black color on #C6C8BE background.


White color preview on #C6C8BE background

This text has white color on #C6C8BE background.