COLOR #C6BCC0

HEX: #C6BCC0
RGB: (198,188,192)

Color info

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

RGB color model

#C6BCC0 color RGB value is (198,188,192).

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

RGB channels and saturation

R 198 of 255 = 78%
G 188 of 255 = 74%
B 192 of 255 = 75%

198
188
192

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

Portions of RGB colors in percentages

R + G + B =
198 + 188 + 192 = 578 (100%)
R 198 of 578 ~ 34.26%
G 188 of 578 ~ 32.53%
B 192 of 578 ~ 33.22%

%34.26
%32.53
%33.22

CMYK color model

#C6BCC0 color CMYK value is (0,5,3,22).

  • cyan value is 0.00%
  • magenta value is 5.05%
  • yellow value is 3.03%
  • key color value is 22.35%
CMYK:
(0,5,3,22)
C0M5Y3K22 
(0%,5%,3%,22%)
(0.00/0.05/0.03/0.22)	

CMYK percentages

%0
%5.05
%3.03
%22.35

Codes

Color #C6BCC0 in popluar color models

C6BCC0
RGB198188192
HSL336°8.06%75.69%
HSB/HSV336°5.05%77.65%
CMYK0.00%5.05%3.03%
22.35%

Color #C6BCC0 in popluar number systems.

HEXC6BCC0
Decimal198188192
Binary110001101011110011000000
Octal306274300

Shades and tints

Shades of #C6BCC0

#C6BCC0
(198,188,192)
#B4ABAF
(180,171,175)
#A29A9E
(162,154,158)
#90898D
(144,137,141)
#7E787C
(126,120,124)
#6C676B
(108,103,107)
#5A565A
(90,86,90)
#484549
(72,69,73)
#363438
(54,52,56)
#242327
(36,35,39)
#121216
(18,18,22)
#000000
(0,0,0)

Tints of #C6BCC0

#C6BCC0
(198,188,192)
#CBC2C5
(203,194,197)
#D0C8CA
(208,200,202)
#D5CECF
(213,206,207)
#DAD4D4
(218,212,212)
#DFDAD9
(223,218,217)
#E4E0DE
(228,224,222)
#E9E6E3
(233,230,227)
#EEECE8
(238,236,232)
#F3F2ED
(243,242,237)
#F8F8F2
(248,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6BCC0; }

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

This text font color is #C6BCC0.


Background Color

.myBgColor { background-color: #C6BCC0; }

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

This div background color is #C6BCC0.


Border color

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

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

This div border color is #C6BCC0.


Opacity

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

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

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

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

This text has shadow with #C6BCC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6BCC0 on black background.


Color preview on white background

This text has color #C6BCC0 on white background.



Black color preview on #C6BCC0 background

This text has black color on #C6BCC0 background.


White color preview on #C6BCC0 background

This text has white color on #C6BCC0 background.