COLOR #98A693

HEX: #98A693
RGB: (152,166,147)

Color info

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

RGB color model

#98A693 color RGB value is (152,166,147).

  • red value is 152;
  • green value is 166;
  • blue value is 147.
RGB:
(152,166,147)
(60%,65%,58%)

RGB channels and saturation

R 152 of 255 = 60%
G 166 of 255 = 65%
B 147 of 255 = 58%

152
166
147

R + G + B ~ 61%. #98A693 is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 166 + 147 = 465 (100%)
R 152 of 465 ~ 32.69%
G 166 of 465 ~ 35.7%
B 147 of 465 ~ 31.61%

%32.69
%35.7
%31.61

CMYK color model

#98A693 color CMYK value is (8,0,11,35).

  • cyan value is 8.43%
  • magenta value is 0.00%
  • yellow value is 11.45%
  • key color value is 34.90%
CMYK:
(8,0,11,35)
C8M0Y11K35 
(8%,0%,11%,35%)
(0.08/0.00/0.11/0.35)	

CMYK percentages

%8.43
%0
%11.45
%34.9

Codes

Color #98A693 in popluar color models

98A693
RGB152166147
HSL104°9.64%61.37%
HSB/HSV104°11.45%65.10%
CMYK8.43%0.00%11.45%
34.90%

Color #98A693 in popluar number systems.

HEX98A693
Decimal152166147
Binary100110001010011010010011
Octal230246223

Shades and tints

Shades of #98A693

#98A693
(152,166,147)
#8B9786
(139,151,134)
#7E8879
(126,136,121)
#71796C
(113,121,108)
#646A5F
(100,106,95)
#575B52
(87,91,82)
#4A4C45
(74,76,69)
#3D3D38
(61,61,56)
#302E2B
(48,46,43)
#231F1E
(35,31,30)
#161011
(22,16,17)
#000000
(0,0,0)

Tints of #98A693

#98A693
(152,166,147)
#A1AE9C
(161,174,156)
#AAB6A5
(170,182,165)
#B3BEAE
(179,190,174)
#BCC6B7
(188,198,183)
#C5CEC0
(197,206,192)
#CED6C9
(206,214,201)
#D7DED2
(215,222,210)
#E0E6DB
(224,230,219)
#E9EEE4
(233,238,228)
#F2F6ED
(242,246,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98A693 color. Also use rgb(152,166,147) instead hex code.

Text Font Color

.myTextColor { color: #98A693; }

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

This text font color is #98A693.


Background Color

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

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

This div background color is #98A693.


Border color

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

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

This div border color is #98A693.


Opacity

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

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

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

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

This text has shadow with #98A693 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98A693 on black background.


Color preview on white background

This text has color #98A693 on white background.



Black color preview on #98A693 background

This text has black color on #98A693 background.


White color preview on #98A693 background

This text has white color on #98A693 background.