COLOR #C6BDB9

HEX: #C6BDB9 RGB: (198,189,185)

Color info

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

RGB color model

#C6BDB9 color RGB value is (198,189,185).

RGB: (198,189,185) (78%, 74%, 73%)

RGB channels and saturation

R 198 of 255 = 78%
G 189 of 255 = 74%
B 185 of 255 = 73%

198
189
185

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

Portions of RGB colors in percentages

R + G + B = 198 + 189 + 185 = 572 (100%)
R 198 of 572 ~ 34.62%
G 189 of 572 ~ 33.04%
B 185 of 572 ~ 32.34'%

%34.62
%33.04
%32.34

CMYK color model

#C6BDB9 color CMYK value is (0,5,7,22).

  • cyan value is 0.00%
  • magenta value is 4.55%
  • yellow value is 6.57%
  • key color value is 22.35%
CMYK: (0,5,7,22) C0M5Y7K22 (0%,5%,7%,22%) (0.00/0.05/0.07/0.22) 

CMYK percentages

%0
%4.55
%6.57
%22.35

Codes

Color #C6BDB9 in popluar color models

C6 BD B9
RGB 198 189 185
HSL 18° 10.24% 75.10%
HSB/HSV 18° 6.57% 77.65%
CMYK 0.00% 4.55% 6.57%
22.35%

Color #C6BDB9 in popluar number systems.

HEX C6 BD B9
Decimal 198 189 185
Binary 11000110 10111101 10111001
Octal 306 275 271

Shades and tints

Shades of #C6BDB9

#C6BDB9
(198,189,185)
#B4ACA9
(180,172,169)
#A29B99
(162,155,153)
#908A89
(144,138,137)
#7E7979
(126,121,121)
#6C6869
(108,104,105)
#5A5759
(90,87,89)
#484649
(72,70,73)
#363539
(54,53,57)
#242429
(36,36,41)
#121319
(18,19,25)
#000000
(0,0,0)

Tints of #C6BDB9

#C6BDB9
(198,189,185)
#CBC3BF
(203,195,191)
#D0C9C5
(208,201,197)
#D5CFCB
(213,207,203)
#DAD5D1
(218,213,209)
#DFDBD7
(223,219,215)
#E4E1DD
(228,225,221)
#E9E7E3
(233,231,227)
#EEEDE9
(238,237,233)
#F3F3EF
(243,243,239)
#F8F9F5
(248,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6BDB9; }

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

This text font color is #C6BDB9.

Background Color

.myBgColor { background-color: #C6BDB9; }

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

This div background color is #C6BDB9.

Border color

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

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

This div border color is #C6BDB9.

Opacity

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

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

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

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

This text has shadow with #C6BDB9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6BDB9.

Preview

Color preview on black background

This text has color #C6BDB9 on black background.


Color preview on white background

This text has color #C6BDB9 on white background.


Black color preview on #C6BDB9 background

This text has black color on #C6BDB9 background.


White color preview on #C6BDB9 background

This text has white color on #C6BDB9 background.


Related colors

Complementary color

Complementary color for #hex is #394246.


I love getcolorcode.com

Triadic colors

1 #B9C6BD and #BDB9C6 with #C6BDB9 are triadic colors.

2 #B9BDC6 and #BDC6B9 with #C6BDB9 are triadic colors.