COLOR #98BEBC

HEX: #98BEBC RGB: (152,190,188)

Color info

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

RGB color model

#98BEBC color RGB value is (152,190,188).

RGB: (152,190,188) (60%, 75%, 74%)

RGB channels and saturation

R 152 of 255 = 60%
G 190 of 255 = 75%
B 188 of 255 = 74%

152
190
188

R + G + B ~ 70%. #98BEBC is quite light color.

Portions of RGB colors in percentages

R + G + B = 152 + 190 + 188 = 530 (100%)
R 152 of 530 ~ 28.68%
G 190 of 530 ~ 35.85%
B 188 of 530 ~ 35.47'%

%28.68
%35.85
%35.47

CMYK color model

#98BEBC color CMYK value is (20,0,1,25).

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

CMYK: (20,0,1,25)
C20M0Y1K25 (20%, 0%, 1%, 25%)
(0.20 / 0.00 / 0.01 / 0.25)

CMYK percentages

%20
%0
%1.05
%25.49

Codes

Color #98BEBC in popluar color models

98 BE BC
RGB 152 190 188
HSL 177° 22.62% 67.06%
HSB/HSV 177° 20.00% 74.51%
CMYK 20.00% 0.00% 1.05%
25.49%

Color #98BEBC in popluar number systems.

HEX 98 BE BC
Decimal 152 190 188
Binary 10011000 10111110 10111100
Octal 230 276 274

Shades and tints

Shades of #98BEBC

#98BEBC
(152,190,188)
#8BADAB
(139,173,171)
#7E9C9A
(126,156,154)
#718B89
(113,139,137)
#647A78
(100,122,120)
#576967
(87,105,103)
#4A5856
(74,88,86)
#3D4745
(61,71,69)
#303634
(48,54,52)
#232523
(35,37,35)
#161412
(22,20,18)
#000000
(0,0,0)

Tints of #98BEBC

#98BEBC
(152,190,188)
#A1C3C2
(161,195,194)
#AAC8C8
(170,200,200)
#B3CDCE
(179,205,206)
#BCD2D4
(188,210,212)
#C5D7DA
(197,215,218)
#CEDCE0
(206,220,224)
#D7E1E6
(215,225,230)
#E0E6EC
(224,230,236)
#E9EBF2
(233,235,242)
#F2F0F8
(242,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98BEBC; }

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

This text font color is #98BEBC.

Background Color

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

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

This div background color is #98BEBC.

Border color

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

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

This div border color is #98BEBC.

Opacity

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

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

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

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

This text has shadow with #98BEBC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #98BEBC.

Preview

Color preview on black background

This text has color #98BEBC on black background.


Color preview on white background

This text has color #98BEBC on white background.


Black color preview on #98BEBC background

This text has black color on #98BEBC background.


White color preview on #98BEBC background

This text has white color on #98BEBC background.


Related colors

Complementary color

Complementary color for #hex is #674143.


I love getcolorcode.com

Triadic colors

1 #BC98BE and #BEBC98 with #98BEBC are triadic colors.

2 #BCBE98 and #BE98BC with #98BEBC are triadic colors.