COLOR #9BBEB6

HEX: #9BBEB6 RGB: (155,190,182)

Color info

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

RGB color model

#9BBEB6 color RGB value is (155,190,182).

RGB: (155,190,182) (61%, 75%, 71%)

RGB channels and saturation

R 155 of 255 = 61%
G 190 of 255 = 75%
B 182 of 255 = 71%

155
190
182

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

Portions of RGB colors in percentages

R + G + B = 155 + 190 + 182 = 527 (100%)
R 155 of 527 ~ 29.41%
G 190 of 527 ~ 36.05%
B 182 of 527 ~ 34.54'%

%29.41
%36.05
%34.54

CMYK color model

#9BBEB6 color CMYK value is (18,0,4,25).

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

CMYK: (18,0,4,25)
C18M0Y4K25 (18%, 0%, 4%, 25%)
(0.18 / 0.00 / 0.04 / 0.25)

CMYK percentages

%18.42
%0
%4.21
%25.49

Codes

Color #9BBEB6 in popluar color models

9B BE B6
RGB 155 190 182
HSL 166° 21.21% 67.65%
HSB/HSV 166° 18.42% 74.51%
CMYK 18.42% 0.00% 4.21%
25.49%

Color #9BBEB6 in popluar number systems.

HEX 9B BE B6
Decimal 155 190 182
Binary 10011011 10111110 10110110
Octal 233 276 266

Shades and tints

Shades of #9BBEB6

#9BBEB6
(155,190,182)
#8DADA6
(141,173,166)
#7F9C96
(127,156,150)
#718B86
(113,139,134)
#637A76
(99,122,118)
#556966
(85,105,102)
#475856
(71,88,86)
#394746
(57,71,70)
#2B3636
(43,54,54)
#1D2526
(29,37,38)
#0F1416
(15,20,22)
#000000
(0,0,0)

Tints of #9BBEB6

#9BBEB6
(155,190,182)
#A4C3BC
(164,195,188)
#ADC8C2
(173,200,194)
#B6CDC8
(182,205,200)
#BFD2CE
(191,210,206)
#C8D7D4
(200,215,212)
#D1DCDA
(209,220,218)
#DAE1E0
(218,225,224)
#E3E6E6
(227,230,230)
#ECEBEC
(236,235,236)
#F5F0F2
(245,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BBEB6; }

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

This text font color is #9BBEB6.

Background Color

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

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

This div background color is #9BBEB6.

Border color

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

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

This div border color is #9BBEB6.

Opacity

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

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

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

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

This text has shadow with #9BBEB6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9BBEB6.

Preview

Color preview on black background

This text has color #9BBEB6 on black background.


Color preview on white background

This text has color #9BBEB6 on white background.


Black color preview on #9BBEB6 background

This text has black color on #9BBEB6 background.


White color preview on #9BBEB6 background

This text has white color on #9BBEB6 background.


Related colors

Complementary color

Complementary color for #hex is #644149.


I love getcolorcode.com

Triadic colors

1 #B69BBE and #BEB69B with #9BBEB6 are triadic colors.

2 #B6BE9B and #BE9BB6 with #9BBEB6 are triadic colors.