COLOR #C6B89A

HEX: #C6B89A RGB: (198,184,154)

Color info

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

RGB color model

#C6B89A color RGB value is (198,184,154).

RGB: (198,184,154) (78%, 72%, 60%)

RGB channels and saturation

R 198 of 255 = 78%
G 184 of 255 = 72%
B 154 of 255 = 60%

198
184
154

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

Portions of RGB colors in percentages

R + G + B = 198 + 184 + 154 = 536 (100%)
R 198 of 536 ~ 36.94%
G 184 of 536 ~ 34.33%
B 154 of 536 ~ 28.73'%

%36.94
%34.33
%28.73

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 7.07%
  • yellow value is 22.22%
  • 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
%7.07
%22.22
%22.35

Codes

Color #C6B89A in popluar color models

C6 B8 9A
RGB 198 184 154
HSL 41° 27.85% 69.02%
HSB/HSV 41° 22.22% 77.65%
CMYK 0.00% 7.07% 22.22%
22.35%

Color #C6B89A in popluar number systems.

HEX C6 B8 9A
Decimal 198 184 154
Binary 11000110 10111000 10011010
Octal 306 270 232

Shades and tints

Shades of #C6B89A

#C6B89A
(198,184,154)
#B4A88C
(180,168,140)
#A2987E
(162,152,126)
#908870
(144,136,112)
#7E7862
(126,120,98)
#6C6854
(108,104,84)
#5A5846
(90,88,70)
#484838
(72,72,56)
#36382A
(54,56,42)
#24281C
(36,40,28)
#12180E
(18,24,14)
#000000
(0,0,0)

Tints of #C6B89A

#C6B89A
(198,184,154)
#CBBEA3
(203,190,163)
#D0C4AC
(208,196,172)
#D5CAB5
(213,202,181)
#DAD0BE
(218,208,190)
#DFD6C7
(223,214,199)
#E4DCD0
(228,220,208)
#E9E2D9
(233,226,217)
#EEE8E2
(238,232,226)
#F3EEEB
(243,238,235)
#F8F4F4
(248,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6B89A color. Also use rgb(198,184,154) instead hex code.

Text Font Color

.myTextColor { color: #C6B89A; }

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

This text font color is #C6B89A.

Background Color

.myBgColor { background-color: #C6B89A; }

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

This div background color is #C6B89A.

Border color

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

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

This div border color is #C6B89A.

Opacity

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

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

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

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

This text has shadow with #C6B89A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6B89A.

Preview

Color preview on black background

This text has color #C6B89A on black background.


Color preview on white background

This text has color #C6B89A on white background.


Black color preview on #C6B89A background

This text has black color on #C6B89A background.


White color preview on #C6B89A background

This text has white color on #C6B89A background.


Related colors

Complementary color

Complementary color for #hex is #394765.


I love getcolorcode.com

Triadic colors

1 #9AC6B8 and #B89AC6 with #C6B89A are triadic colors.

2 #9AB8C6 and #B8C69A with #C6B89A are triadic colors.