COLOR #98BEBB

HEX: #98BEBB RGB: (152,190,187)

Color info

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

RGB color model

#98BEBB color RGB value is (152,190,187).

RGB: (152,190,187) (60%, 75%, 73%)

RGB channels and saturation

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

152
190
187

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

Portions of RGB colors in percentages

R + G + B = 152 + 190 + 187 = 529 (100%)
R 152 of 529 ~ 28.73%
G 190 of 529 ~ 35.92%
B 187 of 529 ~ 35.35'%

%28.73
%35.92
%35.35

CMYK color model

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

  • cyan value is 20.00%
  • magenta value is 0.00%
  • yellow value is 1.58%
  • key color value is 25.49%
CMYK: (20,0,2,25) C20M0Y2K25 (20%,0%,2%,25%) (0.20/0.00/0.02/0.25) 

CMYK percentages

%20
%0
%1.58
%25.49

Codes

Color #98BEBB in popluar color models

98 BE BB
RGB 152 190 187
HSL 175° 22.62% 67.06%
HSB/HSV 175° 20.00% 74.51%
CMYK 20.00% 0.00% 1.58%
25.49%

Color #98BEBB in popluar number systems.

HEX 98 BE BB
Decimal 152 190 187
Binary 10011000 10111110 10111011
Octal 230 276 273

Shades and tints

Shades of #98BEBB

#98BEBB
(152,190,187)
#8BADAA
(139,173,170)
#7E9C99
(126,156,153)
#718B88
(113,139,136)
#647A77
(100,122,119)
#576966
(87,105,102)
#4A5855
(74,88,85)
#3D4744
(61,71,68)
#303633
(48,54,51)
#232522
(35,37,34)
#161411
(22,20,17)
#000000
(0,0,0)

Tints of #98BEBB

#98BEBB
(152,190,187)
#A1C3C1
(161,195,193)
#AAC8C7
(170,200,199)
#B3CDCD
(179,205,205)
#BCD2D3
(188,210,211)
#C5D7D9
(197,215,217)
#CEDCDF
(206,220,223)
#D7E1E5
(215,225,229)
#E0E6EB
(224,230,235)
#E9EBF1
(233,235,241)
#F2F0F7
(242,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98BEBB; }

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

This text font color is #98BEBB.

Background Color

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

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

This div background color is #98BEBB.

Border color

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

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

This div border color is #98BEBB.

Opacity

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

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

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

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

This text has shadow with #98BEBB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #98BEBB.

Preview

Color preview on black background

This text has color #98BEBB on black background.


Color preview on white background

This text has color #98BEBB on white background.


Black color preview on #98BEBB background

This text has black color on #98BEBB background.


White color preview on #98BEBB background

This text has white color on #98BEBB background.


Related colors

Complementary color

Complementary color for #hex is #674144.


I love getcolorcode.com

Triadic colors

1 #BB98BE and #BEBB98 with #98BEBB are triadic colors.

2 #BBBE98 and #BE98BB with #98BEBB are triadic colors.