COLOR #C6C18B

HEX: #C6C18B
RGB: (198,193,139)

Color info

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

RGB color model

#C6C18B color RGB value is (198,193,139).

  • red value is 198;
  • green value is 193;
  • blue value is 139.
RGB:
(198,193,139)
(78%,76%,55%)

RGB channels and saturation

R 198 of 255 = 78%
G 193 of 255 = 76%
B 139 of 255 = 55%

198
193
139

R + G + B ~ 70%. #C6C18B is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 193 + 139 = 530 (100%)
R 198 of 530 ~ 37.36%
G 193 of 530 ~ 36.42%
B 139 of 530 ~ 26.23%

%37.36
%36.42
%26.23

CMYK color model

#C6C18B color CMYK value is (0,3,30,22).

  • cyan value is 0.00%
  • magenta value is 2.53%
  • yellow value is 29.80%
  • key color value is 22.35%
CMYK:
(0,3,30,22)
C0M3Y30K22 
(0%,3%,30%,22%)
(0.00/0.03/0.30/0.22)	

CMYK percentages

%0
%2.53
%29.8
%22.35

Codes

Color #C6C18B in popluar color models

C6C18B
RGB198193139
HSL55°34.10%66.08%
HSB/HSV55°29.80%77.65%
CMYK0.00%2.53%29.80%
22.35%

Color #C6C18B in popluar number systems.

HEXC6C18B
Decimal198193139
Binary110001101100000110001011
Octal306301213

Shades and tints

Shades of #C6C18B

#C6C18B
(198,193,139)
#B4B07F
(180,176,127)
#A29F73
(162,159,115)
#908E67
(144,142,103)
#7E7D5B
(126,125,91)
#6C6C4F
(108,108,79)
#5A5B43
(90,91,67)
#484A37
(72,74,55)
#36392B
(54,57,43)
#24281F
(36,40,31)
#121713
(18,23,19)
#000000
(0,0,0)

Tints of #C6C18B

#C6C18B
(198,193,139)
#CBC695
(203,198,149)
#D0CB9F
(208,203,159)
#D5D0A9
(213,208,169)
#DAD5B3
(218,213,179)
#DFDABD
(223,218,189)
#E4DFC7
(228,223,199)
#E9E4D1
(233,228,209)
#EEE9DB
(238,233,219)
#F3EEE5
(243,238,229)
#F8F3EF
(248,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6C18B color. Also use rgb(198,193,139) instead hex code.

Text Font Color

.myTextColor { color: #C6C18B; }

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

This text font color is #C6C18B.


Background Color

.myBgColor { background-color: #C6C18B; }

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

This div background color is #C6C18B.


Border color

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

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

This div border color is #C6C18B.


Opacity

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

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

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

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

This text has shadow with #C6C18B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6C18B on black background.


Color preview on white background

This text has color #C6C18B on white background.



Black color preview on #C6C18B background

This text has black color on #C6C18B background.


White color preview on #C6C18B background

This text has white color on #C6C18B background.