COLOR #98BED5

HEX: #98BED5
RGB: (152,190,213)

Color info

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

RGB color model

#98BED5 color RGB value is (152,190,213).

  • red value is 152;
  • green value is 190;
  • blue value is 213.
RGB:
(152,190,213)
(60%,75%,84%)

RGB channels and saturation

R 152 of 255 = 60%
G 190 of 255 = 75%
B 213 of 255 = 84%

152
190
213

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

Portions of RGB colors in percentages

R + G + B =
152 + 190 + 213 = 555 (100%)
R 152 of 555 ~ 27.39%
G 190 of 555 ~ 34.23%
B 213 of 555 ~ 38.38%

%27.39
%34.23
%38.38

CMYK color model

#98BED5 color CMYK value is (29,11,0,16).

  • cyan value is 28.64%
  • magenta value is 10.80%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(29,11,0,16)
C29M11Y0K16 
(29%,11%,0%,16%)
(0.29/0.11/0.00/0.16)	

CMYK percentages

%28.64
%10.8
%0
%16.47

Codes

Color #98BED5 in popluar color models

98BED5
RGB152190213
HSL203°42.07%71.57%
HSB/HSV203°28.64%83.53%
CMYK28.64%10.80%0.00%
16.47%

Color #98BED5 in popluar number systems.

HEX98BED5
Decimal152190213
Binary100110001011111011010101
Octal230276325

Shades and tints

Shades of #98BED5

#98BED5
(152,190,213)
#8BADC2
(139,173,194)
#7E9CAF
(126,156,175)
#718B9C
(113,139,156)
#647A89
(100,122,137)
#576976
(87,105,118)
#4A5863
(74,88,99)
#3D4750
(61,71,80)
#30363D
(48,54,61)
#23252A
(35,37,42)
#161417
(22,20,23)
#000000
(0,0,0)

Tints of #98BED5

#98BED5
(152,190,213)
#A1C3D8
(161,195,216)
#AAC8DB
(170,200,219)
#B3CDDE
(179,205,222)
#BCD2E1
(188,210,225)
#C5D7E4
(197,215,228)
#CEDCE7
(206,220,231)
#D7E1EA
(215,225,234)
#E0E6ED
(224,230,237)
#E9EBF0
(233,235,240)
#F2F0F3
(242,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98BED5 color. Also use rgb(152,190,213) instead hex code.

Text Font Color

.myTextColor { color: #98BED5; }

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

This text font color is #98BED5.


Background Color

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

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

This div background color is #98BED5.


Border color

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

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

This div border color is #98BED5.


Opacity

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

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

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

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

This text has shadow with #98BED5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98BED5 on black background.


Color preview on white background

This text has color #98BED5 on white background.



Black color preview on #98BED5 background

This text has black color on #98BED5 background.


White color preview on #98BED5 background

This text has white color on #98BED5 background.