COLOR #C6B993

HEX: #C6B993
RGB: (198,185,147)

Color info

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

RGB color model

#C6B993 color RGB value is (198,185,147).

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

RGB channels and saturation

R 198 of 255 = 78%
G 185 of 255 = 73%
B 147 of 255 = 58%

198
185
147

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

Portions of RGB colors in percentages

R + G + B =
198 + 185 + 147 = 530 (100%)
R 198 of 530 ~ 37.36%
G 185 of 530 ~ 34.91%
B 147 of 530 ~ 27.74%

%37.36
%34.91
%27.74

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 6.57%
  • yellow value is 25.76%
  • key color value is 22.35%
CMYK:
(0,7,26,22)
C0M7Y26K22 
(0%,7%,26%,22%)
(0.00/0.07/0.26/0.22)	

CMYK percentages

%0
%6.57
%25.76
%22.35

Codes

Color #C6B993 in popluar color models

C6B993
RGB198185147
HSL45°30.91%67.65%
HSB/HSV45°25.76%77.65%
CMYK0.00%6.57%25.76%
22.35%

Color #C6B993 in popluar number systems.

HEXC6B993
Decimal198185147
Binary110001101011100110010011
Octal306271223

Shades and tints

Shades of #C6B993

#C6B993
(198,185,147)
#B4A986
(180,169,134)
#A29979
(162,153,121)
#90896C
(144,137,108)
#7E795F
(126,121,95)
#6C6952
(108,105,82)
#5A5945
(90,89,69)
#484938
(72,73,56)
#36392B
(54,57,43)
#24291E
(36,41,30)
#121911
(18,25,17)
#000000
(0,0,0)

Tints of #C6B993

#C6B993
(198,185,147)
#CBBF9C
(203,191,156)
#D0C5A5
(208,197,165)
#D5CBAE
(213,203,174)
#DAD1B7
(218,209,183)
#DFD7C0
(223,215,192)
#E4DDC9
(228,221,201)
#E9E3D2
(233,227,210)
#EEE9DB
(238,233,219)
#F3EFE4
(243,239,228)
#F8F5ED
(248,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C6B993; }

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

This text font color is #C6B993.


Background Color

.myBgColor { background-color: #C6B993; }

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

This div background color is #C6B993.


Border color

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

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

This div border color is #C6B993.


Opacity

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

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

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

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

This text has shadow with #C6B993 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6B993 on black background.


Color preview on white background

This text has color #C6B993 on white background.



Black color preview on #C6B993 background

This text has black color on #C6B993 background.


White color preview on #C6B993 background

This text has white color on #C6B993 background.