COLOR #98CAD0

HEX: #98CAD0 RGB: (152,202,208)

Color info

#98CAD0 contains red, green and blue colors in about the same proportion. Web safe color of #98CAD0 is #99CCCC (or #9CC).

RGB color model

#98CAD0 color RGB value is (152,202,208).

RGB: (152,202,208) (60%, 79%, 82%)

RGB channels and saturation

R 152 of 255 = 60%
G 202 of 255 = 79%
B 208 of 255 = 82%

152
202
208

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

Portions of RGB colors in percentages

R + G + B = 152 + 202 + 208 = 562 (100%)
R 152 of 562 ~ 27.05%
G 202 of 562 ~ 35.94%
B 208 of 562 ~ 37.01'%

%27.05
%35.94
%37.01

CMYK color model

#98CAD0 color CMYK value is (27,3,0,18).

  • cyan value is 26.92%
  • magenta value is 2.88%
  • yellow value is 0.00%
  • key color value is 18.43%

CMYK: (27,3,0,18)
C27M3Y0K18 (27%, 3%, 0%, 18%)
(0.27 / 0.03 / 0.00 / 0.18)

CMYK percentages

%26.92
%2.88
%0
%18.43

Codes

Color #98CAD0 in popluar color models

98 CA D0
RGB 152 202 208
HSL 186° 37.33% 70.59%
HSB/HSV 186° 26.92% 81.57%
CMYK 26.92% 2.88% 0.00%
18.43%

Color #98CAD0 in popluar number systems.

HEX 98 CA D0
Decimal 152 202 208
Binary 10011000 11001010 11010000
Octal 230 312 320

Shades and tints

Shades of #98CAD0

#98CAD0
(152,202,208)
#8BB8BE
(139,184,190)
#7EA6AC
(126,166,172)
#71949A
(113,148,154)
#648288
(100,130,136)
#577076
(87,112,118)
#4A5E64
(74,94,100)
#3D4C52
(61,76,82)
#303A40
(48,58,64)
#23282E
(35,40,46)
#16161C
(22,22,28)
#000000
(0,0,0)

Tints of #98CAD0

#98CAD0
(152,202,208)
#A1CED4
(161,206,212)
#AAD2D8
(170,210,216)
#B3D6DC
(179,214,220)
#BCDAE0
(188,218,224)
#C5DEE4
(197,222,228)
#CEE2E8
(206,226,232)
#D7E6EC
(215,230,236)
#E0EAF0
(224,234,240)
#E9EEF4
(233,238,244)
#F2F2F8
(242,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98CAD0; }

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

This text font color is #98CAD0.

Background Color

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

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

This div background color is #98CAD0.

Border color

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

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

This div border color is #98CAD0.

Opacity

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

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

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

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

This text has shadow with #98CAD0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #98CAD0.

Preview

Color preview on black background

This text has color #98CAD0 on black background.


Color preview on white background

This text has color #98CAD0 on white background.


Black color preview on #98CAD0 background

This text has black color on #98CAD0 background.


White color preview on #98CAD0 background

This text has white color on #98CAD0 background.


Related colors

Complementary color

Complementary color for #hex is #67352F.


I love getcolorcode.com

Triadic colors

1 #D098CA and #CAD098 with #98CAD0 are triadic colors.

2 #D0CA98 and #CA98D0 with #98CAD0 are triadic colors.