COLOR #9ABEBC

HEX: #9ABEBC
RGB: (154,190,188)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

154
190
188

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

Portions of RGB colors in percentages

R + G + B =
154 + 190 + 188 = 532 (100%)
R 154 of 532 ~ 28.95%
G 190 of 532 ~ 35.71%
B 188 of 532 ~ 35.34%

%28.95
%35.71
%35.34

CMYK color model

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

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

CMYK percentages

%18.95
%0
%1.05
%25.49

Codes

Color #9ABEBC in popluar color models

9ABEBC
RGB154190188
HSL177°21.69%67.45%
HSB/HSV177°18.95%74.51%
CMYK18.95%0.00%1.05%
25.49%

Color #9ABEBC in popluar number systems.

HEX9ABEBC
Decimal154190188
Binary100110101011111010111100
Octal232276274

Shades and tints

Shades of #9ABEBC

#9ABEBC
(154,190,188)
#8CADAB
(140,173,171)
#7E9C9A
(126,156,154)
#708B89
(112,139,137)
#627A78
(98,122,120)
#546967
(84,105,103)
#465856
(70,88,86)
#384745
(56,71,69)
#2A3634
(42,54,52)
#1C2523
(28,37,35)
#0E1412
(14,20,18)
#000000
(0,0,0)

Tints of #9ABEBC

#9ABEBC
(154,190,188)
#A3C3C2
(163,195,194)
#ACC8C8
(172,200,200)
#B5CDCE
(181,205,206)
#BED2D4
(190,210,212)
#C7D7DA
(199,215,218)
#D0DCE0
(208,220,224)
#D9E1E6
(217,225,230)
#E2E6EC
(226,230,236)
#EBEBF2
(235,235,242)
#F4F0F8
(244,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9ABEBC; }

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

This text font color is #9ABEBC.


Background Color

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

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

This div background color is #9ABEBC.


Border color

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

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

This div border color is #9ABEBC.


Opacity

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

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

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

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

This text has shadow with #9ABEBC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9ABEBC on black background.


Color preview on white background

This text has color #9ABEBC on white background.



Black color preview on #9ABEBC background

This text has black color on #9ABEBC background.


White color preview on #9ABEBC background

This text has white color on #9ABEBC background.