COLOR #888C69

HEX: #888C69 RGB: (136,140,105)

Color info

#888C69 contains red, green and blue colors in about the same proportion. Web safe color of #888C69 is #999966 (or #996).

RGB color model

#888C69 color RGB value is (136,140,105).

RGB: (136,140,105) (53%, 55%, 41%)

RGB channels and saturation

R 136 of 255 = 53%
G 140 of 255 = 55%
B 105 of 255 = 41%

136
140
105

R + G + B ~ 50%. #888C69 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 136 + 140 + 105 = 381 (100%)
R 136 of 381 ~ 35.7%
G 140 of 381 ~ 36.75%
B 105 of 381 ~ 27.56'%

%35.7
%36.75
%27.56

CMYK color model

#888C69 color CMYK value is (3,0,25,45).

  • cyan value is 2.86%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 45.10%

CMYK: (3,0,25,45)
C3M0Y25K45 (3%, 0%, 25%, 45%)
(0.03 / 0.00 / 0.25 / 0.45)

CMYK percentages

%2.86
%0
%25
%45.1

Codes

Color #888C69 in popluar color models

88 8C 69
RGB 136 140 105
HSL 67° 14.29% 48.04%
HSB/HSV 67° 25.00% 54.90%
CMYK 2.86% 0.00% 25.00%
45.10%

Color #888C69 in popluar number systems.

HEX 88 8C 69
Decimal 136 140 105
Binary 10001000 10001100 1101001
Octal 210 214 151

Shades and tints

Shades of #888C69

#888C69
(136,140,105)
#7C8060
(124,128,96)
#707457
(112,116,87)
#64684E
(100,104,78)
#585C45
(88,92,69)
#4C503C
(76,80,60)
#404433
(64,68,51)
#34382A
(52,56,42)
#282C21
(40,44,33)
#1C2018
(28,32,24)
#10140F
(16,20,15)
#000000
(0,0,0)

Tints of #888C69

#888C69
(136,140,105)
#929676
(146,150,118)
#9CA083
(156,160,131)
#A6AA90
(166,170,144)
#B0B49D
(176,180,157)
#BABEAA
(186,190,170)
#C4C8B7
(196,200,183)
#CED2C4
(206,210,196)
#D8DCD1
(216,220,209)
#E2E6DE
(226,230,222)
#ECF0EB
(236,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #888C69 color. Also use rgb(136,140,105) instead hex code.

Text Font Color

.myTextColor { color: #888C69; }

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

This text font color is #888C69.

Background Color

.myBgColor { background-color: #888C69; }

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

This div background color is #888C69.

Border color

.myBorderColor { border: 1px solid #888C69; }

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

This div border color is #888C69.

Opacity

.myOpacity80 { color: #888C69; opacity: 0.8; }

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

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

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

This text has shadow with #888C69 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #888C69.

Preview

Color preview on black background

This text has color #888C69 on black background.


Color preview on white background

This text has color #888C69 on white background.


Black color preview on #888C69 background

This text has black color on #888C69 background.


White color preview on #888C69 background

This text has white color on #888C69 background.


Related colors

Complementary color

Complementary color for #hex is #777396.


I love getcolorcode.com

Triadic colors

1 #69888C and #8C6988 with #888C69 are triadic colors.

2 #698C88 and #8C8869 with #888C69 are triadic colors.