COLOR #C6BBCB

HEX: #C6BBCB RGB: (198,187,203)

Color info

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

RGB color model

#C6BBCB color RGB value is (198,187,203).

RGB: (198,187,203) (78%, 73%, 80%)

RGB channels and saturation

R 198 of 255 = 78%
G 187 of 255 = 73%
B 203 of 255 = 80%

198
187
203

R + G + B ~ 77%. #C6BBCB is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 187 + 203 = 588 (100%)
R 198 of 588 ~ 33.67%
G 187 of 588 ~ 31.8%
B 203 of 588 ~ 34.52'%

%33.67
%31.8
%34.52

CMYK color model

#C6BBCB color CMYK value is (2,8,0,20).

  • cyan value is 2.46%
  • magenta value is 7.88%
  • yellow value is 0.00%
  • key color value is 20.39%

CMYK: (2,8,0,20)
C2M8Y0K20 (2%, 8%, 0%, 20%)
(0.02 / 0.08 / 0.00 / 0.20)

CMYK percentages

%2.46
%7.88
%0
%20.39

Codes

Color #C6BBCB in popluar color models

C6 BB CB
RGB 198 187 203
HSL 281° 13.33% 76.47%
HSB/HSV 281° 7.88% 79.61%
CMYK 2.46% 7.88% 0.00%
20.39%

Color #C6BBCB in popluar number systems.

HEX C6 BB CB
Decimal 198 187 203
Binary 11000110 10111011 11001011
Octal 306 273 313

Shades and tints

Shades of #C6BBCB

#C6BBCB
(198,187,203)
#B4AAB9
(180,170,185)
#A299A7
(162,153,167)
#908895
(144,136,149)
#7E7783
(126,119,131)
#6C6671
(108,102,113)
#5A555F
(90,85,95)
#48444D
(72,68,77)
#36333B
(54,51,59)
#242229
(36,34,41)
#121117
(18,17,23)
#000000
(0,0,0)

Tints of #C6BBCB

#C6BBCB
(198,187,203)
#CBC1CF
(203,193,207)
#D0C7D3
(208,199,211)
#D5CDD7
(213,205,215)
#DAD3DB
(218,211,219)
#DFD9DF
(223,217,223)
#E4DFE3
(228,223,227)
#E9E5E7
(233,229,231)
#EEEBEB
(238,235,235)
#F3F1EF
(243,241,239)
#F8F7F3
(248,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6BBCB; }

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

This text font color is #C6BBCB.

Background Color

.myBgColor { background-color: #C6BBCB; }

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

This div background color is #C6BBCB.

Border color

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

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

This div border color is #C6BBCB.

Opacity

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

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

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

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

This text has shadow with #C6BBCB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6BBCB.

Preview

Color preview on black background

This text has color #C6BBCB on black background.


Color preview on white background

This text has color #C6BBCB on white background.


Black color preview on #C6BBCB background

This text has black color on #C6BBCB background.


White color preview on #C6BBCB background

This text has white color on #C6BBCB background.


Related colors

Complementary color

Complementary color for #hex is #394434.


I love getcolorcode.com

Triadic colors

1 #CBC6BB and #BBCBC6 with #C6BBCB are triadic colors.

2 #CBBBC6 and #BBC6CB with #C6BBCB are triadic colors.