COLOR #C6BAC8

HEX: #C6BAC8
RGB: (198,186,200)

Color info

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

RGB color model

#C6BAC8 color RGB value is (198,186,200).

  • red value is 198;
  • green value is 186;
  • blue value is 200.
RGB:
(198,186,200)
(78%,73%,78%)

RGB channels and saturation

R 198 of 255 = 78%
G 186 of 255 = 73%
B 200 of 255 = 78%

198
186
200

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

Portions of RGB colors in percentages

R + G + B =
198 + 186 + 200 = 584 (100%)
R 198 of 584 ~ 33.9%
G 186 of 584 ~ 31.85%
B 200 of 584 ~ 34.25%

%33.9
%31.85
%34.25

CMYK color model

#C6BAC8 color CMYK value is (1,7,0,22).

  • cyan value is 1.00%
  • magenta value is 7.00%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(1,7,0,22)
C1M7Y0K22 
(1%,7%,0%,22%)
(0.01/0.07/0.00/0.22)	

CMYK percentages

%1
%7
%0
%21.57

Codes

Color #C6BAC8 in popluar color models

C6BAC8
RGB198186200
HSL291°11.29%75.69%
HSB/HSV291°7.00%78.43%
CMYK1.00%7.00%0.00%
21.57%

Color #C6BAC8 in popluar number systems.

HEXC6BAC8
Decimal198186200
Binary110001101011101011001000
Octal306272310

Shades and tints

Shades of #C6BAC8

#C6BAC8
(198,186,200)
#B4AAB6
(180,170,182)
#A29AA4
(162,154,164)
#908A92
(144,138,146)
#7E7A80
(126,122,128)
#6C6A6E
(108,106,110)
#5A5A5C
(90,90,92)
#484A4A
(72,74,74)
#363A38
(54,58,56)
#242A26
(36,42,38)
#121A14
(18,26,20)
#000000
(0,0,0)

Tints of #C6BAC8

#C6BAC8
(198,186,200)
#CBC0CD
(203,192,205)
#D0C6D2
(208,198,210)
#D5CCD7
(213,204,215)
#DAD2DC
(218,210,220)
#DFD8E1
(223,216,225)
#E4DEE6
(228,222,230)
#E9E4EB
(233,228,235)
#EEEAF0
(238,234,240)
#F3F0F5
(243,240,245)
#F8F6FA
(248,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6BAC8 color. Also use rgb(198,186,200) instead hex code.

Text Font Color

.myTextColor { color: #C6BAC8; }

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

This text font color is #C6BAC8.


Background Color

.myBgColor { background-color: #C6BAC8; }

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

This div background color is #C6BAC8.


Border color

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

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

This div border color is #C6BAC8.


Opacity

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

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

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

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

This text has shadow with #C6BAC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6BAC8 on black background.


Color preview on white background

This text has color #C6BAC8 on white background.



Black color preview on #C6BAC8 background

This text has black color on #C6BAC8 background.


White color preview on #C6BAC8 background

This text has white color on #C6BAC8 background.