COLOR #98B0BE

HEX: #98B0BE RGB: (152,176,190)

Color info

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

RGB color model

#98B0BE color RGB value is (152,176,190).

RGB: (152,176,190) (60%, 69%, 75%)

RGB channels and saturation

R 152 of 255 = 60%
G 176 of 255 = 69%
B 190 of 255 = 75%

152
176
190

R + G + B ~ 68%. #98B0BE is quite light color.

Portions of RGB colors in percentages

R + G + B = 152 + 176 + 190 = 518 (100%)
R 152 of 518 ~ 29.34%
G 176 of 518 ~ 33.98%
B 190 of 518 ~ 36.68'%

%29.34
%33.98
%36.68

CMYK color model

#98B0BE color CMYK value is (20,7,0,25).

  • cyan value is 20.00%
  • magenta value is 7.37%
  • yellow value is 0.00%
  • key color value is 25.49%
CMYK: (20,7,0,25) C20M7Y0K25 (20%,7%,0%,25%) (0.20/0.07/0.00/0.25) 

CMYK percentages

%20
%7.37
%0
%25.49

Codes

Color #98B0BE in popluar color models

98 B0 BE
RGB 152 176 190
HSL 202° 22.62% 67.06%
HSB/HSV 202° 20.00% 74.51%
CMYK 20.00% 7.37% 0.00%
25.49%

Color #98B0BE in popluar number systems.

HEX 98 B0 BE
Decimal 152 176 190
Binary 10011000 10110000 10111110
Octal 230 260 276

Shades and tints

Shades of #98B0BE

#98B0BE
(152,176,190)
#8BA0AD
(139,160,173)
#7E909C
(126,144,156)
#71808B
(113,128,139)
#64707A
(100,112,122)
#576069
(87,96,105)
#4A5058
(74,80,88)
#3D4047
(61,64,71)
#303036
(48,48,54)
#232025
(35,32,37)
#161014
(22,16,20)
#000000
(0,0,0)

Tints of #98B0BE

#98B0BE
(152,176,190)
#A1B7C3
(161,183,195)
#AABEC8
(170,190,200)
#B3C5CD
(179,197,205)
#BCCCD2
(188,204,210)
#C5D3D7
(197,211,215)
#CEDADC
(206,218,220)
#D7E1E1
(215,225,225)
#E0E8E6
(224,232,230)
#E9EFEB
(233,239,235)
#F2F6F0
(242,246,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98B0BE; }

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

This text font color is #98B0BE.

Background Color

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

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

This div background color is #98B0BE.

Border color

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

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

This div border color is #98B0BE.

Opacity

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

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

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

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

This text has shadow with #98B0BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #98B0BE.

Preview

Color preview on black background

This text has color #98B0BE on black background.


Color preview on white background

This text has color #98B0BE on white background.


Black color preview on #98B0BE background

This text has black color on #98B0BE background.


White color preview on #98B0BE background

This text has white color on #98B0BE background.


Related colors

Complementary color

Complementary color for #hex is #674F41.


I love getcolorcode.com

Triadic colors

1 #BE98B0 and #B0BE98 with #98B0BE are triadic colors.

2 #BEB098 and #B098BE with #98B0BE are triadic colors.