COLOR #98C0DD

HEX: #98C0DD RGB: (152,192,221)

Color info

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

RGB color model

#98C0DD color RGB value is (152,192,221).

RGB: (152,192,221) (60%, 75%, 87%)

RGB channels and saturation

R 152 of 255 = 60%
G 192 of 255 = 75%
B 221 of 255 = 87%

152
192
221

R + G + B ~ 74%. #98C0DD is quite light color.

Portions of RGB colors in percentages

R + G + B = 152 + 192 + 221 = 565 (100%)
R 152 of 565 ~ 26.9%
G 192 of 565 ~ 33.98%
B 221 of 565 ~ 39.12'%

%26.9
%33.98
%39.12

CMYK color model

#98C0DD color CMYK value is (31,13,0,13).

  • cyan value is 31.22%
  • magenta value is 13.12%
  • yellow value is 0.00%
  • key color value is 13.33%

CMYK: (31,13,0,13)
C31M13Y0K13 (31%, 13%, 0%, 13%)
(0.31 / 0.13 / 0.00 / 0.13)

CMYK percentages

%31.22
%13.12
%0
%13.33

Codes

Color #98C0DD in popluar color models

98 C0 DD
RGB 152 192 221
HSL 205° 50.36% 73.14%
HSB/HSV 205° 31.22% 86.67%
CMYK 31.22% 13.12% 0.00%
13.33%

Color #98C0DD in popluar number systems.

HEX 98 C0 DD
Decimal 152 192 221
Binary 10011000 11000000 11011101
Octal 230 300 335

Shades and tints

Shades of #98C0DD

#98C0DD
(152,192,221)
#8BAFC9
(139,175,201)
#7E9EB5
(126,158,181)
#718DA1
(113,141,161)
#647C8D
(100,124,141)
#576B79
(87,107,121)
#4A5A65
(74,90,101)
#3D4951
(61,73,81)
#30383D
(48,56,61)
#232729
(35,39,41)
#161615
(22,22,21)
#000000
(0,0,0)

Tints of #98C0DD

#98C0DD
(152,192,221)
#A1C5E0
(161,197,224)
#AACAE3
(170,202,227)
#B3CFE6
(179,207,230)
#BCD4E9
(188,212,233)
#C5D9EC
(197,217,236)
#CEDEEF
(206,222,239)
#D7E3F2
(215,227,242)
#E0E8F5
(224,232,245)
#E9EDF8
(233,237,248)
#F2F2FB
(242,242,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98C0DD color. Also use rgb(152,192,221) instead hex code.

Text Font Color

.myTextColor { color: #98C0DD; }

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

This text font color is #98C0DD.

Background Color

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

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

This div background color is #98C0DD.

Border color

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

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

This div border color is #98C0DD.

Opacity

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

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

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

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

This text has shadow with #98C0DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #98C0DD.

Preview

Color preview on black background

This text has color #98C0DD on black background.


Color preview on white background

This text has color #98C0DD on white background.


Black color preview on #98C0DD background

This text has black color on #98C0DD background.


White color preview on #98C0DD background

This text has white color on #98C0DD background.


Related colors

Complementary color

Complementary color for #hex is #673F22.


I love getcolorcode.com

Triadic colors

1 #DD98C0 and #C0DD98 with #98C0DD are triadic colors.

2 #DDC098 and #C098DD with #98C0DD are triadic colors.