COLOR #9EB7BC

HEX: #9EB7BC RGB: (158,183,188)

Color info

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

RGB color model

#9EB7BC color RGB value is (158,183,188).

RGB: (158,183,188) (62%, 72%, 74%)

RGB channels and saturation

R 158 of 255 = 62%
G 183 of 255 = 72%
B 188 of 255 = 74%

158
183
188

R + G + B ~ 69%. #9EB7BC is quite light color.

Portions of RGB colors in percentages

R + G + B = 158 + 183 + 188 = 529 (100%)
R 158 of 529 ~ 29.87%
G 183 of 529 ~ 34.59%
B 188 of 529 ~ 35.54'%

%29.87
%34.59
%35.54

CMYK color model

#9EB7BC color CMYK value is (16,3,0,26).

  • cyan value is 15.96%
  • magenta value is 2.66%
  • yellow value is 0.00%
  • key color value is 26.27%

CMYK: (16,3,0,26)
C16M3Y0K26 (16%, 3%, 0%, 26%)
(0.16 / 0.03 / 0.00 / 0.26)

CMYK percentages

%15.96
%2.66
%0
%26.27

Codes

Color #9EB7BC in popluar color models

9E B7 BC
RGB 158 183 188
HSL 190° 18.29% 67.84%
HSB/HSV 190° 15.96% 73.73%
CMYK 15.96% 2.66% 0.00%
26.27%

Color #9EB7BC in popluar number systems.

HEX 9E B7 BC
Decimal 158 183 188
Binary 10011110 10110111 10111100
Octal 236 267 274

Shades and tints

Shades of #9EB7BC

#9EB7BC
(158,183,188)
#90A7AB
(144,167,171)
#82979A
(130,151,154)
#748789
(116,135,137)
#667778
(102,119,120)
#586767
(88,103,103)
#4A5756
(74,87,86)
#3C4745
(60,71,69)
#2E3734
(46,55,52)
#202723
(32,39,35)
#121712
(18,23,18)
#000000
(0,0,0)

Tints of #9EB7BC

#9EB7BC
(158,183,188)
#A6BDC2
(166,189,194)
#AEC3C8
(174,195,200)
#B6C9CE
(182,201,206)
#BECFD4
(190,207,212)
#C6D5DA
(198,213,218)
#CEDBE0
(206,219,224)
#D6E1E6
(214,225,230)
#DEE7EC
(222,231,236)
#E6EDF2
(230,237,242)
#EEF3F8
(238,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9EB7BC color. Also use rgb(158,183,188) instead hex code.

Text Font Color

.myTextColor { color: #9EB7BC; }

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

This text font color is #9EB7BC.

Background Color

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

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

This div background color is #9EB7BC.

Border color

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

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

This div border color is #9EB7BC.

Opacity

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

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

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

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

This text has shadow with #9EB7BC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9EB7BC.

Preview

Color preview on black background

This text has color #9EB7BC on black background.


Color preview on white background

This text has color #9EB7BC on white background.


Black color preview on #9EB7BC background

This text has black color on #9EB7BC background.


White color preview on #9EB7BC background

This text has white color on #9EB7BC background.


Related colors

Complementary color

Complementary color for #hex is #614843.


I love getcolorcode.com

Triadic colors

1 #BC9EB7 and #B7BC9E with #9EB7BC are triadic colors.

2 #BCB79E and #B79EBC with #9EB7BC are triadic colors.