COLOR #9ABEB8

HEX: #9ABEB8 RGB: (154,190,184)

Color info

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

RGB color model

#9ABEB8 color RGB value is (154,190,184).

RGB: (154,190,184) (60%, 75%, 72%)

RGB channels and saturation

R 154 of 255 = 60%
G 190 of 255 = 75%
B 184 of 255 = 72%

154
190
184

R + G + B ~ 69%. #9ABEB8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 154 + 190 + 184 = 528 (100%)
R 154 of 528 ~ 29.17%
G 190 of 528 ~ 35.98%
B 184 of 528 ~ 34.85'%

%29.17
%35.98
%34.85

CMYK color model

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

  • cyan value is 18.95%
  • magenta value is 0.00%
  • yellow value is 3.16%
  • key color value is 25.49%
CMYK: (19,0,3,25) C19M0Y3K25 (19%,0%,3%,25%) (0.19/0.00/0.03/0.25) 

CMYK percentages

%18.95
%0
%3.16
%25.49

Codes

Color #9ABEB8 in popluar color models

9A BE B8
RGB 154 190 184
HSL 170° 21.69% 67.45%
HSB/HSV 170° 18.95% 74.51%
CMYK 18.95% 0.00% 3.16%
25.49%

Color #9ABEB8 in popluar number systems.

HEX 9A BE B8
Decimal 154 190 184
Binary 10011010 10111110 10111000
Octal 232 276 270

Shades and tints

Shades of #9ABEB8

#9ABEB8
(154,190,184)
#8CADA8
(140,173,168)
#7E9C98
(126,156,152)
#708B88
(112,139,136)
#627A78
(98,122,120)
#546968
(84,105,104)
#465858
(70,88,88)
#384748
(56,71,72)
#2A3638
(42,54,56)
#1C2528
(28,37,40)
#0E1418
(14,20,24)
#000000
(0,0,0)

Tints of #9ABEB8

#9ABEB8
(154,190,184)
#A3C3BE
(163,195,190)
#ACC8C4
(172,200,196)
#B5CDCA
(181,205,202)
#BED2D0
(190,210,208)
#C7D7D6
(199,215,214)
#D0DCDC
(208,220,220)
#D9E1E2
(217,225,226)
#E2E6E8
(226,230,232)
#EBEBEE
(235,235,238)
#F4F0F4
(244,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9ABEB8; }

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

This text font color is #9ABEB8.

Background Color

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

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

This div background color is #9ABEB8.

Border color

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

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

This div border color is #9ABEB8.

Opacity

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

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

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

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

This text has shadow with #9ABEB8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9ABEB8.

Preview

Color preview on black background

This text has color #9ABEB8 on black background.


Color preview on white background

This text has color #9ABEB8 on white background.


Black color preview on #9ABEB8 background

This text has black color on #9ABEB8 background.


White color preview on #9ABEB8 background

This text has white color on #9ABEB8 background.


Related colors

Complementary color

Complementary color for #hex is #654147.


I love getcolorcode.com

Triadic colors

1 #B89ABE and #BEB89A with #9ABEB8 are triadic colors.

2 #B8BE9A and #BE9AB8 with #9ABEB8 are triadic colors.