COLOR #C6CCB4

HEX: #C6CCB4
RGB: (198,204,180)

Color info

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

RGB color model

#C6CCB4 color RGB value is (198,204,180).

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

RGB channels and saturation

R 198 of 255 = 78%
G 204 of 255 = 80%
B 180 of 255 = 71%

198
204
180

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

Portions of RGB colors in percentages

R + G + B =
198 + 204 + 180 = 582 (100%)
R 198 of 582 ~ 34.02%
G 204 of 582 ~ 35.05%
B 180 of 582 ~ 30.93%

%34.02
%35.05
%30.93

CMYK color model

#C6CCB4 color CMYK value is (3,0,12,20).

  • cyan value is 2.94%
  • magenta value is 0.00%
  • yellow value is 11.76%
  • key color value is 20.00%
CMYK:
(3,0,12,20)
C3M0Y12K20 
(3%,0%,12%,20%)
(0.03/0.00/0.12/0.20)	

CMYK percentages

%2.94
%0
%11.76
%20

Codes

Color #C6CCB4 in popluar color models

C6CCB4
RGB198204180
HSL75°19.05%75.29%
HSB/HSV75°11.76%80.00%
CMYK2.94%0.00%11.76%
20.00%

Color #C6CCB4 in popluar number systems.

HEXC6CCB4
Decimal198204180
Binary110001101100110010110100
Octal306314264

Shades and tints

Shades of #C6CCB4

#C6CCB4
(198,204,180)
#B4BAA4
(180,186,164)
#A2A894
(162,168,148)
#909684
(144,150,132)
#7E8474
(126,132,116)
#6C7264
(108,114,100)
#5A6054
(90,96,84)
#484E44
(72,78,68)
#363C34
(54,60,52)
#242A24
(36,42,36)
#121814
(18,24,20)
#000000
(0,0,0)

Tints of #C6CCB4

#C6CCB4
(198,204,180)
#CBD0BA
(203,208,186)
#D0D4C0
(208,212,192)
#D5D8C6
(213,216,198)
#DADCCC
(218,220,204)
#DFE0D2
(223,224,210)
#E4E4D8
(228,228,216)
#E9E8DE
(233,232,222)
#EEECE4
(238,236,228)
#F3F0EA
(243,240,234)
#F8F4F0
(248,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6CCB4; }

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

This text font color is #C6CCB4.


Background Color

.myBgColor { background-color: #C6CCB4; }

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

This div background color is #C6CCB4.


Border color

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

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

This div border color is #C6CCB4.


Opacity

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

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

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

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

This text has shadow with #C6CCB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6CCB4 on black background.


Color preview on white background

This text has color #C6CCB4 on white background.



Black color preview on #C6CCB4 background

This text has black color on #C6CCB4 background.


White color preview on #C6CCB4 background

This text has white color on #C6CCB4 background.