COLOR #C6BDB0

HEX: #C6BDB0
RGB: (198,189,176)

Color info

#C6BDB0 contains red, green and blue colors in about the same proportion. Web safe color of #C6BDB0 is #CCCC99 (or #CC9).

RGB color model

#C6BDB0 color RGB value is (198,189,176).

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

RGB channels and saturation

R 198 of 255 = 78%
G 189 of 255 = 74%
B 176 of 255 = 69%

198
189
176

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

Portions of RGB colors in percentages

R + G + B =
198 + 189 + 176 = 563 (100%)
R 198 of 563 ~ 35.17%
G 189 of 563 ~ 33.57%
B 176 of 563 ~ 31.26%

%35.17
%33.57
%31.26

CMYK color model

#C6BDB0 color CMYK value is (0,5,11,22).

  • cyan value is 0.00%
  • magenta value is 4.55%
  • yellow value is 11.11%
  • key color value is 22.35%
CMYK: (0,5,11,22) C0M5Y11K22 (0%,5%,11%,22%) (0.00/0.05/0.11/0.22)

CMYK percentages

%0
%4.55
%11.11
%22.35

Codes

Color #C6BDB0 in popluar color models

C6BDB0
RGB198189176
HSL35°16.18%73.33%
HSB/HSV35°11.11%77.65%
CMYK0.00%4.55%11.11%
22.35%

Color #C6BDB0 in popluar number systems.

HEXC6BDB0
Decimal198189176
Binary110001101011110110110000
Octal306275260

Shades and tints

Shades of #C6BDB0

#C6BDB0
(198,189,176)
#B4ACA0
(180,172,160)
#A29B90
(162,155,144)
#908A80
(144,138,128)
#7E7970
(126,121,112)
#6C6860
(108,104,96)
#5A5750
(90,87,80)
#484640
(72,70,64)
#363530
(54,53,48)
#242420
(36,36,32)
#121310
(18,19,16)
#000000
(0,0,0)

Tints of #C6BDB0

#C6BDB0
(198,189,176)
#CBC3B7
(203,195,183)
#D0C9BE
(208,201,190)
#D5CFC5
(213,207,197)
#DAD5CC
(218,213,204)
#DFDBD3
(223,219,211)
#E4E1DA
(228,225,218)
#E9E7E1
(233,231,225)
#EEEDE8
(238,237,232)
#F3F3EF
(243,243,239)
#F8F9F6
(248,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6BDB0; }

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

This text font color is #C6BDB0.


Background Color

.myBgColor { background-color: #C6BDB0; }

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

This div background color is #C6BDB0.


Border color

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

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

This div border color is #C6BDB0.


Opacity

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

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

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

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

This text has shadow with #C6BDB0 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #C6BDB0 on black background.


Color preview on white background

This text has color #C6BDB0 on white background.



Black color preview on #C6BDB0 background

This text has black color on #C6BDB0 background.


White color preview on #C6BDB0 background

This text has white color on #C6BDB0 background.