COLOR #9BBDC5

HEX: #9BBDC5
RGB: (155,189,197)

Color info

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

RGB color model

#9BBDC5 color RGB value is (155,189,197).

  • red value is 155;
  • green value is 189;
  • blue value is 197.
RGB:
(155,189,197)
(61%,74%,77%)

RGB channels and saturation

R 155 of 255 = 61%
G 189 of 255 = 74%
B 197 of 255 = 77%

155
189
197

R + G + B ~ 71%. #9BBDC5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
155 + 189 + 197 = 541 (100%)
R 155 of 541 ~ 28.65%
G 189 of 541 ~ 34.94%
B 197 of 541 ~ 36.41%

%28.65
%34.94
%36.41

CMYK color model

#9BBDC5 color CMYK value is (21,4,0,23).

  • cyan value is 21.32%
  • magenta value is 4.06%
  • yellow value is 0.00%
  • key color value is 22.75%
CMYK:
(21,4,0,23)
C21M4Y0K23 
(21%,4%,0%,23%)
(0.21/0.04/0.00/0.23)	

CMYK percentages

%21.32
%4.06
%0
%22.75

Codes

Color #9BBDC5 in popluar color models

9BBDC5
RGB155189197
HSL191°26.58%69.02%
HSB/HSV191°21.32%77.25%
CMYK21.32%4.06%0.00%
22.75%

Color #9BBDC5 in popluar number systems.

HEX9BBDC5
Decimal155189197
Binary100110111011110111000101
Octal233275305

Shades and tints

Shades of #9BBDC5

#9BBDC5
(155,189,197)
#8DACB4
(141,172,180)
#7F9BA3
(127,155,163)
#718A92
(113,138,146)
#637981
(99,121,129)
#556870
(85,104,112)
#47575F
(71,87,95)
#39464E
(57,70,78)
#2B353D
(43,53,61)
#1D242C
(29,36,44)
#0F131B
(15,19,27)
#000000
(0,0,0)

Tints of #9BBDC5

#9BBDC5
(155,189,197)
#A4C3CA
(164,195,202)
#ADC9CF
(173,201,207)
#B6CFD4
(182,207,212)
#BFD5D9
(191,213,217)
#C8DBDE
(200,219,222)
#D1E1E3
(209,225,227)
#DAE7E8
(218,231,232)
#E3EDED
(227,237,237)
#ECF3F2
(236,243,242)
#F5F9F7
(245,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BBDC5 color. Also use rgb(155,189,197) instead hex code.

Text Font Color

.myTextColor { color: #9BBDC5; }

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

This text font color is #9BBDC5.


Background Color

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

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

This div background color is #9BBDC5.


Border color

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

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

This div border color is #9BBDC5.


Opacity

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

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

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

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

This text has shadow with #9BBDC5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BBDC5 on black background.


Color preview on white background

This text has color #9BBDC5 on white background.



Black color preview on #9BBDC5 background

This text has black color on #9BBDC5 background.


White color preview on #9BBDC5 background

This text has white color on #9BBDC5 background.