COLOR #98D1D3

HEX: #98D1D3
RGB: (152,209,211)

Color info

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

RGB color model

#98D1D3 color RGB value is (152,209,211).

  • red value is 152;
  • green value is 209;
  • blue value is 211.
RGB:
(152,209,211)
(60%,82%,83%)

RGB channels and saturation

R 152 of 255 = 60%
G 209 of 255 = 82%
B 211 of 255 = 83%

152
209
211

R + G + B ~ 75%. #98D1D3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 209 + 211 = 572 (100%)
R 152 of 572 ~ 26.57%
G 209 of 572 ~ 36.54%
B 211 of 572 ~ 36.89%

%26.57
%36.54
%36.89

CMYK color model

#98D1D3 color CMYK value is (28,1,0,17).

  • cyan value is 27.96%
  • magenta value is 0.95%
  • yellow value is 0.00%
  • key color value is 17.25%
CMYK:
(28,1,0,17)
C28M1Y0K17 
(28%,1%,0%,17%)
(0.28/0.01/0.00/0.17)	

CMYK percentages

%27.96
%0.95
%0
%17.25

Codes

Color #98D1D3 in popluar color models

98D1D3
RGB152209211
HSL182°40.14%71.18%
HSB/HSV182°27.96%82.75%
CMYK27.96%0.95%0.00%
17.25%

Color #98D1D3 in popluar number systems.

HEX98D1D3
Decimal152209211
Binary100110001101000111010011
Octal230321323

Shades and tints

Shades of #98D1D3

#98D1D3
(152,209,211)
#8BBEC0
(139,190,192)
#7EABAD
(126,171,173)
#71989A
(113,152,154)
#648587
(100,133,135)
#577274
(87,114,116)
#4A5F61
(74,95,97)
#3D4C4E
(61,76,78)
#30393B
(48,57,59)
#232628
(35,38,40)
#161315
(22,19,21)
#000000
(0,0,0)

Tints of #98D1D3

#98D1D3
(152,209,211)
#A1D5D7
(161,213,215)
#AAD9DB
(170,217,219)
#B3DDDF
(179,221,223)
#BCE1E3
(188,225,227)
#C5E5E7
(197,229,231)
#CEE9EB
(206,233,235)
#D7EDEF
(215,237,239)
#E0F1F3
(224,241,243)
#E9F5F7
(233,245,247)
#F2F9FB
(242,249,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98D1D3 color. Also use rgb(152,209,211) instead hex code.

Text Font Color

.myTextColor { color: #98D1D3; }

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

This text font color is #98D1D3.


Background Color

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

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

This div background color is #98D1D3.


Border color

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

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

This div border color is #98D1D3.


Opacity

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

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

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

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

This text has shadow with #98D1D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98D1D3 on black background.


Color preview on white background

This text has color #98D1D3 on white background.



Black color preview on #98D1D3 background

This text has black color on #98D1D3 background.


White color preview on #98D1D3 background

This text has white color on #98D1D3 background.