COLOR #98DBA0

HEX: #98DBA0
RGB: (152,219,160)

Color info

#98DBA0 contains mainly green and blue colors. Web safe color of #98DBA0 is #99CC99 (or #9C9).

RGB color model

#98DBA0 color RGB value is (152,219,160).

  • red value is 152;
  • green value is 219;
  • blue value is 160.
RGB:
(152,219,160)
(60%,86%,63%)

RGB channels and saturation

R 152 of 255 = 60%
G 219 of 255 = 86%
B 160 of 255 = 63%

152
219
160

R + G + B ~ 70%. #98DBA0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 219 + 160 = 531 (100%)
R 152 of 531 ~ 28.63%
G 219 of 531 ~ 41.24%
B 160 of 531 ~ 30.13%

%28.63
%41.24
%30.13

CMYK color model

#98DBA0 color CMYK value is (31,0,27,14).

  • cyan value is 30.59%
  • magenta value is 0.00%
  • yellow value is 26.94%
  • key color value is 14.12%
CMYK:
(31,0,27,14)
C31M0Y27K14 
(31%,0%,27%,14%)
(0.31/0.00/0.27/0.14)	

CMYK percentages

%30.59
%0
%26.94
%14.12

Codes

Color #98DBA0 in popluar color models

98DBA0
RGB152219160
HSL127°48.20%72.75%
HSB/HSV127°30.59%85.88%
CMYK30.59%0.00%26.94%
14.12%

Color #98DBA0 in popluar number systems.

HEX98DBA0
Decimal152219160
Binary100110001101101110100000
Octal230333240

Shades and tints

Shades of #98DBA0

#98DBA0
(152,219,160)
#8BC892
(139,200,146)
#7EB584
(126,181,132)
#71A276
(113,162,118)
#648F68
(100,143,104)
#577C5A
(87,124,90)
#4A694C
(74,105,76)
#3D563E
(61,86,62)
#304330
(48,67,48)
#233022
(35,48,34)
#161D14
(22,29,20)
#000000
(0,0,0)

Tints of #98DBA0

#98DBA0
(152,219,160)
#A1DEA8
(161,222,168)
#AAE1B0
(170,225,176)
#B3E4B8
(179,228,184)
#BCE7C0
(188,231,192)
#C5EAC8
(197,234,200)
#CEEDD0
(206,237,208)
#D7F0D8
(215,240,216)
#E0F3E0
(224,243,224)
#E9F6E8
(233,246,232)
#F2F9F0
(242,249,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98DBA0 color. Also use rgb(152,219,160) instead hex code.

Text Font Color

.myTextColor { color: #98DBA0; }

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

This text font color is #98DBA0.


Background Color

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

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

This div background color is #98DBA0.


Border color

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

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

This div border color is #98DBA0.


Opacity

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

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

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

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

This text has shadow with #98DBA0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98DBA0 on black background.


Color preview on white background

This text has color #98DBA0 on white background.



Black color preview on #98DBA0 background

This text has black color on #98DBA0 background.


White color preview on #98DBA0 background

This text has white color on #98DBA0 background.