COLOR #C6B2AB

HEX: #C6B2AB
RGB: (198,178,171)

Color info

#C6B2AB contains red, green and blue colors in about the same proportion. Web safe color of #C6B2AB is #CC9999 (or #C99).

RGB color model

#C6B2AB color RGB value is (198,178,171).

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

RGB channels and saturation

R 198 of 255 = 78%
G 178 of 255 = 70%
B 171 of 255 = 67%

198
178
171

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

Portions of RGB colors in percentages

R + G + B =
198 + 178 + 171 = 547 (100%)
R 198 of 547 ~ 36.2%
G 178 of 547 ~ 32.54%
B 171 of 547 ~ 31.26%

%36.2
%32.54
%31.26

CMYK color model

#C6B2AB color CMYK value is (0,10,14,22).

  • cyan value is 0.00%
  • magenta value is 10.10%
  • yellow value is 13.64%
  • key color value is 22.35%
CMYK:
(0,10,14,22)
C0M10Y14K22 
(0%,10%,14%,22%)
(0.00/0.10/0.14/0.22)	

CMYK percentages

%0
%10.1
%13.64
%22.35

Codes

Color #C6B2AB in popluar color models

C6B2AB
RGB198178171
HSL16°19.15%72.35%
HSB/HSV16°13.64%77.65%
CMYK0.00%10.10%13.64%
22.35%

Color #C6B2AB in popluar number systems.

HEXC6B2AB
Decimal198178171
Binary110001101011001010101011
Octal306262253

Shades and tints

Shades of #C6B2AB

#C6B2AB
(198,178,171)
#B4A29C
(180,162,156)
#A2928D
(162,146,141)
#90827E
(144,130,126)
#7E726F
(126,114,111)
#6C6260
(108,98,96)
#5A5251
(90,82,81)
#484242
(72,66,66)
#363233
(54,50,51)
#242224
(36,34,36)
#121215
(18,18,21)
#000000
(0,0,0)

Tints of #C6B2AB

#C6B2AB
(198,178,171)
#CBB9B2
(203,185,178)
#D0C0B9
(208,192,185)
#D5C7C0
(213,199,192)
#DACEC7
(218,206,199)
#DFD5CE
(223,213,206)
#E4DCD5
(228,220,213)
#E9E3DC
(233,227,220)
#EEEAE3
(238,234,227)
#F3F1EA
(243,241,234)
#F8F8F1
(248,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6B2AB; }

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

This text font color is #C6B2AB.


Background Color

.myBgColor { background-color: #C6B2AB; }

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

This div background color is #C6B2AB.


Border color

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

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

This div border color is #C6B2AB.


Opacity

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

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

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

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

This text has shadow with #C6B2AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6B2AB on black background.


Color preview on white background

This text has color #C6B2AB on white background.



Black color preview on #C6B2AB background

This text has black color on #C6B2AB background.


White color preview on #C6B2AB background

This text has white color on #C6B2AB background.