COLOR #98BFA5

HEX: #98BFA5 RGB: (152,191,165)

Color info

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

RGB color model

#98BFA5 color RGB value is (152,191,165).

RGB: (152,191,165) (60%, 75%, 65%)

RGB channels and saturation

R 152 of 255 = 60%
G 191 of 255 = 75%
B 165 of 255 = 65%

152
191
165

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

Portions of RGB colors in percentages

R + G + B = 152 + 191 + 165 = 508 (100%)
R 152 of 508 ~ 29.92%
G 191 of 508 ~ 37.6%
B 165 of 508 ~ 32.48'%

%29.92
%37.6
%32.48

CMYK color model

#98BFA5 color CMYK value is (20,0,14,25).

  • cyan value is 20.42%
  • magenta value is 0.00%
  • yellow value is 13.61%
  • key color value is 25.10%

CMYK: (20,0,14,25)
C20M0Y14K25 (20%, 0%, 14%, 25%)
(0.20 / 0.00 / 0.14 / 0.25)

CMYK percentages

%20.42
%0
%13.61
%25.1

Codes

Color #98BFA5 in popluar color models

98 BF A5
RGB 152 191 165
HSL 140° 23.35% 67.25%
HSB/HSV 140° 20.42% 74.90%
CMYK 20.42% 0.00% 13.61%
25.10%

Color #98BFA5 in popluar number systems.

HEX 98 BF A5
Decimal 152 191 165
Binary 10011000 10111111 10100101
Octal 230 277 245

Shades and tints

Shades of #98BFA5

#98BFA5
(152,191,165)
#8BAE96
(139,174,150)
#7E9D87
(126,157,135)
#718C78
(113,140,120)
#647B69
(100,123,105)
#576A5A
(87,106,90)
#4A594B
(74,89,75)
#3D483C
(61,72,60)
#30372D
(48,55,45)
#23261E
(35,38,30)
#16150F
(22,21,15)
#000000
(0,0,0)

Tints of #98BFA5

#98BFA5
(152,191,165)
#A1C4AD
(161,196,173)
#AAC9B5
(170,201,181)
#B3CEBD
(179,206,189)
#BCD3C5
(188,211,197)
#C5D8CD
(197,216,205)
#CEDDD5
(206,221,213)
#D7E2DD
(215,226,221)
#E0E7E5
(224,231,229)
#E9ECED
(233,236,237)
#F2F1F5
(242,241,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #98BFA5; }

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

This text font color is #98BFA5.

Background Color

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

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

This div background color is #98BFA5.

Border color

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

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

This div border color is #98BFA5.

Opacity

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

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

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

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

This text has shadow with #98BFA5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #98BFA5.

Preview

Color preview on black background

This text has color #98BFA5 on black background.


Color preview on white background

This text has color #98BFA5 on white background.


Black color preview on #98BFA5 background

This text has black color on #98BFA5 background.


White color preview on #98BFA5 background

This text has white color on #98BFA5 background.


Related colors

Complementary color

Complementary color for #hex is #67405A.


I love getcolorcode.com

Triadic colors

1 #A598BF and #BFA598 with #98BFA5 are triadic colors.

2 #A5BF98 and #BF98A5 with #98BFA5 are triadic colors.