COLOR #9ABEBA

HEX: #9ABEBA RGB: (154,190,186)

Color info

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

RGB color model

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

RGB: (154,190,186) (60%, 75%, 73%)

RGB channels and saturation

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

154
190
186

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

Portions of RGB colors in percentages

R + G + B = 154 + 190 + 186 = 530 (100%)
R 154 of 530 ~ 29.06%
G 190 of 530 ~ 35.85%
B 186 of 530 ~ 35.09'%

%29.06
%35.85
%35.09

CMYK color model

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

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

CMYK: (19,0,2,25)
C19M0Y2K25 (19%, 0%, 2%, 25%)
(0.19 / 0.00 / 0.02 / 0.25)

CMYK percentages

%18.95
%0
%2.11
%25.49

Codes

Color #9ABEBA in popluar color models

9A BE BA
RGB 154 190 186
HSL 173° 21.69% 67.45%
HSB/HSV 173° 18.95% 74.51%
CMYK 18.95% 0.00% 2.11%
25.49%

Color #9ABEBA in popluar number systems.

HEX 9A BE BA
Decimal 154 190 186
Binary 10011010 10111110 10111010
Octal 232 276 272

Shades and tints

Shades of #9ABEBA

#9ABEBA
(154,190,186)
#8CADAA
(140,173,170)
#7E9C9A
(126,156,154)
#708B8A
(112,139,138)
#627A7A
(98,122,122)
#54696A
(84,105,106)
#46585A
(70,88,90)
#38474A
(56,71,74)
#2A363A
(42,54,58)
#1C252A
(28,37,42)
#0E141A
(14,20,26)
#000000
(0,0,0)

Tints of #9ABEBA

#9ABEBA
(154,190,186)
#A3C3C0
(163,195,192)
#ACC8C6
(172,200,198)
#B5CDCC
(181,205,204)
#BED2D2
(190,210,210)
#C7D7D8
(199,215,216)
#D0DCDE
(208,220,222)
#D9E1E4
(217,225,228)
#E2E6EA
(226,230,234)
#EBEBF0
(235,235,240)
#F4F0F6
(244,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9ABEBA; }

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

This text font color is #9ABEBA.

Background Color

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

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

This div background color is #9ABEBA.

Border color

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

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

This div border color is #9ABEBA.

Opacity

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

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

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

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

This text has shadow with #9ABEBA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9ABEBA.

Preview

Color preview on black background

This text has color #9ABEBA on black background.


Color preview on white background

This text has color #9ABEBA on white background.


Black color preview on #9ABEBA background

This text has black color on #9ABEBA background.


White color preview on #9ABEBA background

This text has white color on #9ABEBA background.


Related colors

Complementary color

Complementary color for #hex is #654145.


I love getcolorcode.com

Triadic colors

1 #BA9ABE and #BEBA9A with #9ABEBA are triadic colors.

2 #BABE9A and #BE9ABA with #9ABEBA are triadic colors.