COLOR #98CAE3

HEX: #98CAE3 RGB: (152,202,227)

Color info

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

RGB color model

#98CAE3 color RGB value is (152,202,227).

RGB: (152,202,227) (60%, 79%, 89%)

RGB channels and saturation

R 152 of 255 = 60%
G 202 of 255 = 79%
B 227 of 255 = 89%

152
202
227

R + G + B ~ 76%. #98CAE3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 152 + 202 + 227 = 581 (100%)
R 152 of 581 ~ 26.16%
G 202 of 581 ~ 34.77%
B 227 of 581 ~ 39.07'%

%26.16
%34.77
%39.07

CMYK color model

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

  • cyan value is 33.04%
  • magenta value is 11.01%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK: (33,11,0,11) C33M11Y0K11 (33%,11%,0%,11%) (0.33/0.11/0.00/0.11) 

CMYK percentages

%33.04
%11.01
%0
%10.98

Codes

Color #98CAE3 in popluar color models

98 CA E3
RGB 152 202 227
HSL 200° 57.25% 74.31%
HSB/HSV 200° 33.04% 89.02%
CMYK 33.04% 11.01% 0.00%
10.98%

Color #98CAE3 in popluar number systems.

HEX 98 CA E3
Decimal 152 202 227
Binary 10011000 11001010 11100011
Octal 230 312 343

Shades and tints

Shades of #98CAE3

#98CAE3
(152,202,227)
#8BB8CF
(139,184,207)
#7EA6BB
(126,166,187)
#7194A7
(113,148,167)
#648293
(100,130,147)
#57707F
(87,112,127)
#4A5E6B
(74,94,107)
#3D4C57
(61,76,87)
#303A43
(48,58,67)
#23282F
(35,40,47)
#16161B
(22,22,27)
#000000
(0,0,0)

Tints of #98CAE3

#98CAE3
(152,202,227)
#A1CEE5
(161,206,229)
#AAD2E7
(170,210,231)
#B3D6E9
(179,214,233)
#BCDAEB
(188,218,235)
#C5DEED
(197,222,237)
#CEE2EF
(206,226,239)
#D7E6F1
(215,230,241)
#E0EAF3
(224,234,243)
#E9EEF5
(233,238,245)
#F2F2F7
(242,242,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98CAE3; }

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

This text font color is #98CAE3.

Background Color

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

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

This div background color is #98CAE3.

Border color

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

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

This div border color is #98CAE3.

Opacity

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

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

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

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

This text has shadow with #98CAE3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #98CAE3.

Preview

Color preview on black background

This text has color #98CAE3 on black background.


Color preview on white background

This text has color #98CAE3 on white background.


Black color preview on #98CAE3 background

This text has black color on #98CAE3 background.


White color preview on #98CAE3 background

This text has white color on #98CAE3 background.


Related colors

Complementary color

Complementary color for #hex is #67351C.


I love getcolorcode.com

Triadic colors

1 #E398CA and #CAE398 with #98CAE3 are triadic colors.

2 #E3CA98 and #CA98E3 with #98CAE3 are triadic colors.