COLOR #9BBBC2

HEX: #9BBBC2 RGB: (155,187,194)

Color info

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

RGB color model

#9BBBC2 color RGB value is (155,187,194).

RGB: (155,187,194) (61%, 73%, 76%)

RGB channels and saturation

R 155 of 255 = 61%
G 187 of 255 = 73%
B 194 of 255 = 76%

155
187
194

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

Portions of RGB colors in percentages

R + G + B = 155 + 187 + 194 = 536 (100%)
R 155 of 536 ~ 28.92%
G 187 of 536 ~ 34.89%
B 194 of 536 ~ 36.19'%

%28.92
%34.89
%36.19

CMYK color model

#9BBBC2 color CMYK value is (20,4,0,24).

  • cyan value is 20.10%
  • magenta value is 3.61%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK: (20,4,0,24) C20M4Y0K24 (20%,4%,0%,24%) (0.20/0.04/0.00/0.24) 

CMYK percentages

%20.1
%3.61
%0
%23.92

Codes

Color #9BBBC2 in popluar color models

9B BB C2
RGB 155 187 194
HSL 191° 24.22% 68.43%
HSB/HSV 191° 20.10% 76.08%
CMYK 20.10% 3.61% 0.00%
23.92%

Color #9BBBC2 in popluar number systems.

HEX 9B BB C2
Decimal 155 187 194
Binary 10011011 10111011 11000010
Octal 233 273 302

Shades and tints

Shades of #9BBBC2

#9BBBC2
(155,187,194)
#8DAAB1
(141,170,177)
#7F99A0
(127,153,160)
#71888F
(113,136,143)
#63777E
(99,119,126)
#55666D
(85,102,109)
#47555C
(71,85,92)
#39444B
(57,68,75)
#2B333A
(43,51,58)
#1D2229
(29,34,41)
#0F1118
(15,17,24)
#000000
(0,0,0)

Tints of #9BBBC2

#9BBBC2
(155,187,194)
#A4C1C7
(164,193,199)
#ADC7CC
(173,199,204)
#B6CDD1
(182,205,209)
#BFD3D6
(191,211,214)
#C8D9DB
(200,217,219)
#D1DFE0
(209,223,224)
#DAE5E5
(218,229,229)
#E3EBEA
(227,235,234)
#ECF1EF
(236,241,239)
#F5F7F4
(245,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BBBC2 color. Also use rgb(155,187,194) instead hex code.

Text Font Color

.myTextColor { color: #9BBBC2; }

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

This text font color is #9BBBC2.

Background Color

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

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

This div background color is #9BBBC2.

Border color

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

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

This div border color is #9BBBC2.

Opacity

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

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

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

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

This text has shadow with #9BBBC2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9BBBC2.

Preview

Color preview on black background

This text has color #9BBBC2 on black background.


Color preview on white background

This text has color #9BBBC2 on white background.


Black color preview on #9BBBC2 background

This text has black color on #9BBBC2 background.


White color preview on #9BBBC2 background

This text has white color on #9BBBC2 background.


Related colors

Complementary color

Complementary color for #hex is #64443D.


I love getcolorcode.com

Triadic colors

1 #C29BBB and #BBC29B with #9BBBC2 are triadic colors.

2 #C2BB9B and #BB9BC2 with #9BBBC2 are triadic colors.