COLOR #9EBEBA

HEX: #9EBEBA RGB: (158,190,186)

Color info

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

RGB color model

#9EBEBA color RGB value is (158,190,186).

RGB: (158,190,186) (62%, 75%, 73%)

RGB channels and saturation

R 158 of 255 = 62%
G 190 of 255 = 75%
B 186 of 255 = 73%

158
190
186

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

Portions of RGB colors in percentages

R + G + B = 158 + 190 + 186 = 534 (100%)
R 158 of 534 ~ 29.59%
G 190 of 534 ~ 35.58%
B 186 of 534 ~ 34.83'%

%29.59
%35.58
%34.83

CMYK color model

#9EBEBA color CMYK value is (17,0,2,25).

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

CMYK: (17,0,2,25)
C17M0Y2K25 (17%, 0%, 2%, 25%)
(0.17 / 0.00 / 0.02 / 0.25)

CMYK percentages

%16.84
%0
%2.11
%25.49

Codes

Color #9EBEBA in popluar color models

9E BE BA
RGB 158 190 186
HSL 173° 19.75% 68.24%
HSB/HSV 173° 16.84% 74.51%
CMYK 16.84% 0.00% 2.11%
25.49%

Color #9EBEBA in popluar number systems.

HEX 9E BE BA
Decimal 158 190 186
Binary 10011110 10111110 10111010
Octal 236 276 272

Shades and tints

Shades of #9EBEBA

#9EBEBA
(158,190,186)
#90ADAA
(144,173,170)
#829C9A
(130,156,154)
#748B8A
(116,139,138)
#667A7A
(102,122,122)
#58696A
(88,105,106)
#4A585A
(74,88,90)
#3C474A
(60,71,74)
#2E363A
(46,54,58)
#20252A
(32,37,42)
#12141A
(18,20,26)
#000000
(0,0,0)

Tints of #9EBEBA

#9EBEBA
(158,190,186)
#A6C3C0
(166,195,192)
#AEC8C6
(174,200,198)
#B6CDCC
(182,205,204)
#BED2D2
(190,210,210)
#C6D7D8
(198,215,216)
#CEDCDE
(206,220,222)
#D6E1E4
(214,225,228)
#DEE6EA
(222,230,234)
#E6EBF0
(230,235,240)
#EEF0F6
(238,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9EBEBA; }

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

This text font color is #9EBEBA.

Background Color

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

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

This div background color is #9EBEBA.

Border color

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

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

This div border color is #9EBEBA.

Opacity

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

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

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

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

This text has shadow with #9EBEBA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EBEBA.

Preview

Color preview on black background

This text has color #9EBEBA on black background.


Color preview on white background

This text has color #9EBEBA on white background.


Black color preview on #9EBEBA background

This text has black color on #9EBEBA background.


White color preview on #9EBEBA background

This text has white color on #9EBEBA background.


Related colors

Complementary color

Complementary color for #hex is #614145.


I love getcolorcode.com

Triadic colors

1 #BA9EBE and #BEBA9E with #9EBEBA are triadic colors.

2 #BABE9E and #BE9EBA with #9EBEBA are triadic colors.