COLOR #9ABEA5

HEX: #9ABEA5
RGB: (154,190,165)

Color info

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

RGB color model

#9ABEA5 color RGB value is (154,190,165).

  • red value is 154;
  • green value is 190;
  • blue value is 165.
RGB:
(154,190,165)
(60%,75%,65%)

RGB channels and saturation

R 154 of 255 = 60%
G 190 of 255 = 75%
B 165 of 255 = 65%

154
190
165

R + G + B ~ 67%. #9ABEA5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
154 + 190 + 165 = 509 (100%)
R 154 of 509 ~ 30.26%
G 190 of 509 ~ 37.33%
B 165 of 509 ~ 32.42%

%30.26
%37.33
%32.42

CMYK color model

#9ABEA5 color CMYK value is (19,0,13,25).

  • cyan value is 18.95%
  • magenta value is 0.00%
  • yellow value is 13.16%
  • key color value is 25.49%
CMYK:
(19,0,13,25)
C19M0Y13K25 
(19%,0%,13%,25%)
(0.19/0.00/0.13/0.25)	

CMYK percentages

%18.95
%0
%13.16
%25.49

Codes

Color #9ABEA5 in popluar color models

9ABEA5
RGB154190165
HSL138°21.69%67.45%
HSB/HSV138°18.95%74.51%
CMYK18.95%0.00%13.16%
25.49%

Color #9ABEA5 in popluar number systems.

HEX9ABEA5
Decimal154190165
Binary100110101011111010100101
Octal232276245

Shades and tints

Shades of #9ABEA5

#9ABEA5
(154,190,165)
#8CAD96
(140,173,150)
#7E9C87
(126,156,135)
#708B78
(112,139,120)
#627A69
(98,122,105)
#54695A
(84,105,90)
#46584B
(70,88,75)
#38473C
(56,71,60)
#2A362D
(42,54,45)
#1C251E
(28,37,30)
#0E140F
(14,20,15)
#000000
(0,0,0)

Tints of #9ABEA5

#9ABEA5
(154,190,165)
#A3C3AD
(163,195,173)
#ACC8B5
(172,200,181)
#B5CDBD
(181,205,189)
#BED2C5
(190,210,197)
#C7D7CD
(199,215,205)
#D0DCD5
(208,220,213)
#D9E1DD
(217,225,221)
#E2E6E5
(226,230,229)
#EBEBED
(235,235,237)
#F4F0F5
(244,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9ABEA5 color. Also use rgb(154,190,165) instead hex code.

Text Font Color

.myTextColor { color: #9ABEA5; }

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

This text font color is #9ABEA5.


Background Color

.myBgColor { background-color: #9ABEA5; }

<div style="background-color:#9ABEA5">Inner text</div>

This div background color is #9ABEA5.


Border color

.myBorderColor { border: 1px solid #9ABEA5; }

<div style="border:3px solid #9ABEA5">Div</div>

This div border color is #9ABEA5.


Opacity

.myOpacity80 { color: #9ABEA5; opacity: 0.8; }

<p style="color:#9ABEA5;opacity:0.8;">80%</p>

Text with #9ABEA5 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 #9ABEA5;}

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

This text has shadow with #9ABEA5 color.

.textShadow {text-shadow: 3px 3px 1px #9ABEA5, 3px 3px 1px red;}

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

This text has shadow with #9ABEA5 primary color and red secondary color.


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

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

This text has shadow with #9ABEA5 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9ABEA5 on black background.


Color preview on white background

This text has color #9ABEA5 on white background.



Black color preview on #9ABEA5 background

This text has black color on #9ABEA5 background.


White color preview on #9ABEA5 background

This text has white color on #9ABEA5 background.