COLOR #98BBEA

HEX: #98BBEA
RGB: (152,187,234)

Color info

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

RGB color model

#98BBEA color RGB value is (152,187,234).

  • red value is 152;
  • green value is 187;
  • blue value is 234.
RGB:
(152,187,234)
(60%,73%,92%)

RGB channels and saturation

R 152 of 255 = 60%
G 187 of 255 = 73%
B 234 of 255 = 92%

152
187
234

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

Portions of RGB colors in percentages

R + G + B =
152 + 187 + 234 = 573 (100%)
R 152 of 573 ~ 26.53%
G 187 of 573 ~ 32.64%
B 234 of 573 ~ 40.84%

%26.53
%32.64
%40.84

CMYK color model

#98BBEA color CMYK value is (35,20,0,8).

  • cyan value is 35.04%
  • magenta value is 20.09%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(35,20,0,8)
C35M20Y0K8 
(35%,20%,0%,8%)
(0.35/0.20/0.00/0.08)	

CMYK percentages

%35.04
%20.09
%0
%8.24

Codes

Color #98BBEA in popluar color models

98BBEA
RGB152187234
HSL214°66.13%75.69%
HSB/HSV214°35.04%91.76%
CMYK35.04%20.09%0.00%
8.24%

Color #98BBEA in popluar number systems.

HEX98BBEA
Decimal152187234
Binary100110001011101111101010
Octal230273352

Shades and tints

Shades of #98BBEA

#98BBEA
(152,187,234)
#8BAAD5
(139,170,213)
#7E99C0
(126,153,192)
#7188AB
(113,136,171)
#647796
(100,119,150)
#576681
(87,102,129)
#4A556C
(74,85,108)
#3D4457
(61,68,87)
#303342
(48,51,66)
#23222D
(35,34,45)
#161118
(22,17,24)
#000000
(0,0,0)

Tints of #98BBEA

#98BBEA
(152,187,234)
#A1C1EB
(161,193,235)
#AAC7EC
(170,199,236)
#B3CDED
(179,205,237)
#BCD3EE
(188,211,238)
#C5D9EF
(197,217,239)
#CEDFF0
(206,223,240)
#D7E5F1
(215,229,241)
#E0EBF2
(224,235,242)
#E9F1F3
(233,241,243)
#F2F7F4
(242,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98BBEA color. Also use rgb(152,187,234) instead hex code.

Text Font Color

.myTextColor { color: #98BBEA; }

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

This text font color is #98BBEA.


Background Color

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

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

This div background color is #98BBEA.


Border color

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

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

This div border color is #98BBEA.


Opacity

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

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

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

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

This text has shadow with #98BBEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98BBEA on black background.


Color preview on white background

This text has color #98BBEA on white background.



Black color preview on #98BBEA background

This text has black color on #98BBEA background.


White color preview on #98BBEA background

This text has white color on #98BBEA background.