COLOR #9ABEBE

HEX: #9ABEBE
RGB: (154,190,190)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

154
190
190

R + G + B ~ 70%. #9ABEBE is quite light color.

Portions of RGB colors in percentages

R + G + B =
154 + 190 + 190 = 534 (100%)
R 154 of 534 ~ 28.84%
G 190 of 534 ~ 35.58%
B 190 of 534 ~ 35.58%

%28.84
%35.58
%35.58

CMYK color model

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

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

CMYK percentages

%18.95
%0
%0
%25.49

Codes

Color #9ABEBE in popluar color models

9ABEBE
RGB154190190
HSL180°21.69%67.45%
HSB/HSV180°18.95%74.51%
CMYK18.95%0.00%0.00%
25.49%

Color #9ABEBE in popluar number systems.

HEX9ABEBE
Decimal154190190
Binary100110101011111010111110
Octal232276276

Shades and tints

Shades of #9ABEBE

#9ABEBE
(154,190,190)
#8CADAD
(140,173,173)
#7E9C9C
(126,156,156)
#708B8B
(112,139,139)
#627A7A
(98,122,122)
#546969
(84,105,105)
#465858
(70,88,88)
#384747
(56,71,71)
#2A3636
(42,54,54)
#1C2525
(28,37,37)
#0E1414
(14,20,20)
#000000
(0,0,0)

Tints of #9ABEBE

#9ABEBE
(154,190,190)
#A3C3C3
(163,195,195)
#ACC8C8
(172,200,200)
#B5CDCD
(181,205,205)
#BED2D2
(190,210,210)
#C7D7D7
(199,215,215)
#D0DCDC
(208,220,220)
#D9E1E1
(217,225,225)
#E2E6E6
(226,230,230)
#EBEBEB
(235,235,235)
#F4F0F0
(244,240,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9ABEBE; }

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

This text font color is #9ABEBE.


Background Color

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

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

This div background color is #9ABEBE.


Border color

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

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

This div border color is #9ABEBE.


Opacity

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

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

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

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

This text has shadow with #9ABEBE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9ABEBE on black background.


Color preview on white background

This text has color #9ABEBE on white background.



Black color preview on #9ABEBE background

This text has black color on #9ABEBE background.


White color preview on #9ABEBE background

This text has white color on #9ABEBE background.