COLOR #9BBEA7

HEX: #9BBEA7
RGB: (155,190,167)

Color info

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

RGB color model

#9BBEA7 color RGB value is (155,190,167).

  • red value is 155;
  • green value is 190;
  • blue value is 167.
RGB:
(155,190,167)
(61%,75%,65%)

RGB channels and saturation

R 155 of 255 = 61%
G 190 of 255 = 75%
B 167 of 255 = 65%

155
190
167

R + G + B ~ 67%. #9BBEA7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
155 + 190 + 167 = 512 (100%)
R 155 of 512 ~ 30.27%
G 190 of 512 ~ 37.11%
B 167 of 512 ~ 32.62%

%30.27
%37.11
%32.62

CMYK color model

#9BBEA7 color CMYK value is (18,0,12,25).

  • cyan value is 18.42%
  • magenta value is 0.00%
  • yellow value is 12.11%
  • key color value is 25.49%
CMYK:
(18,0,12,25)
C18M0Y12K25 
(18%,0%,12%,25%)
(0.18/0.00/0.12/0.25)	

CMYK percentages

%18.42
%0
%12.11
%25.49

Codes

Color #9BBEA7 in popluar color models

9BBEA7
RGB155190167
HSL141°21.21%67.65%
HSB/HSV141°18.42%74.51%
CMYK18.42%0.00%12.11%
25.49%

Color #9BBEA7 in popluar number systems.

HEX9BBEA7
Decimal155190167
Binary100110111011111010100111
Octal233276247

Shades and tints

Shades of #9BBEA7

#9BBEA7
(155,190,167)
#8DAD98
(141,173,152)
#7F9C89
(127,156,137)
#718B7A
(113,139,122)
#637A6B
(99,122,107)
#55695C
(85,105,92)
#47584D
(71,88,77)
#39473E
(57,71,62)
#2B362F
(43,54,47)
#1D2520
(29,37,32)
#0F1411
(15,20,17)
#000000
(0,0,0)

Tints of #9BBEA7

#9BBEA7
(155,190,167)
#A4C3AF
(164,195,175)
#ADC8B7
(173,200,183)
#B6CDBF
(182,205,191)
#BFD2C7
(191,210,199)
#C8D7CF
(200,215,207)
#D1DCD7
(209,220,215)
#DAE1DF
(218,225,223)
#E3E6E7
(227,230,231)
#ECEBEF
(236,235,239)
#F5F0F7
(245,240,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BBEA7 color. Also use rgb(155,190,167) instead hex code.

Text Font Color

.myTextColor { color: #9BBEA7; }

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

This text font color is #9BBEA7.


Background Color

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

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

This div background color is #9BBEA7.


Border color

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

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

This div border color is #9BBEA7.


Opacity

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

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

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

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

This text has shadow with #9BBEA7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BBEA7 on black background.


Color preview on white background

This text has color #9BBEA7 on white background.



Black color preview on #9BBEA7 background

This text has black color on #9BBEA7 background.


White color preview on #9BBEA7 background

This text has white color on #9BBEA7 background.