COLOR #988069

HEX: #988069
RGB: (152,128,105)

Color info

#988069 contains red, green and blue colors in about the same proportion. Web safe color of #988069 is #996666 (or #966).

RGB color model

#988069 color RGB value is (152,128,105).

  • red value is 152;
  • green value is 128;
  • blue value is 105.
RGB:
(152,128,105)
(60%,50%,41%)

RGB channels and saturation

R 152 of 255 = 60%
G 128 of 255 = 50%
B 105 of 255 = 41%

152
128
105

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

Portions of RGB colors in percentages

R + G + B =
152 + 128 + 105 = 385 (100%)
R 152 of 385 ~ 39.48%
G 128 of 385 ~ 33.25%
B 105 of 385 ~ 27.27%

%39.48
%33.25
%27.27

CMYK color model

#988069 color CMYK value is (0,16,31,40).

  • cyan value is 0.00%
  • magenta value is 15.79%
  • yellow value is 30.92%
  • key color value is 40.39%
CMYK:
(0,16,31,40)
C0M16Y31K40 
(0%,16%,31%,40%)
(0.00/0.16/0.31/0.40)	

CMYK percentages

%0
%15.79
%30.92
%40.39

Codes

Color #988069 in popluar color models

988069
RGB152128105
HSL29°18.58%50.39%
HSB/HSV29°30.92%59.61%
CMYK0.00%15.79%30.92%
40.39%

Color #988069 in popluar number systems.

HEX988069
Decimal152128105
Binary10011000100000001101001
Octal230200151

Shades and tints

Shades of #988069

#988069
(152,128,105)
#8B7560
(139,117,96)
#7E6A57
(126,106,87)
#715F4E
(113,95,78)
#645445
(100,84,69)
#57493C
(87,73,60)
#4A3E33
(74,62,51)
#3D332A
(61,51,42)
#302821
(48,40,33)
#231D18
(35,29,24)
#16120F
(22,18,15)
#000000
(0,0,0)

Tints of #988069

#988069
(152,128,105)
#A18B76
(161,139,118)
#AA9683
(170,150,131)
#B3A190
(179,161,144)
#BCAC9D
(188,172,157)
#C5B7AA
(197,183,170)
#CEC2B7
(206,194,183)
#D7CDC4
(215,205,196)
#E0D8D1
(224,216,209)
#E9E3DE
(233,227,222)
#F2EEEB
(242,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #988069 color. Also use rgb(152,128,105) instead hex code.

Text Font Color

.myTextColor { color: #988069; }

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

This text font color is #988069.


Background Color

.myBgColor { background-color: #988069; }

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

This div background color is #988069.


Border color

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

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

This div border color is #988069.


Opacity

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

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

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

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

This text has shadow with #988069 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #988069 on black background.


Color preview on white background

This text has color #988069 on white background.



Black color preview on #988069 background

This text has black color on #988069 background.


White color preview on #988069 background

This text has white color on #988069 background.