COLOR #9EBBBD

HEX: #9EBBBD RGB: (158,187,189)

Color info

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

RGB color model

#9EBBBD color RGB value is (158,187,189).

RGB: (158,187,189) (62%, 73%, 74%)

RGB channels and saturation

R 158 of 255 = 62%
G 187 of 255 = 73%
B 189 of 255 = 74%

158
187
189

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

Portions of RGB colors in percentages

R + G + B = 158 + 187 + 189 = 534 (100%)
R 158 of 534 ~ 29.59%
G 187 of 534 ~ 35.02%
B 189 of 534 ~ 35.39'%

%29.59
%35.02
%35.39

CMYK color model

#9EBBBD color CMYK value is (16,1,0,26).

  • cyan value is 16.40%
  • magenta value is 1.06%
  • yellow value is 0.00%
  • key color value is 25.88%

CMYK: (16,1,0,26)
C16M1Y0K26 (16%, 1%, 0%, 26%)
(0.16 / 0.01 / 0.00 / 0.26)

CMYK percentages

%16.4
%1.06
%0
%25.88

Codes

Color #9EBBBD in popluar color models

9E BB BD
RGB 158 187 189
HSL 184° 19.02% 68.04%
HSB/HSV 184° 16.40% 74.12%
CMYK 16.40% 1.06% 0.00%
25.88%

Color #9EBBBD in popluar number systems.

HEX 9E BB BD
Decimal 158 187 189
Binary 10011110 10111011 10111101
Octal 236 273 275

Shades and tints

Shades of #9EBBBD

#9EBBBD
(158,187,189)
#90AAAC
(144,170,172)
#82999B
(130,153,155)
#74888A
(116,136,138)
#667779
(102,119,121)
#586668
(88,102,104)
#4A5557
(74,85,87)
#3C4446
(60,68,70)
#2E3335
(46,51,53)
#202224
(32,34,36)
#121113
(18,17,19)
#000000
(0,0,0)

Tints of #9EBBBD

#9EBBBD
(158,187,189)
#A6C1C3
(166,193,195)
#AEC7C9
(174,199,201)
#B6CDCF
(182,205,207)
#BED3D5
(190,211,213)
#C6D9DB
(198,217,219)
#CEDFE1
(206,223,225)
#D6E5E7
(214,229,231)
#DEEBED
(222,235,237)
#E6F1F3
(230,241,243)
#EEF7F9
(238,247,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EBBBD color. Also use rgb(158,187,189) instead hex code.

Text Font Color

.myTextColor { color: #9EBBBD; }

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

This text font color is #9EBBBD.

Background Color

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

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

This div background color is #9EBBBD.

Border color

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

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

This div border color is #9EBBBD.

Opacity

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

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

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

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

This text has shadow with #9EBBBD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EBBBD.

Preview

Color preview on black background

This text has color #9EBBBD on black background.


Color preview on white background

This text has color #9EBBBD on white background.


Black color preview on #9EBBBD background

This text has black color on #9EBBBD background.


White color preview on #9EBBBD background

This text has white color on #9EBBBD background.


Related colors

Complementary color

Complementary color for #hex is #614442.


I love getcolorcode.com

Triadic colors

1 #BD9EBB and #BBBD9E with #9EBBBD are triadic colors.

2 #BDBB9E and #BB9EBD with #9EBBBD are triadic colors.