COLOR #98BEAC

HEX: #98BEAC RGB: (152,190,172)

Color info

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

RGB color model

#98BEAC color RGB value is (152,190,172).

RGB: (152,190,172) (60%, 75%, 67%)

RGB channels and saturation

R 152 of 255 = 60%
G 190 of 255 = 75%
B 172 of 255 = 67%

152
190
172

R + G + B ~ 67%. #98BEAC is quite light color.

Portions of RGB colors in percentages

R + G + B = 152 + 190 + 172 = 514 (100%)
R 152 of 514 ~ 29.57%
G 190 of 514 ~ 36.96%
B 172 of 514 ~ 33.46'%

%29.57
%36.96
%33.46

CMYK color model

#98BEAC color CMYK value is (20,0,9,25).

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

CMYK: (20,0,9,25)
C20M0Y9K25 (20%, 0%, 9%, 25%)
(0.20 / 0.00 / 0.09 / 0.25)

CMYK percentages

%20
%0
%9.47
%25.49

Codes

Color #98BEAC in popluar color models

98 BE AC
RGB 152 190 172
HSL 152° 22.62% 67.06%
HSB/HSV 152° 20.00% 74.51%
CMYK 20.00% 0.00% 9.47%
25.49%

Color #98BEAC in popluar number systems.

HEX 98 BE AC
Decimal 152 190 172
Binary 10011000 10111110 10101100
Octal 230 276 254

Shades and tints

Shades of #98BEAC

#98BEAC
(152,190,172)
#8BAD9D
(139,173,157)
#7E9C8E
(126,156,142)
#718B7F
(113,139,127)
#647A70
(100,122,112)
#576961
(87,105,97)
#4A5852
(74,88,82)
#3D4743
(61,71,67)
#303634
(48,54,52)
#232525
(35,37,37)
#161416
(22,20,22)
#000000
(0,0,0)

Tints of #98BEAC

#98BEAC
(152,190,172)
#A1C3B3
(161,195,179)
#AAC8BA
(170,200,186)
#B3CDC1
(179,205,193)
#BCD2C8
(188,210,200)
#C5D7CF
(197,215,207)
#CEDCD6
(206,220,214)
#D7E1DD
(215,225,221)
#E0E6E4
(224,230,228)
#E9EBEB
(233,235,235)
#F2F0F2
(242,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98BEAC; }

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

This text font color is #98BEAC.

Background Color

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

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

This div background color is #98BEAC.

Border color

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

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

This div border color is #98BEAC.

Opacity

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

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

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

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

This text has shadow with #98BEAC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #98BEAC.

Preview

Color preview on black background

This text has color #98BEAC on black background.


Color preview on white background

This text has color #98BEAC on white background.


Black color preview on #98BEAC background

This text has black color on #98BEAC background.


White color preview on #98BEAC background

This text has white color on #98BEAC background.


Related colors

Complementary color

Complementary color for #hex is #674153.


I love getcolorcode.com

Triadic colors

1 #AC98BE and #BEAC98 with #98BEAC are triadic colors.

2 #ACBE98 and #BE98AC with #98BEAC are triadic colors.