COLOR #98B2BE

HEX: #98B2BE RGB: (152,178,190)

Color info

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

RGB color model

#98B2BE color RGB value is (152,178,190).

RGB: (152,178,190) (60%, 70%, 75%)

RGB channels and saturation

R 152 of 255 = 60%
G 178 of 255 = 70%
B 190 of 255 = 75%

152
178
190

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

Portions of RGB colors in percentages

R + G + B = 152 + 178 + 190 = 520 (100%)
R 152 of 520 ~ 29.23%
G 178 of 520 ~ 34.23%
B 190 of 520 ~ 36.54'%

%29.23
%34.23
%36.54

CMYK color model

#98B2BE color CMYK value is (20,6,0,25).

  • cyan value is 20.00%
  • magenta value is 6.32%
  • yellow value is 0.00%
  • key color value is 25.49%

CMYK: (20,6,0,25)
C20M6Y0K25 (20%, 6%, 0%, 25%)
(0.20 / 0.06 / 0.00 / 0.25)

CMYK percentages

%20
%6.32
%0
%25.49

Codes

Color #98B2BE in popluar color models

98 B2 BE
RGB 152 178 190
HSL 199° 22.62% 67.06%
HSB/HSV 199° 20.00% 74.51%
CMYK 20.00% 6.32% 0.00%
25.49%

Color #98B2BE in popluar number systems.

HEX 98 B2 BE
Decimal 152 178 190
Binary 10011000 10110010 10111110
Octal 230 262 276

Shades and tints

Shades of #98B2BE

#98B2BE
(152,178,190)
#8BA2AD
(139,162,173)
#7E929C
(126,146,156)
#71828B
(113,130,139)
#64727A
(100,114,122)
#576269
(87,98,105)
#4A5258
(74,82,88)
#3D4247
(61,66,71)
#303236
(48,50,54)
#232225
(35,34,37)
#161214
(22,18,20)
#000000
(0,0,0)

Tints of #98B2BE

#98B2BE
(152,178,190)
#A1B9C3
(161,185,195)
#AAC0C8
(170,192,200)
#B3C7CD
(179,199,205)
#BCCED2
(188,206,210)
#C5D5D7
(197,213,215)
#CEDCDC
(206,220,220)
#D7E3E1
(215,227,225)
#E0EAE6
(224,234,230)
#E9F1EB
(233,241,235)
#F2F8F0
(242,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98B2BE; }

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

This text font color is #98B2BE.

Background Color

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

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

This div background color is #98B2BE.

Border color

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

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

This div border color is #98B2BE.

Opacity

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

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

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

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

This text has shadow with #98B2BE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #98B2BE.

Preview

Color preview on black background

This text has color #98B2BE on black background.


Color preview on white background

This text has color #98B2BE on white background.


Black color preview on #98B2BE background

This text has black color on #98B2BE background.


White color preview on #98B2BE background

This text has white color on #98B2BE background.


Related colors

Complementary color

Complementary color for #hex is #674D41.


I love getcolorcode.com

Triadic colors

1 #BE98B2 and #B2BE98 with #98B2BE are triadic colors.

2 #BEB298 and #B298BE with #98B2BE are triadic colors.