COLOR #98CFE9

HEX: #98CFE9 RGB: (152,207,233)

Color info

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

RGB color model

#98CFE9 color RGB value is (152,207,233).

RGB: (152,207,233) (60%, 81%, 91%)

RGB channels and saturation

R 152 of 255 = 60%
G 207 of 255 = 81%
B 233 of 255 = 91%

152
207
233

R + G + B ~ 77%. #98CFE9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 152 + 207 + 233 = 592 (100%)
R 152 of 592 ~ 25.68%
G 207 of 592 ~ 34.97%
B 233 of 592 ~ 39.36'%

%25.68
%34.97
%39.36

CMYK color model

#98CFE9 color CMYK value is (35,11,0,9).

  • cyan value is 34.76%
  • magenta value is 11.16%
  • yellow value is 0.00%
  • key color value is 8.63%

CMYK: (35,11,0,9)
C35M11Y0K9 (35%, 11%, 0%, 9%)
(0.35 / 0.11 / 0.00 / 0.09)

CMYK percentages

%34.76
%11.16
%0
%8.63

Codes

Color #98CFE9 in popluar color models

98 CF E9
RGB 152 207 233
HSL 199° 64.80% 75.49%
HSB/HSV 199° 34.76% 91.37%
CMYK 34.76% 11.16% 0.00%
8.63%

Color #98CFE9 in popluar number systems.

HEX 98 CF E9
Decimal 152 207 233
Binary 10011000 11001111 11101001
Octal 230 317 351

Shades and tints

Shades of #98CFE9

#98CFE9
(152,207,233)
#8BBDD4
(139,189,212)
#7EABBF
(126,171,191)
#7199AA
(113,153,170)
#648795
(100,135,149)
#577580
(87,117,128)
#4A636B
(74,99,107)
#3D5156
(61,81,86)
#303F41
(48,63,65)
#232D2C
(35,45,44)
#161B17
(22,27,23)
#000000
(0,0,0)

Tints of #98CFE9

#98CFE9
(152,207,233)
#A1D3EB
(161,211,235)
#AAD7ED
(170,215,237)
#B3DBEF
(179,219,239)
#BCDFF1
(188,223,241)
#C5E3F3
(197,227,243)
#CEE7F5
(206,231,245)
#D7EBF7
(215,235,247)
#E0EFF9
(224,239,249)
#E9F3FB
(233,243,251)
#F2F7FD
(242,247,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98CFE9 color. Also use rgb(152,207,233) instead hex code.

Text Font Color

.myTextColor { color: #98CFE9; }

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

This text font color is #98CFE9.

Background Color

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

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

This div background color is #98CFE9.

Border color

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

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

This div border color is #98CFE9.

Opacity

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

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

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

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

This text has shadow with #98CFE9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #98CFE9.

Preview

Color preview on black background

This text has color #98CFE9 on black background.


Color preview on white background

This text has color #98CFE9 on white background.


Black color preview on #98CFE9 background

This text has black color on #98CFE9 background.


White color preview on #98CFE9 background

This text has white color on #98CFE9 background.


Related colors

Complementary color

Complementary color for #hex is #673016.


I love getcolorcode.com

Triadic colors

1 #E998CF and #CFE998 with #98CFE9 are triadic colors.

2 #E9CF98 and #CF98E9 with #98CFE9 are triadic colors.