COLOR #C6B08F

HEX: #C6B08F RGB: (198,176,143)

Color info

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

RGB color model

#C6B08F color RGB value is (198,176,143).

RGB: (198,176,143) (78%, 69%, 56%)

RGB channels and saturation

R 198 of 255 = 78%
G 176 of 255 = 69%
B 143 of 255 = 56%

198
176
143

R + G + B ~ 68%. #C6B08F is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 176 + 143 = 517 (100%)
R 198 of 517 ~ 38.3%
G 176 of 517 ~ 34.04%
B 143 of 517 ~ 27.66'%

%38.3
%34.04
%27.66

CMYK color model

#C6B08F color CMYK value is (0,11,28,22).

  • cyan value is 0.00%
  • magenta value is 11.11%
  • yellow value is 27.78%
  • key color value is 22.35%

CMYK: (0,11,28,22)
C0M11Y28K22 (0%, 11%, 28%, 22%)
(0.00 / 0.11 / 0.28 / 0.22)

CMYK percentages

%0
%11.11
%27.78
%22.35

Codes

Color #C6B08F in popluar color models

C6 B0 8F
RGB 198 176 143
HSL 36° 32.54% 66.86%
HSB/HSV 36° 27.78% 77.65%
CMYK 0.00% 11.11% 27.78%
22.35%

Color #C6B08F in popluar number systems.

HEX C6 B0 8F
Decimal 198 176 143
Binary 11000110 10110000 10001111
Octal 306 260 217

Shades and tints

Shades of #C6B08F

#C6B08F
(198,176,143)
#B4A082
(180,160,130)
#A29075
(162,144,117)
#908068
(144,128,104)
#7E705B
(126,112,91)
#6C604E
(108,96,78)
#5A5041
(90,80,65)
#484034
(72,64,52)
#363027
(54,48,39)
#24201A
(36,32,26)
#12100D
(18,16,13)
#000000
(0,0,0)

Tints of #C6B08F

#C6B08F
(198,176,143)
#CBB799
(203,183,153)
#D0BEA3
(208,190,163)
#D5C5AD
(213,197,173)
#DACCB7
(218,204,183)
#DFD3C1
(223,211,193)
#E4DACB
(228,218,203)
#E9E1D5
(233,225,213)
#EEE8DF
(238,232,223)
#F3EFE9
(243,239,233)
#F8F6F3
(248,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6B08F; }

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

This text font color is #C6B08F.

Background Color

.myBgColor { background-color: #C6B08F; }

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

This div background color is #C6B08F.

Border color

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

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

This div border color is #C6B08F.

Opacity

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

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

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

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

This text has shadow with #C6B08F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6B08F.

Preview

Color preview on black background

This text has color #C6B08F on black background.


Color preview on white background

This text has color #C6B08F on white background.


Black color preview on #C6B08F background

This text has black color on #C6B08F background.


White color preview on #C6B08F background

This text has white color on #C6B08F background.


Related colors

Complementary color

Complementary color for #hex is #394F70.


I love getcolorcode.com

Triadic colors

1 #8FC6B0 and #B08FC6 with #C6B08F are triadic colors.

2 #8FB0C6 and #B0C68F with #C6B08F are triadic colors.