COLOR #C6CCB8

HEX: #C6CCB8
RGB: (198,204,184)

Color info

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

RGB color model

#C6CCB8 color RGB value is (198,204,184).

  • red value is 198;
  • green value is 204;
  • blue value is 184.
RGB:
(198,204,184)
(78%,80%,72%)

RGB channels and saturation

R 198 of 255 = 78%
G 204 of 255 = 80%
B 184 of 255 = 72%

198
204
184

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

Portions of RGB colors in percentages

R + G + B =
198 + 204 + 184 = 586 (100%)
R 198 of 586 ~ 33.79%
G 204 of 586 ~ 34.81%
B 184 of 586 ~ 31.4%

%33.79
%34.81
%31.4

CMYK color model

#C6CCB8 color CMYK value is (3,0,10,20).

  • cyan value is 2.94%
  • magenta value is 0.00%
  • yellow value is 9.80%
  • key color value is 20.00%
CMYK:
(3,0,10,20)
C3M0Y10K20 
(3%,0%,10%,20%)
(0.03/0.00/0.10/0.20)	

CMYK percentages

%2.94
%0
%9.8
%20

Codes

Color #C6CCB8 in popluar color models

C6CCB8
RGB198204184
HSL78°16.39%76.08%
HSB/HSV78°9.80%80.00%
CMYK2.94%0.00%9.80%
20.00%

Color #C6CCB8 in popluar number systems.

HEXC6CCB8
Decimal198204184
Binary110001101100110010111000
Octal306314270

Shades and tints

Shades of #C6CCB8

#C6CCB8
(198,204,184)
#B4BAA8
(180,186,168)
#A2A898
(162,168,152)
#909688
(144,150,136)
#7E8478
(126,132,120)
#6C7268
(108,114,104)
#5A6058
(90,96,88)
#484E48
(72,78,72)
#363C38
(54,60,56)
#242A28
(36,42,40)
#121818
(18,24,24)
#000000
(0,0,0)

Tints of #C6CCB8

#C6CCB8
(198,204,184)
#CBD0BE
(203,208,190)
#D0D4C4
(208,212,196)
#D5D8CA
(213,216,202)
#DADCD0
(218,220,208)
#DFE0D6
(223,224,214)
#E4E4DC
(228,228,220)
#E9E8E2
(233,232,226)
#EEECE8
(238,236,232)
#F3F0EE
(243,240,238)
#F8F4F4
(248,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6CCB8; }

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

This text font color is #C6CCB8.


Background Color

.myBgColor { background-color: #C6CCB8; }

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

This div background color is #C6CCB8.


Border color

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

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

This div border color is #C6CCB8.


Opacity

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

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

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

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

This text has shadow with #C6CCB8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6CCB8 on black background.


Color preview on white background

This text has color #C6CCB8 on white background.



Black color preview on #C6CCB8 background

This text has black color on #C6CCB8 background.


White color preview on #C6CCB8 background

This text has white color on #C6CCB8 background.