COLOR #98C6DF

HEX: #98C6DF RGB: (152,198,223)

Color info

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

RGB color model

#98C6DF color RGB value is (152,198,223).

RGB: (152,198,223) (60%, 78%, 87%)

RGB channels and saturation

R 152 of 255 = 60%
G 198 of 255 = 78%
B 223 of 255 = 87%

152
198
223

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

Portions of RGB colors in percentages

R + G + B = 152 + 198 + 223 = 573 (100%)
R 152 of 573 ~ 26.53%
G 198 of 573 ~ 34.55%
B 223 of 573 ~ 38.92'%

%26.53
%34.55
%38.92

CMYK color model

#98C6DF color CMYK value is (32,11,0,13).

  • cyan value is 31.84%
  • magenta value is 11.21%
  • yellow value is 0.00%
  • key color value is 12.55%

CMYK: (32,11,0,13)
C32M11Y0K13 (32%, 11%, 0%, 13%)
(0.32 / 0.11 / 0.00 / 0.13)

CMYK percentages

%31.84
%11.21
%0
%12.55

Codes

Color #98C6DF in popluar color models

98 C6 DF
RGB 152 198 223
HSL 201° 52.59% 73.53%
HSB/HSV 201° 31.84% 87.45%
CMYK 31.84% 11.21% 0.00%
12.55%

Color #98C6DF in popluar number systems.

HEX 98 C6 DF
Decimal 152 198 223
Binary 10011000 11000110 11011111
Octal 230 306 337

Shades and tints

Shades of #98C6DF

#98C6DF
(152,198,223)
#8BB4CB
(139,180,203)
#7EA2B7
(126,162,183)
#7190A3
(113,144,163)
#647E8F
(100,126,143)
#576C7B
(87,108,123)
#4A5A67
(74,90,103)
#3D4853
(61,72,83)
#30363F
(48,54,63)
#23242B
(35,36,43)
#161217
(22,18,23)
#000000
(0,0,0)

Tints of #98C6DF

#98C6DF
(152,198,223)
#A1CBE1
(161,203,225)
#AAD0E3
(170,208,227)
#B3D5E5
(179,213,229)
#BCDAE7
(188,218,231)
#C5DFE9
(197,223,233)
#CEE4EB
(206,228,235)
#D7E9ED
(215,233,237)
#E0EEEF
(224,238,239)
#E9F3F1
(233,243,241)
#F2F8F3
(242,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98C6DF color. Also use rgb(152,198,223) instead hex code.

Text Font Color

.myTextColor { color: #98C6DF; }

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

This text font color is #98C6DF.

Background Color

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

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

This div background color is #98C6DF.

Border color

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

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

This div border color is #98C6DF.

Opacity

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

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

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

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

This text has shadow with #98C6DF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #98C6DF.

Preview

Color preview on black background

This text has color #98C6DF on black background.


Color preview on white background

This text has color #98C6DF on white background.


Black color preview on #98C6DF background

This text has black color on #98C6DF background.


White color preview on #98C6DF background

This text has white color on #98C6DF background.


Related colors

Complementary color

Complementary color for #hex is #673920.


I love getcolorcode.com

Triadic colors

1 #DF98C6 and #C6DF98 with #98C6DF are triadic colors.

2 #DFC698 and #C698DF with #98C6DF are triadic colors.