COLOR #C6BAB1

HEX: #C6BAB1
RGB: (198,186,177)

Color info

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

RGB color model

#C6BAB1 color RGB value is (198,186,177).

  • red value is 198;
  • green value is 186;
  • blue value is 177.
RGB: (198,186,177) (78%,73%,69%)

RGB channels and saturation

R 198 of 255 = 78%
G 186 of 255 = 73%
B 177 of 255 = 69%

198
186
177

R + G + B ~ 73%. #C6BAB1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 186 + 177 = 561 (100%)
R 198 of 561 ~ 35.29%
G 186 of 561 ~ 33.16%
B 177 of 561 ~ 31.55%

%35.29
%33.16
%31.55

CMYK color model

#C6BAB1 color CMYK value is (0,6,11,22).

  • cyan value is 0.00%
  • magenta value is 6.06%
  • yellow value is 10.61%
  • key color value is 22.35%
CMYK: (0,6,11,22) C0M6Y11K22 (0%,6%,11%,22%) (0.00/0.06/0.11/0.22)

CMYK percentages

%0
%6.06
%10.61
%22.35

Codes

Color #C6BAB1 in popluar color models

C6BAB1
RGB198186177
HSL26°15.56%73.53%
HSB/HSV26°10.61%77.65%
CMYK0.00%6.06%10.61%
22.35%

Color #C6BAB1 in popluar number systems.

HEXC6BAB1
Decimal198186177
Binary110001101011101010110001
Octal306272261

Shades and tints

Shades of #C6BAB1

#C6BAB1
(198,186,177)
#B4AAA1
(180,170,161)
#A29A91
(162,154,145)
#908A81
(144,138,129)
#7E7A71
(126,122,113)
#6C6A61
(108,106,97)
#5A5A51
(90,90,81)
#484A41
(72,74,65)
#363A31
(54,58,49)
#242A21
(36,42,33)
#121A11
(18,26,17)
#000000
(0,0,0)

Tints of #C6BAB1

#C6BAB1
(198,186,177)
#CBC0B8
(203,192,184)
#D0C6BF
(208,198,191)
#D5CCC6
(213,204,198)
#DAD2CD
(218,210,205)
#DFD8D4
(223,216,212)
#E4DEDB
(228,222,219)
#E9E4E2
(233,228,226)
#EEEAE9
(238,234,233)
#F3F0F0
(243,240,240)
#F8F6F7
(248,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6BAB1 color. Also use rgb(198,186,177) instead hex code.

Text Font Color

.myTextColor { color: #C6BAB1; }

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

This text font color is #C6BAB1.


Background Color

.myBgColor { background-color: #C6BAB1; }

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

This div background color is #C6BAB1.


Border color

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

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

This div border color is #C6BAB1.


Opacity

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

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

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

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

This text has shadow with #C6BAB1 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #C6BAB1 on black background.


Color preview on white background

This text has color #C6BAB1 on white background.



Black color preview on #C6BAB1 background

This text has black color on #C6BAB1 background.


White color preview on #C6BAB1 background

This text has white color on #C6BAB1 background.