COLOR #98D8BD

HEX: #98D8BD RGB: (152,216,189)

Color info

#98D8BD contains mainly green and blue colors. Web safe color of #98D8BD is #99CCCC (or #9CC).

RGB color model

#98D8BD color RGB value is (152,216,189).

RGB: (152,216,189) (60%, 85%, 74%)

RGB channels and saturation

R 152 of 255 = 60%
G 216 of 255 = 85%
B 189 of 255 = 74%

152
216
189

R + G + B ~ 73%. #98D8BD is quite light color.

Portions of RGB colors in percentages

R + G + B = 152 + 216 + 189 = 557 (100%)
R 152 of 557 ~ 27.29%
G 216 of 557 ~ 38.78%
B 189 of 557 ~ 33.93'%

%27.29
%38.78
%33.93

CMYK color model

#98D8BD color CMYK value is (30,0,13,15).

  • cyan value is 29.63%
  • magenta value is 0.00%
  • yellow value is 12.50%
  • key color value is 15.29%

CMYK: (30,0,13,15)
C30M0Y13K15 (30%, 0%, 13%, 15%)
(0.30 / 0.00 / 0.13 / 0.15)

CMYK percentages

%29.63
%0
%12.5
%15.29

Codes

Color #98D8BD in popluar color models

98 D8 BD
RGB 152 216 189
HSL 155° 45.07% 72.16%
HSB/HSV 155° 29.63% 84.71%
CMYK 29.63% 0.00% 12.50%
15.29%

Color #98D8BD in popluar number systems.

HEX 98 D8 BD
Decimal 152 216 189
Binary 10011000 11011000 10111101
Octal 230 330 275

Shades and tints

Shades of #98D8BD

#98D8BD
(152,216,189)
#8BC5AC
(139,197,172)
#7EB29B
(126,178,155)
#719F8A
(113,159,138)
#648C79
(100,140,121)
#577968
(87,121,104)
#4A6657
(74,102,87)
#3D5346
(61,83,70)
#304035
(48,64,53)
#232D24
(35,45,36)
#161A13
(22,26,19)
#000000
(0,0,0)

Tints of #98D8BD

#98D8BD
(152,216,189)
#A1DBC3
(161,219,195)
#AADEC9
(170,222,201)
#B3E1CF
(179,225,207)
#BCE4D5
(188,228,213)
#C5E7DB
(197,231,219)
#CEEAE1
(206,234,225)
#D7EDE7
(215,237,231)
#E0F0ED
(224,240,237)
#E9F3F3
(233,243,243)
#F2F6F9
(242,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98D8BD color. Also use rgb(152,216,189) instead hex code.

Text Font Color

.myTextColor { color: #98D8BD; }

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

This text font color is #98D8BD.

Background Color

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

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

This div background color is #98D8BD.

Border color

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

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

This div border color is #98D8BD.

Opacity

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

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

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

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

This text has shadow with #98D8BD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #98D8BD.

Preview

Color preview on black background

This text has color #98D8BD on black background.


Color preview on white background

This text has color #98D8BD on white background.


Black color preview on #98D8BD background

This text has black color on #98D8BD background.


White color preview on #98D8BD background

This text has white color on #98D8BD background.


Related colors

Complementary color

Complementary color for #hex is #672742.


I love getcolorcode.com

Triadic colors

1 #BD98D8 and #D8BD98 with #98D8BD are triadic colors.

2 #BDD898 and #D898BD with #98D8BD are triadic colors.