COLOR #C6B7BD

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

Color info

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

RGB color model

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

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

RGB channels and saturation

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

198
183
189

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

Portions of RGB colors in percentages

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

%34.74
%32.11
%33.16

CMYK color model

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

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

CMYK percentages

%0
%7.58
%4.55
%22.35

Codes

Color #C6B7BD in popluar color models

C6B7BD
RGB198183189
HSL336°11.63%74.71%
HSB/HSV336°7.58%77.65%
CMYK0.00%7.58%4.55%
22.35%

Color #C6B7BD in popluar number systems.

HEXC6B7BD
Decimal198183189
Binary110001101011011110111101
Octal306267275

Shades and tints

Shades of #C6B7BD

#C6B7BD
(198,183,189)
#B4A7AC
(180,167,172)
#A2979B
(162,151,155)
#90878A
(144,135,138)
#7E7779
(126,119,121)
#6C6768
(108,103,104)
#5A5757
(90,87,87)
#484746
(72,71,70)
#363735
(54,55,53)
#242724
(36,39,36)
#121713
(18,23,19)
#000000
(0,0,0)

Tints of #C6B7BD

#C6B7BD
(198,183,189)
#CBBDC3
(203,189,195)
#D0C3C9
(208,195,201)
#D5C9CF
(213,201,207)
#DACFD5
(218,207,213)
#DFD5DB
(223,213,219)
#E4DBE1
(228,219,225)
#E9E1E7
(233,225,231)
#EEE7ED
(238,231,237)
#F3EDF3
(243,237,243)
#F8F3F9
(248,243,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6B7BD; }

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

This text font color is #C6B7BD.


Background Color

.myBgColor { background-color: #C6B7BD; }

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

This div background color is #C6B7BD.


Border color

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

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

This div border color is #C6B7BD.


Opacity

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

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

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

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

This text has shadow with #C6B7BD color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #C6B7BD on black background.


Color preview on white background

This text has color #C6B7BD on white background.



Black color preview on #C6B7BD background

This text has black color on #C6B7BD background.


White color preview on #C6B7BD background

This text has white color on #C6B7BD background.