COLOR #98B0C5

HEX: #98B0C5 RGB: (152,176,197)

Color info

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

RGB color model

#98B0C5 color RGB value is (152,176,197).

RGB: (152,176,197) (60%, 69%, 77%)

RGB channels and saturation

R 152 of 255 = 60%
G 176 of 255 = 69%
B 197 of 255 = 77%

152
176
197

R + G + B ~ 69%. #98B0C5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 152 + 176 + 197 = 525 (100%)
R 152 of 525 ~ 28.95%
G 176 of 525 ~ 33.52%
B 197 of 525 ~ 37.52'%

%28.95
%33.52
%37.52

CMYK color model

#98B0C5 color CMYK value is (23,11,0,23).

  • cyan value is 22.84%
  • magenta value is 10.66%
  • yellow value is 0.00%
  • key color value is 22.75%

CMYK: (23,11,0,23)
C23M11Y0K23 (23%, 11%, 0%, 23%)
(0.23 / 0.11 / 0.00 / 0.23)

CMYK percentages

%22.84
%10.66
%0
%22.75

Codes

Color #98B0C5 in popluar color models

98 B0 C5
RGB 152 176 197
HSL 208° 27.95% 68.43%
HSB/HSV 208° 22.84% 77.25%
CMYK 22.84% 10.66% 0.00%
22.75%

Color #98B0C5 in popluar number systems.

HEX 98 B0 C5
Decimal 152 176 197
Binary 10011000 10110000 11000101
Octal 230 260 305

Shades and tints

Shades of #98B0C5

#98B0C5
(152,176,197)
#8BA0B4
(139,160,180)
#7E90A3
(126,144,163)
#718092
(113,128,146)
#647081
(100,112,129)
#576070
(87,96,112)
#4A505F
(74,80,95)
#3D404E
(61,64,78)
#30303D
(48,48,61)
#23202C
(35,32,44)
#16101B
(22,16,27)
#000000
(0,0,0)

Tints of #98B0C5

#98B0C5
(152,176,197)
#A1B7CA
(161,183,202)
#AABECF
(170,190,207)
#B3C5D4
(179,197,212)
#BCCCD9
(188,204,217)
#C5D3DE
(197,211,222)
#CEDAE3
(206,218,227)
#D7E1E8
(215,225,232)
#E0E8ED
(224,232,237)
#E9EFF2
(233,239,242)
#F2F6F7
(242,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98B0C5 color. Also use rgb(152,176,197) instead hex code.

Text Font Color

.myTextColor { color: #98B0C5; }

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

This text font color is #98B0C5.

Background Color

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

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

This div background color is #98B0C5.

Border color

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

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

This div border color is #98B0C5.

Opacity

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

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

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

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

This text has shadow with #98B0C5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #98B0C5.

Preview

Color preview on black background

This text has color #98B0C5 on black background.


Color preview on white background

This text has color #98B0C5 on white background.


Black color preview on #98B0C5 background

This text has black color on #98B0C5 background.


White color preview on #98B0C5 background

This text has white color on #98B0C5 background.


Related colors

Complementary color

Complementary color for #hex is #674F3A.


I love getcolorcode.com

Triadic colors

1 #C598B0 and #B0C598 with #98B0C5 are triadic colors.

2 #C5B098 and #B098C5 with #98B0C5 are triadic colors.