COLOR #9BBEA4

HEX: #9BBEA4 RGB: (155,190,164)

Color info

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

RGB color model

#9BBEA4 color RGB value is (155,190,164).

RGB: (155,190,164) (61%, 75%, 64%)

RGB channels and saturation

R 155 of 255 = 61%
G 190 of 255 = 75%
B 164 of 255 = 64%

155
190
164

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

Portions of RGB colors in percentages

R + G + B = 155 + 190 + 164 = 509 (100%)
R 155 of 509 ~ 30.45%
G 190 of 509 ~ 37.33%
B 164 of 509 ~ 32.22'%

%30.45
%37.33
%32.22

CMYK color model

#9BBEA4 color CMYK value is (18,0,14,25).

  • cyan value is 18.42%
  • magenta value is 0.00%
  • yellow value is 13.68%
  • key color value is 25.49%

CMYK: (18,0,14,25)
C18M0Y14K25 (18%, 0%, 14%, 25%)
(0.18 / 0.00 / 0.14 / 0.25)

CMYK percentages

%18.42
%0
%13.68
%25.49

Codes

Color #9BBEA4 in popluar color models

9B BE A4
RGB 155 190 164
HSL 135° 21.21% 67.65%
HSB/HSV 135° 18.42% 74.51%
CMYK 18.42% 0.00% 13.68%
25.49%

Color #9BBEA4 in popluar number systems.

HEX 9B BE A4
Decimal 155 190 164
Binary 10011011 10111110 10100100
Octal 233 276 244

Shades and tints

Shades of #9BBEA4

#9BBEA4
(155,190,164)
#8DAD96
(141,173,150)
#7F9C88
(127,156,136)
#718B7A
(113,139,122)
#637A6C
(99,122,108)
#55695E
(85,105,94)
#475850
(71,88,80)
#394742
(57,71,66)
#2B3634
(43,54,52)
#1D2526
(29,37,38)
#0F1418
(15,20,24)
#000000
(0,0,0)

Tints of #9BBEA4

#9BBEA4
(155,190,164)
#A4C3AC
(164,195,172)
#ADC8B4
(173,200,180)
#B6CDBC
(182,205,188)
#BFD2C4
(191,210,196)
#C8D7CC
(200,215,204)
#D1DCD4
(209,220,212)
#DAE1DC
(218,225,220)
#E3E6E4
(227,230,228)
#ECEBEC
(236,235,236)
#F5F0F4
(245,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BBEA4; }

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

This text font color is #9BBEA4.

Background Color

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

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

This div background color is #9BBEA4.

Border color

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

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

This div border color is #9BBEA4.

Opacity

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

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

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

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

This text has shadow with #9BBEA4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9BBEA4.

Preview

Color preview on black background

This text has color #9BBEA4 on black background.


Color preview on white background

This text has color #9BBEA4 on white background.


Black color preview on #9BBEA4 background

This text has black color on #9BBEA4 background.


White color preview on #9BBEA4 background

This text has white color on #9BBEA4 background.


Related colors

Complementary color

Complementary color for #hex is #64415B.


I love getcolorcode.com

Triadic colors

1 #A49BBE and #BEA49B with #9BBEA4 are triadic colors.

2 #A4BE9B and #BE9BA4 with #9BBEA4 are triadic colors.