COLOR #98BBBF

HEX: #98BBBF
RGB: (152,187,191)

Color info

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

RGB color model

#98BBBF color RGB value is (152,187,191).

  • red value is 152;
  • green value is 187;
  • blue value is 191.
RGB:
(152,187,191)
(60%,73%,75%)

RGB channels and saturation

R 152 of 255 = 60%
G 187 of 255 = 73%
B 191 of 255 = 75%

152
187
191

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

Portions of RGB colors in percentages

R + G + B =
152 + 187 + 191 = 530 (100%)
R 152 of 530 ~ 28.68%
G 187 of 530 ~ 35.28%
B 191 of 530 ~ 36.04%

%28.68
%35.28
%36.04

CMYK color model

#98BBBF color CMYK value is (20,2,0,25).

  • cyan value is 20.42%
  • magenta value is 2.09%
  • yellow value is 0.00%
  • key color value is 25.10%
CMYK:
(20,2,0,25)
C20M2Y0K25 
(20%,2%,0%,25%)
(0.20/0.02/0.00/0.25)	

CMYK percentages

%20.42
%2.09
%0
%25.1

Codes

Color #98BBBF in popluar color models

98BBBF
RGB152187191
HSL186°23.35%67.25%
HSB/HSV186°20.42%74.90%
CMYK20.42%2.09%0.00%
25.10%

Color #98BBBF in popluar number systems.

HEX98BBBF
Decimal152187191
Binary100110001011101110111111
Octal230273277

Shades and tints

Shades of #98BBBF

#98BBBF
(152,187,191)
#8BAAAE
(139,170,174)
#7E999D
(126,153,157)
#71888C
(113,136,140)
#64777B
(100,119,123)
#57666A
(87,102,106)
#4A5559
(74,85,89)
#3D4448
(61,68,72)
#303337
(48,51,55)
#232226
(35,34,38)
#161115
(22,17,21)
#000000
(0,0,0)

Tints of #98BBBF

#98BBBF
(152,187,191)
#A1C1C4
(161,193,196)
#AAC7C9
(170,199,201)
#B3CDCE
(179,205,206)
#BCD3D3
(188,211,211)
#C5D9D8
(197,217,216)
#CEDFDD
(206,223,221)
#D7E5E2
(215,229,226)
#E0EBE7
(224,235,231)
#E9F1EC
(233,241,236)
#F2F7F1
(242,247,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #98BBBF color. Also use rgb(152,187,191) instead hex code.

Text Font Color

.myTextColor { color: #98BBBF; }

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

This text font color is #98BBBF.


Background Color

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

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

This div background color is #98BBBF.


Border color

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

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

This div border color is #98BBBF.


Opacity

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

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

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

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

This text has shadow with #98BBBF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #98BBBF on black background.


Color preview on white background

This text has color #98BBBF on white background.



Black color preview on #98BBBF background

This text has black color on #98BBBF background.


White color preview on #98BBBF background

This text has white color on #98BBBF background.