COLOR #C6BEBC

HEX: #C6BEBC
RGB: (198,190,188)

Color info

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

RGB color model

#C6BEBC color RGB value is (198,190,188).

  • red value is 198;
  • green value is 190;
  • blue value is 188.
RGB:
(198,190,188)
(78%,75%,74%)

RGB channels and saturation

R 198 of 255 = 78%
G 190 of 255 = 75%
B 188 of 255 = 74%

198
190
188

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

Portions of RGB colors in percentages

R + G + B =
198 + 190 + 188 = 576 (100%)
R 198 of 576 ~ 34.38%
G 190 of 576 ~ 32.99%
B 188 of 576 ~ 32.64%

%34.38
%32.99
%32.64

CMYK color model

#C6BEBC color CMYK value is (0,4,5,22).

  • cyan value is 0.00%
  • magenta value is 4.04%
  • yellow value is 5.05%
  • key color value is 22.35%
CMYK:
(0,4,5,22)
C0M4Y5K22 
(0%,4%,5%,22%)
(0.00/0.04/0.05/0.22)	

CMYK percentages

%0
%4.04
%5.05
%22.35

Codes

Color #C6BEBC in popluar color models

C6BEBC
RGB198190188
HSL12°8.06%75.69%
HSB/HSV12°5.05%77.65%
CMYK0.00%4.04%5.05%
22.35%

Color #C6BEBC in popluar number systems.

HEXC6BEBC
Decimal198190188
Binary110001101011111010111100
Octal306276274

Shades and tints

Shades of #C6BEBC

#C6BEBC
(198,190,188)
#B4ADAB
(180,173,171)
#A29C9A
(162,156,154)
#908B89
(144,139,137)
#7E7A78
(126,122,120)
#6C6967
(108,105,103)
#5A5856
(90,88,86)
#484745
(72,71,69)
#363634
(54,54,52)
#242523
(36,37,35)
#121412
(18,20,18)
#000000
(0,0,0)

Tints of #C6BEBC

#C6BEBC
(198,190,188)
#CBC3C2
(203,195,194)
#D0C8C8
(208,200,200)
#D5CDCE
(213,205,206)
#DAD2D4
(218,210,212)
#DFD7DA
(223,215,218)
#E4DCE0
(228,220,224)
#E9E1E6
(233,225,230)
#EEE6EC
(238,230,236)
#F3EBF2
(243,235,242)
#F8F0F8
(248,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6BEBC; }

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

This text font color is #C6BEBC.


Background Color

.myBgColor { background-color: #C6BEBC; }

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

This div background color is #C6BEBC.


Border color

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

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

This div border color is #C6BEBC.


Opacity

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

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

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

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

This text has shadow with #C6BEBC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6BEBC on black background.


Color preview on white background

This text has color #C6BEBC on white background.



Black color preview on #C6BEBC background

This text has black color on #C6BEBC background.


White color preview on #C6BEBC background

This text has white color on #C6BEBC background.