COLOR #98C7F3

HEX: #98C7F3 RGB: (152,199,243)

Color info

#98C7F3 contains mainly green and blue colors. Web safe color of #98C7F3 is #99CCFF (or #9CF).

RGB color model

#98C7F3 color RGB value is (152,199,243).

RGB: (152,199,243) (60%, 78%, 95%)

RGB channels and saturation

R 152 of 255 = 60%
G 199 of 255 = 78%
B 243 of 255 = 95%

152
199
243

R + G + B ~ 78%. #98C7F3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 152 + 199 + 243 = 594 (100%)
R 152 of 594 ~ 25.59%
G 199 of 594 ~ 33.5%
B 243 of 594 ~ 40.91'%

%25.59
%33.5
%40.91

CMYK color model

#98C7F3 color CMYK value is (37,18,0,5).

  • cyan value is 37.45%
  • magenta value is 18.11%
  • yellow value is 0.00%
  • key color value is 4.71%

CMYK: (37,18,0,5)
C37M18Y0K5 (37%, 18%, 0%, 5%)
(0.37 / 0.18 / 0.00 / 0.05)

CMYK percentages

%37.45
%18.11
%0
%4.71

Codes

Color #98C7F3 in popluar color models

98 C7 F3
RGB 152 199 243
HSL 209° 79.13% 77.45%
HSB/HSV 209° 37.45% 95.29%
CMYK 37.45% 18.11% 0.00%
4.71%

Color #98C7F3 in popluar number systems.

HEX 98 C7 F3
Decimal 152 199 243
Binary 10011000 11000111 11110011
Octal 230 307 363

Shades and tints

Shades of #98C7F3

#98C7F3
(152,199,243)
#8BB5DD
(139,181,221)
#7EA3C7
(126,163,199)
#7191B1
(113,145,177)
#647F9B
(100,127,155)
#576D85
(87,109,133)
#4A5B6F
(74,91,111)
#3D4959
(61,73,89)
#303743
(48,55,67)
#23252D
(35,37,45)
#161317
(22,19,23)
#000000
(0,0,0)

Tints of #98C7F3

#98C7F3
(152,199,243)
#A1CCF4
(161,204,244)
#AAD1F5
(170,209,245)
#B3D6F6
(179,214,246)
#BCDBF7
(188,219,247)
#C5E0F8
(197,224,248)
#CEE5F9
(206,229,249)
#D7EAFA
(215,234,250)
#E0EFFB
(224,239,251)
#E9F4FC
(233,244,252)
#F2F9FD
(242,249,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98C7F3; }

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

This text font color is #98C7F3.

Background Color

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

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

This div background color is #98C7F3.

Border color

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

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

This div border color is #98C7F3.

Opacity

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

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

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

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

This text has shadow with #98C7F3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #98C7F3.

Preview

Color preview on black background

This text has color #98C7F3 on black background.


Color preview on white background

This text has color #98C7F3 on white background.


Black color preview on #98C7F3 background

This text has black color on #98C7F3 background.


White color preview on #98C7F3 background

This text has white color on #98C7F3 background.


Related colors

Complementary color

Complementary color for #hex is #67380C.


I love getcolorcode.com

Triadic colors

1 #F398C7 and #C7F398 with #98C7F3 are triadic colors.

2 #F3C798 and #C798F3 with #98C7F3 are triadic colors.