COLOR #C6BDB7

HEX: #C6BDB7
RGB: (198,189,183)

Color info

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

RGB color model

#C6BDB7 color RGB value is (198,189,183).

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

RGB channels and saturation

R 198 of 255 = 78%
G 189 of 255 = 74%
B 183 of 255 = 72%

198
189
183

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

Portions of RGB colors in percentages

R + G + B =
198 + 189 + 183 = 570 (100%)
R 198 of 570 ~ 34.74%
G 189 of 570 ~ 33.16%
B 183 of 570 ~ 32.11%

%34.74
%33.16
%32.11

CMYK color model

#C6BDB7 color CMYK value is (0,5,8,22).

  • cyan value is 0.00%
  • magenta value is 4.55%
  • yellow value is 7.58%
  • key color value is 22.35%
CMYK:
(0,5,8,22)
C0M5Y8K22 
(0%,5%,8%,22%)
(0.00/0.05/0.08/0.22)	

CMYK percentages

%0
%4.55
%7.58
%22.35

Codes

Color #C6BDB7 in popluar color models

C6BDB7
RGB198189183
HSL24°11.63%74.71%
HSB/HSV24°7.58%77.65%
CMYK0.00%4.55%7.58%
22.35%

Color #C6BDB7 in popluar number systems.

HEXC6BDB7
Decimal198189183
Binary110001101011110110110111
Octal306275267

Shades and tints

Shades of #C6BDB7

#C6BDB7
(198,189,183)
#B4ACA7
(180,172,167)
#A29B97
(162,155,151)
#908A87
(144,138,135)
#7E7977
(126,121,119)
#6C6867
(108,104,103)
#5A5757
(90,87,87)
#484647
(72,70,71)
#363537
(54,53,55)
#242427
(36,36,39)
#121317
(18,19,23)
#000000
(0,0,0)

Tints of #C6BDB7

#C6BDB7
(198,189,183)
#CBC3BD
(203,195,189)
#D0C9C3
(208,201,195)
#D5CFC9
(213,207,201)
#DAD5CF
(218,213,207)
#DFDBD5
(223,219,213)
#E4E1DB
(228,225,219)
#E9E7E1
(233,231,225)
#EEEDE7
(238,237,231)
#F3F3ED
(243,243,237)
#F8F9F3
(248,249,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6BDB7; }

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

This text font color is #C6BDB7.


Background Color

.myBgColor { background-color: #C6BDB7; }

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

This div background color is #C6BDB7.


Border color

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

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

This div border color is #C6BDB7.


Opacity

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

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

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

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

This text has shadow with #C6BDB7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6BDB7 on black background.


Color preview on white background

This text has color #C6BDB7 on white background.



Black color preview on #C6BDB7 background

This text has black color on #C6BDB7 background.


White color preview on #C6BDB7 background

This text has white color on #C6BDB7 background.