COLOR #C6BFCE

HEX: #C6BFCE
RGB: (198,191,206)

Color info

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

RGB color model

#C6BFCE color RGB value is (198,191,206).

  • red value is 198;
  • green value is 191;
  • blue value is 206.
RGB:
(198,191,206)
(78%,75%,81%)

RGB channels and saturation

R 198 of 255 = 78%
G 191 of 255 = 75%
B 206 of 255 = 81%

198
191
206

R + G + B ~ 78%. #C6BFCE is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 191 + 206 = 595 (100%)
R 198 of 595 ~ 33.28%
G 191 of 595 ~ 32.1%
B 206 of 595 ~ 34.62%

%33.28
%32.1
%34.62

CMYK color model

#C6BFCE color CMYK value is (4,7,0,19).

  • cyan value is 3.88%
  • magenta value is 7.28%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(4,7,0,19)
C4M7Y0K19 
(4%,7%,0%,19%)
(0.04/0.07/0.00/0.19)	

CMYK percentages

%3.88
%7.28
%0
%19.22

Codes

Color #C6BFCE in popluar color models

C6BFCE
RGB198191206
HSL268°13.27%77.84%
HSB/HSV268°7.28%80.78%
CMYK3.88%7.28%0.00%
19.22%

Color #C6BFCE in popluar number systems.

HEXC6BFCE
Decimal198191206
Binary110001101011111111001110
Octal306277316

Shades and tints

Shades of #C6BFCE

#C6BFCE
(198,191,206)
#B4AEBC
(180,174,188)
#A29DAA
(162,157,170)
#908C98
(144,140,152)
#7E7B86
(126,123,134)
#6C6A74
(108,106,116)
#5A5962
(90,89,98)
#484850
(72,72,80)
#36373E
(54,55,62)
#24262C
(36,38,44)
#12151A
(18,21,26)
#000000
(0,0,0)

Tints of #C6BFCE

#C6BFCE
(198,191,206)
#CBC4D2
(203,196,210)
#D0C9D6
(208,201,214)
#D5CEDA
(213,206,218)
#DAD3DE
(218,211,222)
#DFD8E2
(223,216,226)
#E4DDE6
(228,221,230)
#E9E2EA
(233,226,234)
#EEE7EE
(238,231,238)
#F3ECF2
(243,236,242)
#F8F1F6
(248,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6BFCE color. Also use rgb(198,191,206) instead hex code.

Text Font Color

.myTextColor { color: #C6BFCE; }

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

This text font color is #C6BFCE.


Background Color

.myBgColor { background-color: #C6BFCE; }

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

This div background color is #C6BFCE.


Border color

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

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

This div border color is #C6BFCE.


Opacity

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

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

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

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

This text has shadow with #C6BFCE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6BFCE on black background.


Color preview on white background

This text has color #C6BFCE on white background.



Black color preview on #C6BFCE background

This text has black color on #C6BFCE background.


White color preview on #C6BFCE background

This text has white color on #C6BFCE background.