COLOR #C6B08A

HEX: #C6B08A
RGB: (198,176,138)

Color info

#C6B08A contains mainly red and green colors. Web safe color of #C6B08A is #CC9999 (or #C99).

RGB color model

#C6B08A color RGB value is (198,176,138).

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

RGB channels and saturation

R 198 of 255 = 78%
G 176 of 255 = 69%
B 138 of 255 = 54%

198
176
138

R + G + B ~ 67%. #C6B08A is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 176 + 138 = 512 (100%)
R 198 of 512 ~ 38.67%
G 176 of 512 ~ 34.38%
B 138 of 512 ~ 26.95%

%38.67
%34.38
%26.95

CMYK color model

#C6B08A color CMYK value is (0,11,30,22).

  • cyan value is 0.00%
  • magenta value is 11.11%
  • yellow value is 30.30%
  • key color value is 22.35%
CMYK:
(0,11,30,22)
C0M11Y30K22 
(0%,11%,30%,22%)
(0.00/0.11/0.30/0.22)	

CMYK percentages

%0
%11.11
%30.3
%22.35

Codes

Color #C6B08A in popluar color models

C6B08A
RGB198176138
HSL38°34.48%65.88%
HSB/HSV38°30.30%77.65%
CMYK0.00%11.11%30.30%
22.35%

Color #C6B08A in popluar number systems.

HEXC6B08A
Decimal198176138
Binary110001101011000010001010
Octal306260212

Shades and tints

Shades of #C6B08A

#C6B08A
(198,176,138)
#B4A07E
(180,160,126)
#A29072
(162,144,114)
#908066
(144,128,102)
#7E705A
(126,112,90)
#6C604E
(108,96,78)
#5A5042
(90,80,66)
#484036
(72,64,54)
#36302A
(54,48,42)
#24201E
(36,32,30)
#121012
(18,16,18)
#000000
(0,0,0)

Tints of #C6B08A

#C6B08A
(198,176,138)
#CBB794
(203,183,148)
#D0BE9E
(208,190,158)
#D5C5A8
(213,197,168)
#DACCB2
(218,204,178)
#DFD3BC
(223,211,188)
#E4DAC6
(228,218,198)
#E9E1D0
(233,225,208)
#EEE8DA
(238,232,218)
#F3EFE4
(243,239,228)
#F8F6EE
(248,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6B08A; }

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

This text font color is #C6B08A.


Background Color

.myBgColor { background-color: #C6B08A; }

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

This div background color is #C6B08A.


Border color

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

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

This div border color is #C6B08A.


Opacity

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

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

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

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

This text has shadow with #C6B08A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6B08A on black background.


Color preview on white background

This text has color #C6B08A on white background.



Black color preview on #C6B08A background

This text has black color on #C6B08A background.


White color preview on #C6B08A background

This text has white color on #C6B08A background.