COLOR #C6B99B

HEX: #C6B99B
RGB: (198,185,155)

Color info

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

RGB color model

#C6B99B color RGB value is (198,185,155).

  • red value is 198;
  • green value is 185;
  • blue value is 155.
RGB:
(198,185,155)
(78%,73%,61%)

RGB channels and saturation

R 198 of 255 = 78%
G 185 of 255 = 73%
B 155 of 255 = 61%

198
185
155

R + G + B ~ 71%. #C6B99B is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 185 + 155 = 538 (100%)
R 198 of 538 ~ 36.8%
G 185 of 538 ~ 34.39%
B 155 of 538 ~ 28.81%

%36.8
%34.39
%28.81

CMYK color model

#C6B99B color CMYK value is (0,7,22,22).

  • cyan value is 0.00%
  • magenta value is 6.57%
  • yellow value is 21.72%
  • key color value is 22.35%
CMYK:
(0,7,22,22)
C0M7Y22K22 
(0%,7%,22%,22%)
(0.00/0.07/0.22/0.22)	

CMYK percentages

%0
%6.57
%21.72
%22.35

Codes

Color #C6B99B in popluar color models

C6B99B
RGB198185155
HSL42°27.39%69.22%
HSB/HSV42°21.72%77.65%
CMYK0.00%6.57%21.72%
22.35%

Color #C6B99B in popluar number systems.

HEXC6B99B
Decimal198185155
Binary110001101011100110011011
Octal306271233

Shades and tints

Shades of #C6B99B

#C6B99B
(198,185,155)
#B4A98D
(180,169,141)
#A2997F
(162,153,127)
#908971
(144,137,113)
#7E7963
(126,121,99)
#6C6955
(108,105,85)
#5A5947
(90,89,71)
#484939
(72,73,57)
#36392B
(54,57,43)
#24291D
(36,41,29)
#12190F
(18,25,15)
#000000
(0,0,0)

Tints of #C6B99B

#C6B99B
(198,185,155)
#CBBFA4
(203,191,164)
#D0C5AD
(208,197,173)
#D5CBB6
(213,203,182)
#DAD1BF
(218,209,191)
#DFD7C8
(223,215,200)
#E4DDD1
(228,221,209)
#E9E3DA
(233,227,218)
#EEE9E3
(238,233,227)
#F3EFEC
(243,239,236)
#F8F5F5
(248,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6B99B color. Also use rgb(198,185,155) instead hex code.

Text Font Color

.myTextColor { color: #C6B99B; }

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

This text font color is #C6B99B.


Background Color

.myBgColor { background-color: #C6B99B; }

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

This div background color is #C6B99B.


Border color

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

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

This div border color is #C6B99B.


Opacity

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

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

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

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

This text has shadow with #C6B99B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6B99B on black background.


Color preview on white background

This text has color #C6B99B on white background.



Black color preview on #C6B99B background

This text has black color on #C6B99B background.


White color preview on #C6B99B background

This text has white color on #C6B99B background.