COLOR #98C3DE

HEX: #98C3DE
RGB: (152,195,222)

Color info

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

RGB color model

#98C3DE color RGB value is (152,195,222).

  • red value is 152;
  • green value is 195;
  • blue value is 222.
RGB:
(152,195,222)
(60%,76%,87%)

RGB channels and saturation

R 152 of 255 = 60%
G 195 of 255 = 76%
B 222 of 255 = 87%

152
195
222

R + G + B ~ 74%. #98C3DE is quite light color.

Portions of RGB colors in percentages

R + G + B =
152 + 195 + 222 = 569 (100%)
R 152 of 569 ~ 26.71%
G 195 of 569 ~ 34.27%
B 222 of 569 ~ 39.02%

%26.71
%34.27
%39.02

CMYK color model

#98C3DE color CMYK value is (32,12,0,13).

  • cyan value is 31.53%
  • magenta value is 12.16%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(32,12,0,13)
C32M12Y0K13 
(32%,12%,0%,13%)
(0.32/0.12/0.00/0.13)	

CMYK percentages

%31.53
%12.16
%0
%12.94

Codes

Color #98C3DE in popluar color models

98C3DE
RGB152195222
HSL203°51.47%73.33%
HSB/HSV203°31.53%87.06%
CMYK31.53%12.16%0.00%
12.94%

Color #98C3DE in popluar number systems.

HEX98C3DE
Decimal152195222
Binary100110001100001111011110
Octal230303336

Shades and tints

Shades of #98C3DE

#98C3DE
(152,195,222)
#8BB2CA
(139,178,202)
#7EA1B6
(126,161,182)
#7190A2
(113,144,162)
#647F8E
(100,127,142)
#576E7A
(87,110,122)
#4A5D66
(74,93,102)
#3D4C52
(61,76,82)
#303B3E
(48,59,62)
#232A2A
(35,42,42)
#161916
(22,25,22)
#000000
(0,0,0)

Tints of #98C3DE

#98C3DE
(152,195,222)
#A1C8E1
(161,200,225)
#AACDE4
(170,205,228)
#B3D2E7
(179,210,231)
#BCD7EA
(188,215,234)
#C5DCED
(197,220,237)
#CEE1F0
(206,225,240)
#D7E6F3
(215,230,243)
#E0EBF6
(224,235,246)
#E9F0F9
(233,240,249)
#F2F5FC
(242,245,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98C3DE color. Also use rgb(152,195,222) instead hex code.

Text Font Color

.myTextColor { color: #98C3DE; }

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

This text font color is #98C3DE.


Background Color

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

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

This div background color is #98C3DE.


Border color

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

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

This div border color is #98C3DE.


Opacity

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

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

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

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

This text has shadow with #98C3DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98C3DE on black background.


Color preview on white background

This text has color #98C3DE on white background.



Black color preview on #98C3DE background

This text has black color on #98C3DE background.


White color preview on #98C3DE background

This text has white color on #98C3DE background.