COLOR #9BADAE

HEX: #9BADAE
RGB: (155,173,174)

Color info

#9BADAE contains red, green and blue colors in about the same proportion. Web safe color of #9BADAE is #999999 (or #999).

RGB color model

#9BADAE color RGB value is (155,173,174).

  • red value is 155;
  • green value is 173;
  • blue value is 174.
RGB:
(155,173,174)
(61%,68%,68%)

RGB channels and saturation

R 155 of 255 = 61%
G 173 of 255 = 68%
B 174 of 255 = 68%

155
173
174

R + G + B ~ 66%. #9BADAE is quite light color.

Portions of RGB colors in percentages

R + G + B =
155 + 173 + 174 = 502 (100%)
R 155 of 502 ~ 30.88%
G 173 of 502 ~ 34.46%
B 174 of 502 ~ 34.66%

%30.88
%34.46
%34.66

CMYK color model

#9BADAE color CMYK value is (11,1,0,32).

  • cyan value is 10.92%
  • magenta value is 0.57%
  • yellow value is 0.00%
  • key color value is 31.76%
CMYK:
(11,1,0,32)
C11M1Y0K32 
(11%,1%,0%,32%)
(0.11/0.01/0.00/0.32)	

CMYK percentages

%10.92
%0.57
%0
%31.76

Codes

Color #9BADAE in popluar color models

9BADAE
RGB155173174
HSL183°10.50%64.51%
HSB/HSV183°10.92%68.24%
CMYK10.92%0.57%0.00%
31.76%

Color #9BADAE in popluar number systems.

HEX9BADAE
Decimal155173174
Binary100110111010110110101110
Octal233255256

Shades and tints

Shades of #9BADAE

#9BADAE
(155,173,174)
#8D9E9F
(141,158,159)
#7F8F90
(127,143,144)
#718081
(113,128,129)
#637172
(99,113,114)
#556263
(85,98,99)
#475354
(71,83,84)
#394445
(57,68,69)
#2B3536
(43,53,54)
#1D2627
(29,38,39)
#0F1718
(15,23,24)
#000000
(0,0,0)

Tints of #9BADAE

#9BADAE
(155,173,174)
#A4B4B5
(164,180,181)
#ADBBBC
(173,187,188)
#B6C2C3
(182,194,195)
#BFC9CA
(191,201,202)
#C8D0D1
(200,208,209)
#D1D7D8
(209,215,216)
#DADEDF
(218,222,223)
#E3E5E6
(227,229,230)
#ECECED
(236,236,237)
#F5F3F4
(245,243,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BADAE color. Also use rgb(155,173,174) instead hex code.

Text Font Color

.myTextColor { color: #9BADAE; }

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

This text font color is #9BADAE.


Background Color

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

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

This div background color is #9BADAE.


Border color

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

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

This div border color is #9BADAE.


Opacity

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

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

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

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

This text has shadow with #9BADAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BADAE on black background.


Color preview on white background

This text has color #9BADAE on white background.



Black color preview on #9BADAE background

This text has black color on #9BADAE background.


White color preview on #9BADAE background

This text has white color on #9BADAE background.