COLOR #98C7DB

HEX: #98C7DB
RGB: (152,199,219)

Color info

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

RGB color model

#98C7DB color RGB value is (152,199,219).

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

RGB channels and saturation

R 152 of 255 = 60%
G 199 of 255 = 78%
B 219 of 255 = 86%

152
199
219

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

Portions of RGB colors in percentages

R + G + B =
152 + 199 + 219 = 570 (100%)
R 152 of 570 ~ 26.67%
G 199 of 570 ~ 34.91%
B 219 of 570 ~ 38.42%

%26.67
%34.91
%38.42

CMYK color model

#98C7DB color CMYK value is (31,9,0,14).

  • cyan value is 30.59%
  • magenta value is 9.13%
  • yellow value is 0.00%
  • key color value is 14.12%
CMYK:
(31,9,0,14)
C31M9Y0K14 
(31%,9%,0%,14%)
(0.31/0.09/0.00/0.14)	

CMYK percentages

%30.59
%9.13
%0
%14.12

Codes

Color #98C7DB in popluar color models

98C7DB
RGB152199219
HSL198°48.20%72.75%
HSB/HSV198°30.59%85.88%
CMYK30.59%9.13%0.00%
14.12%

Color #98C7DB in popluar number systems.

HEX98C7DB
Decimal152199219
Binary100110001100011111011011
Octal230307333

Shades and tints

Shades of #98C7DB

#98C7DB
(152,199,219)
#8BB5C8
(139,181,200)
#7EA3B5
(126,163,181)
#7191A2
(113,145,162)
#647F8F
(100,127,143)
#576D7C
(87,109,124)
#4A5B69
(74,91,105)
#3D4956
(61,73,86)
#303743
(48,55,67)
#232530
(35,37,48)
#16131D
(22,19,29)
#000000
(0,0,0)

Tints of #98C7DB

#98C7DB
(152,199,219)
#A1CCDE
(161,204,222)
#AAD1E1
(170,209,225)
#B3D6E4
(179,214,228)
#BCDBE7
(188,219,231)
#C5E0EA
(197,224,234)
#CEE5ED
(206,229,237)
#D7EAF0
(215,234,240)
#E0EFF3
(224,239,243)
#E9F4F6
(233,244,246)
#F2F9F9
(242,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98C7DB; }

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

This text font color is #98C7DB.


Background Color

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

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

This div background color is #98C7DB.


Border color

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

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

This div border color is #98C7DB.


Opacity

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

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

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

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

This text has shadow with #98C7DB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98C7DB on black background.


Color preview on white background

This text has color #98C7DB on white background.



Black color preview on #98C7DB background

This text has black color on #98C7DB background.


White color preview on #98C7DB background

This text has white color on #98C7DB background.