COLOR #C6BDBE

HEX: #C6BDBE
RGB: (198,189,190)

Color info

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

RGB color model

#C6BDBE color RGB value is (198,189,190).

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

RGB channels and saturation

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

198
189
190

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

Portions of RGB colors in percentages

R + G + B =
198 + 189 + 190 = 577 (100%)
R 198 of 577 ~ 34.32%
G 189 of 577 ~ 32.76%
B 190 of 577 ~ 32.93%

%34.32
%32.76
%32.93

CMYK color model

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

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

CMYK percentages

%0
%4.55
%4.04
%22.35

Codes

Color #C6BDBE in popluar color models

C6BDBE
RGB198189190
HSL353°7.32%75.88%
HSB/HSV353°4.55%77.65%
CMYK0.00%4.55%4.04%
22.35%

Color #C6BDBE in popluar number systems.

HEXC6BDBE
Decimal198189190
Binary110001101011110110111110
Octal306275276

Shades and tints

Shades of #C6BDBE

#C6BDBE
(198,189,190)
#B4ACAD
(180,172,173)
#A29B9C
(162,155,156)
#908A8B
(144,138,139)
#7E797A
(126,121,122)
#6C6869
(108,104,105)
#5A5758
(90,87,88)
#484647
(72,70,71)
#363536
(54,53,54)
#242425
(36,36,37)
#121314
(18,19,20)
#000000
(0,0,0)

Tints of #C6BDBE

#C6BDBE
(198,189,190)
#CBC3C3
(203,195,195)
#D0C9C8
(208,201,200)
#D5CFCD
(213,207,205)
#DAD5D2
(218,213,210)
#DFDBD7
(223,219,215)
#E4E1DC
(228,225,220)
#E9E7E1
(233,231,225)
#EEEDE6
(238,237,230)
#F3F3EB
(243,243,235)
#F8F9F0
(248,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6BDBE; }

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

This text font color is #C6BDBE.


Background Color

.myBgColor { background-color: #C6BDBE; }

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

This div background color is #C6BDBE.


Border color

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

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

This div border color is #C6BDBE.


Opacity

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

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

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

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

This text has shadow with #C6BDBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6BDBE on black background.


Color preview on white background

This text has color #C6BDBE on white background.



Black color preview on #C6BDBE background

This text has black color on #C6BDBE background.


White color preview on #C6BDBE background

This text has white color on #C6BDBE background.