COLOR #98C4E3

HEX: #98C4E3
RGB: (152,196,227)

Color info

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

RGB color model

#98C4E3 color RGB value is (152,196,227).

  • red value is 152;
  • green value is 196;
  • blue value is 227.
RGB:
(152,196,227)
(60%,77%,89%)

RGB channels and saturation

R 152 of 255 = 60%
G 196 of 255 = 77%
B 227 of 255 = 89%

152
196
227

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

Portions of RGB colors in percentages

R + G + B =
152 + 196 + 227 = 575 (100%)
R 152 of 575 ~ 26.43%
G 196 of 575 ~ 34.09%
B 227 of 575 ~ 39.48%

%26.43
%34.09
%39.48

CMYK color model

#98C4E3 color CMYK value is (33,14,0,11).

  • cyan value is 33.04%
  • magenta value is 13.66%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(33,14,0,11)
C33M14Y0K11 
(33%,14%,0%,11%)
(0.33/0.14/0.00/0.11)	

CMYK percentages

%33.04
%13.66
%0
%10.98

Codes

Color #98C4E3 in popluar color models

98C4E3
RGB152196227
HSL205°57.25%74.31%
HSB/HSV205°33.04%89.02%
CMYK33.04%13.66%0.00%
10.98%

Color #98C4E3 in popluar number systems.

HEX98C4E3
Decimal152196227
Binary100110001100010011100011
Octal230304343

Shades and tints

Shades of #98C4E3

#98C4E3
(152,196,227)
#8BB3CF
(139,179,207)
#7EA2BB
(126,162,187)
#7191A7
(113,145,167)
#648093
(100,128,147)
#576F7F
(87,111,127)
#4A5E6B
(74,94,107)
#3D4D57
(61,77,87)
#303C43
(48,60,67)
#232B2F
(35,43,47)
#161A1B
(22,26,27)
#000000
(0,0,0)

Tints of #98C4E3

#98C4E3
(152,196,227)
#A1C9E5
(161,201,229)
#AACEE7
(170,206,231)
#B3D3E9
(179,211,233)
#BCD8EB
(188,216,235)
#C5DDED
(197,221,237)
#CEE2EF
(206,226,239)
#D7E7F1
(215,231,241)
#E0ECF3
(224,236,243)
#E9F1F5
(233,241,245)
#F2F6F7
(242,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98C4E3 color. Also use rgb(152,196,227) instead hex code.

Text Font Color

.myTextColor { color: #98C4E3; }

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

This text font color is #98C4E3.


Background Color

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

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

This div background color is #98C4E3.


Border color

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

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

This div border color is #98C4E3.


Opacity

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

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

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

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

This text has shadow with #98C4E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98C4E3 on black background.


Color preview on white background

This text has color #98C4E3 on white background.



Black color preview on #98C4E3 background

This text has black color on #98C4E3 background.


White color preview on #98C4E3 background

This text has white color on #98C4E3 background.