COLOR #C6BBBC

HEX: #C6BBBC RGB: (198,187,188)

Color info

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

RGB color model

#C6BBBC color RGB value is (198,187,188).

RGB: (198,187,188) (78%, 73%, 74%)

RGB channels and saturation

R 198 of 255 = 78%
G 187 of 255 = 73%
B 188 of 255 = 74%

198
187
188

R + G + B ~ 75%. #C6BBBC is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 187 + 188 = 573 (100%)
R 198 of 573 ~ 34.55%
G 187 of 573 ~ 32.64%
B 188 of 573 ~ 32.81'%

%34.55
%32.64
%32.81

CMYK color model

#C6BBBC color CMYK value is (0,6,5,22).

  • cyan value is 0.00%
  • magenta value is 5.56%
  • yellow value is 5.05%
  • key color value is 22.35%

CMYK: (0,6,5,22)
C0M6Y5K22 (0%, 6%, 5%, 22%)
(0.00 / 0.06 / 0.05 / 0.22)

CMYK percentages

%0
%5.56
%5.05
%22.35

Codes

Color #C6BBBC in popluar color models

C6 BB BC
RGB 198 187 188
HSL 355° 8.80% 75.49%
HSB/HSV 355° 5.56% 77.65%
CMYK 0.00% 5.56% 5.05%
22.35%

Color #C6BBBC in popluar number systems.

HEX C6 BB BC
Decimal 198 187 188
Binary 11000110 10111011 10111100
Octal 306 273 274

Shades and tints

Shades of #C6BBBC

#C6BBBC
(198,187,188)
#B4AAAB
(180,170,171)
#A2999A
(162,153,154)
#908889
(144,136,137)
#7E7778
(126,119,120)
#6C6667
(108,102,103)
#5A5556
(90,85,86)
#484445
(72,68,69)
#363334
(54,51,52)
#242223
(36,34,35)
#121112
(18,17,18)
#000000
(0,0,0)

Tints of #C6BBBC

#C6BBBC
(198,187,188)
#CBC1C2
(203,193,194)
#D0C7C8
(208,199,200)
#D5CDCE
(213,205,206)
#DAD3D4
(218,211,212)
#DFD9DA
(223,217,218)
#E4DFE0
(228,223,224)
#E9E5E6
(233,229,230)
#EEEBEC
(238,235,236)
#F3F1F2
(243,241,242)
#F8F7F8
(248,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6BBBC; }

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

This text font color is #C6BBBC.

Background Color

.myBgColor { background-color: #C6BBBC; }

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

This div background color is #C6BBBC.

Border color

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

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

This div border color is #C6BBBC.

Opacity

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

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

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

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

This text has shadow with #C6BBBC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6BBBC.

Preview

Color preview on black background

This text has color #C6BBBC on black background.


Color preview on white background

This text has color #C6BBBC on white background.


Black color preview on #C6BBBC background

This text has black color on #C6BBBC background.


White color preview on #C6BBBC background

This text has white color on #C6BBBC background.


Related colors

Complementary color

Complementary color for #hex is #394443.


I love getcolorcode.com

Triadic colors

1 #BCC6BB and #BBBCC6 with #C6BBBC are triadic colors.

2 #BCBBC6 and #BBC6BC with #C6BBBC are triadic colors.