COLOR #C6BB89

HEX: #C6BB89 RGB: (198,187,137)

Color info

#C6BB89 contains mainly red and green colors. Web safe color of #C6BB89 is #CCCC99 (or #CC9).

RGB color model

#C6BB89 color RGB value is (198,187,137).

RGB: (198,187,137) (78%, 73%, 54%)

RGB channels and saturation

R 198 of 255 = 78%
G 187 of 255 = 73%
B 137 of 255 = 54%

198
187
137

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

Portions of RGB colors in percentages

R + G + B = 198 + 187 + 137 = 522 (100%)
R 198 of 522 ~ 37.93%
G 187 of 522 ~ 35.82%
B 137 of 522 ~ 26.25'%

%37.93
%35.82
%26.25

CMYK color model

#C6BB89 color CMYK value is (0,6,31,22).

  • cyan value is 0.00%
  • magenta value is 5.56%
  • yellow value is 30.81%
  • key color value is 22.35%

CMYK: (0,6,31,22)
C0M6Y31K22 (0%, 6%, 31%, 22%)
(0.00 / 0.06 / 0.31 / 0.22)

CMYK percentages

%0
%5.56
%30.81
%22.35

Codes

Color #C6BB89 in popluar color models

C6 BB 89
RGB 198 187 137
HSL 49° 34.86% 65.69%
HSB/HSV 49° 30.81% 77.65%
CMYK 0.00% 5.56% 30.81%
22.35%

Color #C6BB89 in popluar number systems.

HEX C6 BB 89
Decimal 198 187 137
Binary 11000110 10111011 10001001
Octal 306 273 211

Shades and tints

Shades of #C6BB89

#C6BB89
(198,187,137)
#B4AA7D
(180,170,125)
#A29971
(162,153,113)
#908865
(144,136,101)
#7E7759
(126,119,89)
#6C664D
(108,102,77)
#5A5541
(90,85,65)
#484435
(72,68,53)
#363329
(54,51,41)
#24221D
(36,34,29)
#121111
(18,17,17)
#000000
(0,0,0)

Tints of #C6BB89

#C6BB89
(198,187,137)
#CBC193
(203,193,147)
#D0C79D
(208,199,157)
#D5CDA7
(213,205,167)
#DAD3B1
(218,211,177)
#DFD9BB
(223,217,187)
#E4DFC5
(228,223,197)
#E9E5CF
(233,229,207)
#EEEBD9
(238,235,217)
#F3F1E3
(243,241,227)
#F8F7ED
(248,247,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6BB89 color. Also use rgb(198,187,137) instead hex code.

Text Font Color

.myTextColor { color: #C6BB89; }

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

This text font color is #C6BB89.

Background Color

.myBgColor { background-color: #C6BB89; }

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

This div background color is #C6BB89.

Border color

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

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

This div border color is #C6BB89.

Opacity

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

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

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

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

This text has shadow with #C6BB89 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C6BB89.

Preview

Color preview on black background

This text has color #C6BB89 on black background.


Color preview on white background

This text has color #C6BB89 on white background.


Black color preview on #C6BB89 background

This text has black color on #C6BB89 background.


White color preview on #C6BB89 background

This text has white color on #C6BB89 background.


Related colors

Complementary color

Complementary color for #hex is #394476.


I love getcolorcode.com

Triadic colors

1 #89C6BB and #BB89C6 with #C6BB89 are triadic colors.

2 #89BBC6 and #BBC689 with #C6BB89 are triadic colors.