COLOR #C6CABE

HEX: #C6CABE
RGB: (198,202,190)

Color info

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

RGB color model

#C6CABE color RGB value is (198,202,190).

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

RGB channels and saturation

R 198 of 255 = 78%
G 202 of 255 = 79%
B 190 of 255 = 75%

198
202
190

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

Portions of RGB colors in percentages

R + G + B =
198 + 202 + 190 = 590 (100%)
R 198 of 590 ~ 33.56%
G 202 of 590 ~ 34.24%
B 190 of 590 ~ 32.2%

%33.56
%34.24
%32.2

CMYK color model

#C6CABE color CMYK value is (2,0,6,21).

  • cyan value is 1.98%
  • magenta value is 0.00%
  • yellow value is 5.94%
  • key color value is 20.78%
CMYK:
(2,0,6,21)
C2M0Y6K21 
(2%,0%,6%,21%)
(0.02/0.00/0.06/0.21)	

CMYK percentages

%1.98
%0
%5.94
%20.78

Codes

Color #C6CABE in popluar color models

C6CABE
RGB198202190
HSL80°10.17%76.86%
HSB/HSV80°5.94%79.22%
CMYK1.98%0.00%5.94%
20.78%

Color #C6CABE in popluar number systems.

HEXC6CABE
Decimal198202190
Binary110001101100101010111110
Octal306312276

Shades and tints

Shades of #C6CABE

#C6CABE
(198,202,190)
#B4B8AD
(180,184,173)
#A2A69C
(162,166,156)
#90948B
(144,148,139)
#7E827A
(126,130,122)
#6C7069
(108,112,105)
#5A5E58
(90,94,88)
#484C47
(72,76,71)
#363A36
(54,58,54)
#242825
(36,40,37)
#121614
(18,22,20)
#000000
(0,0,0)

Tints of #C6CABE

#C6CABE
(198,202,190)
#CBCEC3
(203,206,195)
#D0D2C8
(208,210,200)
#D5D6CD
(213,214,205)
#DADAD2
(218,218,210)
#DFDED7
(223,222,215)
#E4E2DC
(228,226,220)
#E9E6E1
(233,230,225)
#EEEAE6
(238,234,230)
#F3EEEB
(243,238,235)
#F8F2F0
(248,242,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6CABE; }

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

This text font color is #C6CABE.


Background Color

.myBgColor { background-color: #C6CABE; }

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

This div background color is #C6CABE.


Border color

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

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

This div border color is #C6CABE.


Opacity

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

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

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

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

This text has shadow with #C6CABE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6CABE on black background.


Color preview on white background

This text has color #C6CABE on white background.



Black color preview on #C6CABE background

This text has black color on #C6CABE background.


White color preview on #C6CABE background

This text has white color on #C6CABE background.