COLOR #9BAFCD

HEX: #9BAFCD
RGB: (155,175,205)

Color info

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

RGB color model

#9BAFCD color RGB value is (155,175,205).

  • red value is 155;
  • green value is 175;
  • blue value is 205.
RGB:
(155,175,205)
(61%,69%,80%)

RGB channels and saturation

R 155 of 255 = 61%
G 175 of 255 = 69%
B 205 of 255 = 80%

155
175
205

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

Portions of RGB colors in percentages

R + G + B =
155 + 175 + 205 = 535 (100%)
R 155 of 535 ~ 28.97%
G 175 of 535 ~ 32.71%
B 205 of 535 ~ 38.32%

%28.97
%32.71
%38.32

CMYK color model

#9BAFCD color CMYK value is (24,15,0,20).

  • cyan value is 24.39%
  • magenta value is 14.63%
  • yellow value is 0.00%
  • key color value is 19.61%
CMYK:
(24,15,0,20)
C24M15Y0K20 
(24%,15%,0%,20%)
(0.24/0.15/0.00/0.20)	

CMYK percentages

%24.39
%14.63
%0
%19.61

Codes

Color #9BAFCD in popluar color models

9BAFCD
RGB155175205
HSL216°33.33%70.59%
HSB/HSV216°24.39%80.39%
CMYK24.39%14.63%0.00%
19.61%

Color #9BAFCD in popluar number systems.

HEX9BAFCD
Decimal155175205
Binary100110111010111111001101
Octal233257315

Shades and tints

Shades of #9BAFCD

#9BAFCD
(155,175,205)
#8DA0BB
(141,160,187)
#7F91A9
(127,145,169)
#718297
(113,130,151)
#637385
(99,115,133)
#556473
(85,100,115)
#475561
(71,85,97)
#39464F
(57,70,79)
#2B373D
(43,55,61)
#1D282B
(29,40,43)
#0F1919
(15,25,25)
#000000
(0,0,0)

Tints of #9BAFCD

#9BAFCD
(155,175,205)
#A4B6D1
(164,182,209)
#ADBDD5
(173,189,213)
#B6C4D9
(182,196,217)
#BFCBDD
(191,203,221)
#C8D2E1
(200,210,225)
#D1D9E5
(209,217,229)
#DAE0E9
(218,224,233)
#E3E7ED
(227,231,237)
#ECEEF1
(236,238,241)
#F5F5F5
(245,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BAFCD color. Also use rgb(155,175,205) instead hex code.

Text Font Color

.myTextColor { color: #9BAFCD; }

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

This text font color is #9BAFCD.


Background Color

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

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

This div background color is #9BAFCD.


Border color

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

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

This div border color is #9BAFCD.


Opacity

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

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

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

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

This text has shadow with #9BAFCD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BAFCD on black background.


Color preview on white background

This text has color #9BAFCD on white background.



Black color preview on #9BAFCD background

This text has black color on #9BAFCD background.


White color preview on #9BAFCD background

This text has white color on #9BAFCD background.