COLOR #C6BFB7

HEX: #C6BFB7
RGB: (198,191,183)

Color info

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

RGB color model

#C6BFB7 color RGB value is (198,191,183).

  • red value is 198;
  • green value is 191;
  • blue value is 183.
RGB:
(198,191,183)
(78%,75%,72%)

RGB channels and saturation

R 198 of 255 = 78%
G 191 of 255 = 75%
B 183 of 255 = 72%

198
191
183

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

Portions of RGB colors in percentages

R + G + B =
198 + 191 + 183 = 572 (100%)
R 198 of 572 ~ 34.62%
G 191 of 572 ~ 33.39%
B 183 of 572 ~ 31.99%

%34.62
%33.39
%31.99

CMYK color model

#C6BFB7 color CMYK value is (0,4,8,22).

  • cyan value is 0.00%
  • magenta value is 3.54%
  • yellow value is 7.58%
  • key color value is 22.35%
CMYK:
(0,4,8,22)
C0M4Y8K22 
(0%,4%,8%,22%)
(0.00/0.04/0.08/0.22)	

CMYK percentages

%0
%3.54
%7.58
%22.35

Codes

Color #C6BFB7 in popluar color models

C6BFB7
RGB198191183
HSL32°11.63%74.71%
HSB/HSV32°7.58%77.65%
CMYK0.00%3.54%7.58%
22.35%

Color #C6BFB7 in popluar number systems.

HEXC6BFB7
Decimal198191183
Binary110001101011111110110111
Octal306277267

Shades and tints

Shades of #C6BFB7

#C6BFB7
(198,191,183)
#B4AEA7
(180,174,167)
#A29D97
(162,157,151)
#908C87
(144,140,135)
#7E7B77
(126,123,119)
#6C6A67
(108,106,103)
#5A5957
(90,89,87)
#484847
(72,72,71)
#363737
(54,55,55)
#242627
(36,38,39)
#121517
(18,21,23)
#000000
(0,0,0)

Tints of #C6BFB7

#C6BFB7
(198,191,183)
#CBC4BD
(203,196,189)
#D0C9C3
(208,201,195)
#D5CEC9
(213,206,201)
#DAD3CF
(218,211,207)
#DFD8D5
(223,216,213)
#E4DDDB
(228,221,219)
#E9E2E1
(233,226,225)
#EEE7E7
(238,231,231)
#F3ECED
(243,236,237)
#F8F1F3
(248,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6BFB7; }

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

This text font color is #C6BFB7.


Background Color

.myBgColor { background-color: #C6BFB7; }

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

This div background color is #C6BFB7.


Border color

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

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

This div border color is #C6BFB7.


Opacity

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

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

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

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

This text has shadow with #C6BFB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6BFB7 on black background.


Color preview on white background

This text has color #C6BFB7 on white background.



Black color preview on #C6BFB7 background

This text has black color on #C6BFB7 background.


White color preview on #C6BFB7 background

This text has white color on #C6BFB7 background.