COLOR #98BFD8

HEX: #98BFD8 RGB: (152,191,216)

Color info

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

RGB color model

#98BFD8 color RGB value is (152,191,216).

RGB: (152,191,216) (60%, 75%, 85%)

RGB channels and saturation

R 152 of 255 = 60%
G 191 of 255 = 75%
B 216 of 255 = 85%

152
191
216

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

Portions of RGB colors in percentages

R + G + B = 152 + 191 + 216 = 559 (100%)
R 152 of 559 ~ 27.19%
G 191 of 559 ~ 34.17%
B 216 of 559 ~ 38.64'%

%27.19
%34.17
%38.64

CMYK color model

#98BFD8 color CMYK value is (30,12,0,15).

  • cyan value is 29.63%
  • magenta value is 11.57%
  • yellow value is 0.00%
  • key color value is 15.29%
CMYK: (30,12,0,15) C30M12Y0K15 (30%,12%,0%,15%) (0.30/0.12/0.00/0.15) 

CMYK percentages

%29.63
%11.57
%0
%15.29

Codes

Color #98BFD8 in popluar color models

98 BF D8
RGB 152 191 216
HSL 203° 45.07% 72.16%
HSB/HSV 203° 29.63% 84.71%
CMYK 29.63% 11.57% 0.00%
15.29%

Color #98BFD8 in popluar number systems.

HEX 98 BF D8
Decimal 152 191 216
Binary 10011000 10111111 11011000
Octal 230 277 330

Shades and tints

Shades of #98BFD8

#98BFD8
(152,191,216)
#8BAEC5
(139,174,197)
#7E9DB2
(126,157,178)
#718C9F
(113,140,159)
#647B8C
(100,123,140)
#576A79
(87,106,121)
#4A5966
(74,89,102)
#3D4853
(61,72,83)
#303740
(48,55,64)
#23262D
(35,38,45)
#16151A
(22,21,26)
#000000
(0,0,0)

Tints of #98BFD8

#98BFD8
(152,191,216)
#A1C4DB
(161,196,219)
#AAC9DE
(170,201,222)
#B3CEE1
(179,206,225)
#BCD3E4
(188,211,228)
#C5D8E7
(197,216,231)
#CEDDEA
(206,221,234)
#D7E2ED
(215,226,237)
#E0E7F0
(224,231,240)
#E9ECF3
(233,236,243)
#F2F1F6
(242,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98BFD8; }

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

This text font color is #98BFD8.

Background Color

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

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

This div background color is #98BFD8.

Border color

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

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

This div border color is #98BFD8.

Opacity

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

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

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

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

This text has shadow with #98BFD8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #98BFD8.

Preview

Color preview on black background

This text has color #98BFD8 on black background.


Color preview on white background

This text has color #98BFD8 on white background.


Black color preview on #98BFD8 background

This text has black color on #98BFD8 background.


White color preview on #98BFD8 background

This text has white color on #98BFD8 background.


Related colors

Complementary color

Complementary color for #hex is #674027.


I love getcolorcode.com

Triadic colors

1 #D898BF and #BFD898 with #98BFD8 are triadic colors.

2 #D8BF98 and #BF98D8 with #98BFD8 are triadic colors.