COLOR #C6B8B9

HEX: #C6B8B9
RGB: (198,184,185)

Color info

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

RGB color model

#C6B8B9 color RGB value is (198,184,185).

  • red value is 198;
  • green value is 184;
  • blue value is 185.
RGB:
(198,184,185)
(78%,72%,73%)

RGB channels and saturation

R 198 of 255 = 78%
G 184 of 255 = 72%
B 185 of 255 = 73%

198
184
185

R + G + B ~ 74%. #C6B8B9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 184 + 185 = 567 (100%)
R 198 of 567 ~ 34.92%
G 184 of 567 ~ 32.45%
B 185 of 567 ~ 32.63%

%34.92
%32.45
%32.63

CMYK color model

#C6B8B9 color CMYK value is (0,7,7,22).

  • cyan value is 0.00%
  • magenta value is 7.07%
  • yellow value is 6.57%
  • key color value is 22.35%
CMYK:
(0,7,7,22)
C0M7Y7K22 
(0%,7%,7%,22%)
(0.00/0.07/0.07/0.22)	

CMYK percentages

%0
%7.07
%6.57
%22.35

Codes

Color #C6B8B9 in popluar color models

C6B8B9
RGB198184185
HSL356°10.94%74.90%
HSB/HSV356°7.07%77.65%
CMYK0.00%7.07%6.57%
22.35%

Color #C6B8B9 in popluar number systems.

HEXC6B8B9
Decimal198184185
Binary110001101011100010111001
Octal306270271

Shades and tints

Shades of #C6B8B9

#C6B8B9
(198,184,185)
#B4A8A9
(180,168,169)
#A29899
(162,152,153)
#908889
(144,136,137)
#7E7879
(126,120,121)
#6C6869
(108,104,105)
#5A5859
(90,88,89)
#484849
(72,72,73)
#363839
(54,56,57)
#242829
(36,40,41)
#121819
(18,24,25)
#000000
(0,0,0)

Tints of #C6B8B9

#C6B8B9
(198,184,185)
#CBBEBF
(203,190,191)
#D0C4C5
(208,196,197)
#D5CACB
(213,202,203)
#DAD0D1
(218,208,209)
#DFD6D7
(223,214,215)
#E4DCDD
(228,220,221)
#E9E2E3
(233,226,227)
#EEE8E9
(238,232,233)
#F3EEEF
(243,238,239)
#F8F4F5
(248,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6B8B9 color. Also use rgb(198,184,185) instead hex code.

Text Font Color

.myTextColor { color: #C6B8B9; }

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

This text font color is #C6B8B9.


Background Color

.myBgColor { background-color: #C6B8B9; }

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

This div background color is #C6B8B9.


Border color

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

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

This div border color is #C6B8B9.


Opacity

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

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

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

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

This text has shadow with #C6B8B9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6B8B9 on black background.


Color preview on white background

This text has color #C6B8B9 on white background.



Black color preview on #C6B8B9 background

This text has black color on #C6B8B9 background.


White color preview on #C6B8B9 background

This text has white color on #C6B8B9 background.