COLOR #C6B7AB

HEX: #C6B7AB
RGB: (198,183,171)

Color info

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

RGB color model

#C6B7AB color RGB value is (198,183,171).

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

RGB channels and saturation

R 198 of 255 = 78%
G 183 of 255 = 72%
B 171 of 255 = 67%

198
183
171

R + G + B ~ 72%. #C6B7AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 183 + 171 = 552 (100%)
R 198 of 552 ~ 35.87%
G 183 of 552 ~ 33.15%
B 171 of 552 ~ 30.98%

%35.87
%33.15
%30.98

CMYK color model

#C6B7AB color CMYK value is (0,8,14,22).

  • cyan value is 0.00%
  • magenta value is 7.58%
  • yellow value is 13.64%
  • key color value is 22.35%
CMYK:
(0,8,14,22)
C0M8Y14K22 
(0%,8%,14%,22%)
(0.00/0.08/0.14/0.22)	

CMYK percentages

%0
%7.58
%13.64
%22.35

Codes

Color #C6B7AB in popluar color models

C6B7AB
RGB198183171
HSL27°19.15%72.35%
HSB/HSV27°13.64%77.65%
CMYK0.00%7.58%13.64%
22.35%

Color #C6B7AB in popluar number systems.

HEXC6B7AB
Decimal198183171
Binary110001101011011110101011
Octal306267253

Shades and tints

Shades of #C6B7AB

#C6B7AB
(198,183,171)
#B4A79C
(180,167,156)
#A2978D
(162,151,141)
#90877E
(144,135,126)
#7E776F
(126,119,111)
#6C6760
(108,103,96)
#5A5751
(90,87,81)
#484742
(72,71,66)
#363733
(54,55,51)
#242724
(36,39,36)
#121715
(18,23,21)
#000000
(0,0,0)

Tints of #C6B7AB

#C6B7AB
(198,183,171)
#CBBDB2
(203,189,178)
#D0C3B9
(208,195,185)
#D5C9C0
(213,201,192)
#DACFC7
(218,207,199)
#DFD5CE
(223,213,206)
#E4DBD5
(228,219,213)
#E9E1DC
(233,225,220)
#EEE7E3
(238,231,227)
#F3EDEA
(243,237,234)
#F8F3F1
(248,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6B7AB; }

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

This text font color is #C6B7AB.


Background Color

.myBgColor { background-color: #C6B7AB; }

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

This div background color is #C6B7AB.


Border color

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

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

This div border color is #C6B7AB.


Opacity

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

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

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

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

This text has shadow with #C6B7AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6B7AB on black background.


Color preview on white background

This text has color #C6B7AB on white background.



Black color preview on #C6B7AB background

This text has black color on #C6B7AB background.


White color preview on #C6B7AB background

This text has white color on #C6B7AB background.