COLOR #C6BFCC

HEX: #C6BFCC RGB: (198,191,204)

Color info

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

RGB color model

#C6BFCC color RGB value is (198,191,204).

RGB: (198,191,204) (78%, 75%, 80%)

RGB channels and saturation

R 198 of 255 = 78%
G 191 of 255 = 75%
B 204 of 255 = 80%

198
191
204

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

Portions of RGB colors in percentages

R + G + B = 198 + 191 + 204 = 593 (100%)
R 198 of 593 ~ 33.39%
G 191 of 593 ~ 32.21%
B 204 of 593 ~ 34.4'%

%33.39
%32.21
%34.4

CMYK color model

#C6BFCC color CMYK value is (3,6,0,20).

  • cyan value is 2.94%
  • magenta value is 6.37%
  • yellow value is 0.00%
  • key color value is 20.00%
CMYK: (3,6,0,20) C3M6Y0K20 (3%,6%,0%,20%) (0.03/0.06/0.00/0.20) 

CMYK percentages

%2.94
%6.37
%0
%20

Codes

Color #C6BFCC in popluar color models

C6 BF CC
RGB 198 191 204
HSL 272° 11.30% 77.45%
HSB/HSV 272° 6.37% 80.00%
CMYK 2.94% 6.37% 0.00%
20.00%

Color #C6BFCC in popluar number systems.

HEX C6 BF CC
Decimal 198 191 204
Binary 11000110 10111111 11001100
Octal 306 277 314

Shades and tints

Shades of #C6BFCC

#C6BFCC
(198,191,204)
#B4AEBA
(180,174,186)
#A29DA8
(162,157,168)
#908C96
(144,140,150)
#7E7B84
(126,123,132)
#6C6A72
(108,106,114)
#5A5960
(90,89,96)
#48484E
(72,72,78)
#36373C
(54,55,60)
#24262A
(36,38,42)
#121518
(18,21,24)
#000000
(0,0,0)

Tints of #C6BFCC

#C6BFCC
(198,191,204)
#CBC4D0
(203,196,208)
#D0C9D4
(208,201,212)
#D5CED8
(213,206,216)
#DAD3DC
(218,211,220)
#DFD8E0
(223,216,224)
#E4DDE4
(228,221,228)
#E9E2E8
(233,226,232)
#EEE7EC
(238,231,236)
#F3ECF0
(243,236,240)
#F8F1F4
(248,241,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6BFCC; }

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

This text font color is #C6BFCC.

Background Color

.myBgColor { background-color: #C6BFCC; }

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

This div background color is #C6BFCC.

Border color

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

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

This div border color is #C6BFCC.

Opacity

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

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

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

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

This text has shadow with #C6BFCC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6BFCC.

Preview

Color preview on black background

This text has color #C6BFCC on black background.


Color preview on white background

This text has color #C6BFCC on white background.


Black color preview on #C6BFCC background

This text has black color on #C6BFCC background.


White color preview on #C6BFCC background

This text has white color on #C6BFCC background.


Related colors

Complementary color

Complementary color for #hex is #394033.


I love getcolorcode.com

Triadic colors

1 #CCC6BF and #BFCCC6 with #C6BFCC are triadic colors.

2 #CCBFC6 and #BFC6CC with #C6BFCC are triadic colors.