COLOR #98CAEC

HEX: #98CAEC RGB: (152,202,236)

Color info

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

RGB color model

#98CAEC color RGB value is (152,202,236).

RGB: (152,202,236) (60%, 79%, 93%)

RGB channels and saturation

R 152 of 255 = 60%
G 202 of 255 = 79%
B 236 of 255 = 93%

152
202
236

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

Portions of RGB colors in percentages

R + G + B = 152 + 202 + 236 = 590 (100%)
R 152 of 590 ~ 25.76%
G 202 of 590 ~ 34.24%
B 236 of 590 ~ 40'%

%25.76
%34.24
%40

CMYK color model

#98CAEC color CMYK value is (36,14,0,7).

  • cyan value is 35.59%
  • magenta value is 14.41%
  • yellow value is 0.00%
  • key color value is 7.45%

CMYK: (36,14,0,7)
C36M14Y0K7 (36%, 14%, 0%, 7%)
(0.36 / 0.14 / 0.00 / 0.07)

CMYK percentages

%35.59
%14.41
%0
%7.45

Codes

Color #98CAEC in popluar color models

98 CA EC
RGB 152 202 236
HSL 204° 68.85% 76.08%
HSB/HSV 204° 35.59% 92.55%
CMYK 35.59% 14.41% 0.00%
7.45%

Color #98CAEC in popluar number systems.

HEX 98 CA EC
Decimal 152 202 236
Binary 10011000 11001010 11101100
Octal 230 312 354

Shades and tints

Shades of #98CAEC

#98CAEC
(152,202,236)
#8BB8D7
(139,184,215)
#7EA6C2
(126,166,194)
#7194AD
(113,148,173)
#648298
(100,130,152)
#577083
(87,112,131)
#4A5E6E
(74,94,110)
#3D4C59
(61,76,89)
#303A44
(48,58,68)
#23282F
(35,40,47)
#16161A
(22,22,26)
#000000
(0,0,0)

Tints of #98CAEC

#98CAEC
(152,202,236)
#A1CEED
(161,206,237)
#AAD2EE
(170,210,238)
#B3D6EF
(179,214,239)
#BCDAF0
(188,218,240)
#C5DEF1
(197,222,241)
#CEE2F2
(206,226,242)
#D7E6F3
(215,230,243)
#E0EAF4
(224,234,244)
#E9EEF5
(233,238,245)
#F2F2F6
(242,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98CAEC; }

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

This text font color is #98CAEC.

Background Color

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

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

This div background color is #98CAEC.

Border color

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

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

This div border color is #98CAEC.

Opacity

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

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

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

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

This text has shadow with #98CAEC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #98CAEC.

Preview

Color preview on black background

This text has color #98CAEC on black background.


Color preview on white background

This text has color #98CAEC on white background.


Black color preview on #98CAEC background

This text has black color on #98CAEC background.


White color preview on #98CAEC background

This text has white color on #98CAEC background.


Related colors

Complementary color

Complementary color for #hex is #673513.


I love getcolorcode.com

Triadic colors

1 #EC98CA and #CAEC98 with #98CAEC are triadic colors.

2 #ECCA98 and #CA98EC with #98CAEC are triadic colors.