COLOR #9ABEA7

HEX: #9ABEA7 RGB: (154,190,167)

Color info

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

RGB color model

#9ABEA7 color RGB value is (154,190,167).

RGB: (154,190,167) (60%, 75%, 65%)

RGB channels and saturation

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

154
190
167

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

Portions of RGB colors in percentages

R + G + B = 154 + 190 + 167 = 511 (100%)
R 154 of 511 ~ 30.14%
G 190 of 511 ~ 37.18%
B 167 of 511 ~ 32.68'%

%30.14
%37.18
%32.68

CMYK color model

#9ABEA7 color CMYK value is (19,0,12,25).

  • cyan value is 18.95%
  • magenta value is 0.00%
  • yellow value is 12.11%
  • key color value is 25.49%
CMYK: (19,0,12,25) C19M0Y12K25 (19%,0%,12%,25%) (0.19/0.00/0.12/0.25) 

CMYK percentages

%18.95
%0
%12.11
%25.49

Codes

Color #9ABEA7 in popluar color models

9A BE A7
RGB 154 190 167
HSL 142° 21.69% 67.45%
HSB/HSV 142° 18.95% 74.51%
CMYK 18.95% 0.00% 12.11%
25.49%

Color #9ABEA7 in popluar number systems.

HEX 9A BE A7
Decimal 154 190 167
Binary 10011010 10111110 10100111
Octal 232 276 247

Shades and tints

Shades of #9ABEA7

#9ABEA7
(154,190,167)
#8CAD98
(140,173,152)
#7E9C89
(126,156,137)
#708B7A
(112,139,122)
#627A6B
(98,122,107)
#54695C
(84,105,92)
#46584D
(70,88,77)
#38473E
(56,71,62)
#2A362F
(42,54,47)
#1C2520
(28,37,32)
#0E1411
(14,20,17)
#000000
(0,0,0)

Tints of #9ABEA7

#9ABEA7
(154,190,167)
#A3C3AF
(163,195,175)
#ACC8B7
(172,200,183)
#B5CDBF
(181,205,191)
#BED2C7
(190,210,199)
#C7D7CF
(199,215,207)
#D0DCD7
(208,220,215)
#D9E1DF
(217,225,223)
#E2E6E7
(226,230,231)
#EBEBEF
(235,235,239)
#F4F0F7
(244,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9ABEA7; }

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

This text font color is #9ABEA7.

Background Color

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

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

This div background color is #9ABEA7.

Border color

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

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

This div border color is #9ABEA7.

Opacity

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

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

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

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

This text has shadow with #9ABEA7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9ABEA7.

Preview

Color preview on black background

This text has color #9ABEA7 on black background.


Color preview on white background

This text has color #9ABEA7 on white background.


Black color preview on #9ABEA7 background

This text has black color on #9ABEA7 background.


White color preview on #9ABEA7 background

This text has white color on #9ABEA7 background.


Related colors

Complementary color

Complementary color for #hex is #654158.


I love getcolorcode.com

Triadic colors

1 #A79ABE and #BEA79A with #9ABEA7 are triadic colors.

2 #A7BE9A and #BE9AA7 with #9ABEA7 are triadic colors.