COLOR #9ABEC3

HEX: #9ABEC3
RGB: (154,190,195)

Color info

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

RGB color model

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

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

RGB channels and saturation

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

154
190
195

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

Portions of RGB colors in percentages

R + G + B =
154 + 190 + 195 = 539 (100%)
R 154 of 539 ~ 28.57%
G 190 of 539 ~ 35.25%
B 195 of 539 ~ 36.18%

%28.57
%35.25
%36.18

CMYK color model

#9ABEC3 color CMYK value is (21,3,0,24).

  • cyan value is 21.03%
  • magenta value is 2.56%
  • yellow value is 0.00%
  • key color value is 23.53%
CMYK:
(21,3,0,24)
C21M3Y0K24 
(21%,3%,0%,24%)
(0.21/0.03/0.00/0.24)	

CMYK percentages

%21.03
%2.56
%0
%23.53

Codes

Color #9ABEC3 in popluar color models

9ABEC3
RGB154190195
HSL187°25.47%68.43%
HSB/HSV187°21.03%76.47%
CMYK21.03%2.56%0.00%
23.53%

Color #9ABEC3 in popluar number systems.

HEX9ABEC3
Decimal154190195
Binary100110101011111011000011
Octal232276303

Shades and tints

Shades of #9ABEC3

#9ABEC3
(154,190,195)
#8CADB2
(140,173,178)
#7E9CA1
(126,156,161)
#708B90
(112,139,144)
#627A7F
(98,122,127)
#54696E
(84,105,110)
#46585D
(70,88,93)
#38474C
(56,71,76)
#2A363B
(42,54,59)
#1C252A
(28,37,42)
#0E1419
(14,20,25)
#000000
(0,0,0)

Tints of #9ABEC3

#9ABEC3
(154,190,195)
#A3C3C8
(163,195,200)
#ACC8CD
(172,200,205)
#B5CDD2
(181,205,210)
#BED2D7
(190,210,215)
#C7D7DC
(199,215,220)
#D0DCE1
(208,220,225)
#D9E1E6
(217,225,230)
#E2E6EB
(226,230,235)
#EBEBF0
(235,235,240)
#F4F0F5
(244,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9ABEC3; }

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

This text font color is #9ABEC3.


Background Color

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

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

This div background color is #9ABEC3.


Border color

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

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

This div border color is #9ABEC3.


Opacity

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

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

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

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

This text has shadow with #9ABEC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9ABEC3 on black background.


Color preview on white background

This text has color #9ABEC3 on white background.



Black color preview on #9ABEC3 background

This text has black color on #9ABEC3 background.


White color preview on #9ABEC3 background

This text has white color on #9ABEC3 background.