COLOR #98A38E

HEX: #98A38E
RGB: (152,163,142)

Color info

#98A38E contains red, green and blue colors in about the same proportion. Web safe color of #98A38E is #999999 (or #999).

RGB color model

#98A38E color RGB value is (152,163,142).

  • red value is 152;
  • green value is 163;
  • blue value is 142.
RGB:
(152,163,142)
(60%,64%,56%)

RGB channels and saturation

R 152 of 255 = 60%
G 163 of 255 = 64%
B 142 of 255 = 56%

152
163
142

R + G + B ~ 60%. #98A38E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
152 + 163 + 142 = 457 (100%)
R 152 of 457 ~ 33.26%
G 163 of 457 ~ 35.67%
B 142 of 457 ~ 31.07%

%33.26
%35.67
%31.07

CMYK color model

#98A38E color CMYK value is (7,0,13,36).

  • cyan value is 6.75%
  • magenta value is 0.00%
  • yellow value is 12.88%
  • key color value is 36.08%
CMYK:
(7,0,13,36)
C7M0Y13K36 
(7%,0%,13%,36%)
(0.07/0.00/0.13/0.36)	

CMYK percentages

%6.75
%0
%12.88
%36.08

Codes

Color #98A38E in popluar color models

98A38E
RGB152163142
HSL91°10.24%59.80%
HSB/HSV91°12.88%63.92%
CMYK6.75%0.00%12.88%
36.08%

Color #98A38E in popluar number systems.

HEX98A38E
Decimal152163142
Binary100110001010001110001110
Octal230243216

Shades and tints

Shades of #98A38E

#98A38E
(152,163,142)
#8B9582
(139,149,130)
#7E8776
(126,135,118)
#71796A
(113,121,106)
#646B5E
(100,107,94)
#575D52
(87,93,82)
#4A4F46
(74,79,70)
#3D413A
(61,65,58)
#30332E
(48,51,46)
#232522
(35,37,34)
#161716
(22,23,22)
#000000
(0,0,0)

Tints of #98A38E

#98A38E
(152,163,142)
#A1AB98
(161,171,152)
#AAB3A2
(170,179,162)
#B3BBAC
(179,187,172)
#BCC3B6
(188,195,182)
#C5CBC0
(197,203,192)
#CED3CA
(206,211,202)
#D7DBD4
(215,219,212)
#E0E3DE
(224,227,222)
#E9EBE8
(233,235,232)
#F2F3F2
(242,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98A38E color. Also use rgb(152,163,142) instead hex code.

Text Font Color

.myTextColor { color: #98A38E; }

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

This text font color is #98A38E.


Background Color

.myBgColor { background-color: #98A38E; }

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

This div background color is #98A38E.


Border color

.myBorderColor { border: 1px solid #98A38E; }

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

This div border color is #98A38E.


Opacity

.myOpacity80 { color: #98A38E; opacity: 0.8; }

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

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

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

This text has shadow with #98A38E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98A38E on black background.


Color preview on white background

This text has color #98A38E on white background.



Black color preview on #98A38E background

This text has black color on #98A38E background.


White color preview on #98A38E background

This text has white color on #98A38E background.