COLOR #98D2BE

HEX: #98D2BE RGB: (152,210,190)

Color info

#98D2BE contains red, green and blue colors in about the same proportion. Web safe color of #98D2BE is #99CCCC (or #9CC).

RGB color model

#98D2BE color RGB value is (152,210,190).

RGB: (152,210,190) (60%, 82%, 75%)

RGB channels and saturation

R 152 of 255 = 60%
G 210 of 255 = 82%
B 190 of 255 = 75%

152
210
190

R + G + B ~ 72%. #98D2BE is quite light color.

Portions of RGB colors in percentages

R + G + B = 152 + 210 + 190 = 552 (100%)
R 152 of 552 ~ 27.54%
G 210 of 552 ~ 38.04%
B 190 of 552 ~ 34.42'%

%27.54
%38.04
%34.42

CMYK color model

#98D2BE color CMYK value is (28,0,10,18).

  • cyan value is 27.62%
  • magenta value is 0.00%
  • yellow value is 9.52%
  • key color value is 17.65%
CMYK: (28,0,10,18) C28M0Y10K18 (28%,0%,10%,18%) (0.28/0.00/0.10/0.18) 

CMYK percentages

%27.62
%0
%9.52
%17.65

Codes

Color #98D2BE in popluar color models

98 D2 BE
RGB 152 210 190
HSL 159° 39.19% 70.98%
HSB/HSV 159° 27.62% 82.35%
CMYK 27.62% 0.00% 9.52%
17.65%

Color #98D2BE in popluar number systems.

HEX 98 D2 BE
Decimal 152 210 190
Binary 10011000 11010010 10111110
Octal 230 322 276

Shades and tints

Shades of #98D2BE

#98D2BE
(152,210,190)
#8BBFAD
(139,191,173)
#7EAC9C
(126,172,156)
#71998B
(113,153,139)
#64867A
(100,134,122)
#577369
(87,115,105)
#4A6058
(74,96,88)
#3D4D47
(61,77,71)
#303A36
(48,58,54)
#232725
(35,39,37)
#161414
(22,20,20)
#000000
(0,0,0)

Tints of #98D2BE

#98D2BE
(152,210,190)
#A1D6C3
(161,214,195)
#AADAC8
(170,218,200)
#B3DECD
(179,222,205)
#BCE2D2
(188,226,210)
#C5E6D7
(197,230,215)
#CEEADC
(206,234,220)
#D7EEE1
(215,238,225)
#E0F2E6
(224,242,230)
#E9F6EB
(233,246,235)
#F2FAF0
(242,250,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98D2BE color. Also use rgb(152,210,190) instead hex code.

Text Font Color

.myTextColor { color: #98D2BE; }

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

This text font color is #98D2BE.

Background Color

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

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

This div background color is #98D2BE.

Border color

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

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

This div border color is #98D2BE.

Opacity

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

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

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

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

This text has shadow with #98D2BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #98D2BE.

Preview

Color preview on black background

This text has color #98D2BE on black background.


Color preview on white background

This text has color #98D2BE on white background.


Black color preview on #98D2BE background

This text has black color on #98D2BE background.


White color preview on #98D2BE background

This text has white color on #98D2BE background.


Related colors

Complementary color

Complementary color for #hex is #672D41.


I love getcolorcode.com

Triadic colors

1 #BE98D2 and #D2BE98 with #98D2BE are triadic colors.

2 #BED298 and #D298BE with #98D2BE are triadic colors.