COLOR #9ABEAC

HEX: #9ABEAC RGB: (154,190,172)

Color info

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

RGB color model

#9ABEAC color RGB value is (154,190,172).

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

RGB channels and saturation

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

154
190
172

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

Portions of RGB colors in percentages

R + G + B = 154 + 190 + 172 = 516 (100%)
R 154 of 516 ~ 29.84%
G 190 of 516 ~ 36.82%
B 172 of 516 ~ 33.33'%

%29.84
%36.82
%33.33

CMYK color model

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

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

CMYK: (19,0,9,25)
C19M0Y9K25 (19%, 0%, 9%, 25%)
(0.19 / 0.00 / 0.09 / 0.25)

CMYK percentages

%18.95
%0
%9.47
%25.49

Codes

Color #9ABEAC in popluar color models

9A BE AC
RGB 154 190 172
HSL 150° 21.69% 67.45%
HSB/HSV 150° 18.95% 74.51%
CMYK 18.95% 0.00% 9.47%
25.49%

Color #9ABEAC in popluar number systems.

HEX 9A BE AC
Decimal 154 190 172
Binary 10011010 10111110 10101100
Octal 232 276 254

Shades and tints

Shades of #9ABEAC

#9ABEAC
(154,190,172)
#8CAD9D
(140,173,157)
#7E9C8E
(126,156,142)
#708B7F
(112,139,127)
#627A70
(98,122,112)
#546961
(84,105,97)
#465852
(70,88,82)
#384743
(56,71,67)
#2A3634
(42,54,52)
#1C2525
(28,37,37)
#0E1416
(14,20,22)
#000000
(0,0,0)

Tints of #9ABEAC

#9ABEAC
(154,190,172)
#A3C3B3
(163,195,179)
#ACC8BA
(172,200,186)
#B5CDC1
(181,205,193)
#BED2C8
(190,210,200)
#C7D7CF
(199,215,207)
#D0DCD6
(208,220,214)
#D9E1DD
(217,225,221)
#E2E6E4
(226,230,228)
#EBEBEB
(235,235,235)
#F4F0F2
(244,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9ABEAC; }

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

This text font color is #9ABEAC.

Background Color

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

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

This div background color is #9ABEAC.

Border color

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

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

This div border color is #9ABEAC.

Opacity

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

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

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

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

This text has shadow with #9ABEAC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9ABEAC.

Preview

Color preview on black background

This text has color #9ABEAC on black background.


Color preview on white background

This text has color #9ABEAC on white background.


Black color preview on #9ABEAC background

This text has black color on #9ABEAC background.


White color preview on #9ABEAC background

This text has white color on #9ABEAC background.


Related colors

Complementary color

Complementary color for #hex is #654153.


I love getcolorcode.com

Triadic colors

1 #AC9ABE and #BEAC9A with #9ABEAC are triadic colors.

2 #ACBE9A and #BE9AAC with #9ABEAC are triadic colors.