COLOR #C6BCC9

HEX: #C6BCC9
RGB: (198,188,201)

Color info

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

RGB color model

#C6BCC9 color RGB value is (198,188,201).

  • red value is 198;
  • green value is 188;
  • blue value is 201.
RGB:
(198,188,201)
(78%,74%,79%)

RGB channels and saturation

R 198 of 255 = 78%
G 188 of 255 = 74%
B 201 of 255 = 79%

198
188
201

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

Portions of RGB colors in percentages

R + G + B =
198 + 188 + 201 = 587 (100%)
R 198 of 587 ~ 33.73%
G 188 of 587 ~ 32.03%
B 201 of 587 ~ 34.24%

%33.73
%32.03
%34.24

CMYK color model

#C6BCC9 color CMYK value is (1,6,0,21).

  • cyan value is 1.49%
  • magenta value is 6.47%
  • yellow value is 0.00%
  • key color value is 21.18%
CMYK:
(1,6,0,21)
C1M6Y0K21 
(1%,6%,0%,21%)
(0.01/0.06/0.00/0.21)	

CMYK percentages

%1.49
%6.47
%0
%21.18

Codes

Color #C6BCC9 in popluar color models

C6BCC9
RGB198188201
HSL286°10.74%76.27%
HSB/HSV286°6.47%78.82%
CMYK1.49%6.47%0.00%
21.18%

Color #C6BCC9 in popluar number systems.

HEXC6BCC9
Decimal198188201
Binary110001101011110011001001
Octal306274311

Shades and tints

Shades of #C6BCC9

#C6BCC9
(198,188,201)
#B4ABB7
(180,171,183)
#A29AA5
(162,154,165)
#908993
(144,137,147)
#7E7881
(126,120,129)
#6C676F
(108,103,111)
#5A565D
(90,86,93)
#48454B
(72,69,75)
#363439
(54,52,57)
#242327
(36,35,39)
#121215
(18,18,21)
#000000
(0,0,0)

Tints of #C6BCC9

#C6BCC9
(198,188,201)
#CBC2CD
(203,194,205)
#D0C8D1
(208,200,209)
#D5CED5
(213,206,213)
#DAD4D9
(218,212,217)
#DFDADD
(223,218,221)
#E4E0E1
(228,224,225)
#E9E6E5
(233,230,229)
#EEECE9
(238,236,233)
#F3F2ED
(243,242,237)
#F8F8F1
(248,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6BCC9; }

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

This text font color is #C6BCC9.


Background Color

.myBgColor { background-color: #C6BCC9; }

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

This div background color is #C6BCC9.


Border color

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

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

This div border color is #C6BCC9.


Opacity

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

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

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

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

This text has shadow with #C6BCC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6BCC9 on black background.


Color preview on white background

This text has color #C6BCC9 on white background.



Black color preview on #C6BCC9 background

This text has black color on #C6BCC9 background.


White color preview on #C6BCC9 background

This text has white color on #C6BCC9 background.