COLOR #9BA5CF

HEX: #9BA5CF RGB: (155,165,207)

Color info

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

RGB color model

#9BA5CF color RGB value is (155,165,207).

RGB: (155,165,207) (61%, 65%, 81%)

RGB channels and saturation

R 155 of 255 = 61%
G 165 of 255 = 65%
B 207 of 255 = 81%

155
165
207

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

Portions of RGB colors in percentages

R + G + B = 155 + 165 + 207 = 527 (100%)
R 155 of 527 ~ 29.41%
G 165 of 527 ~ 31.31%
B 207 of 527 ~ 39.28'%

%29.41
%31.31
%39.28

CMYK color model

#9BA5CF color CMYK value is (25,20,0,19).

  • cyan value is 25.12%
  • magenta value is 20.29%
  • yellow value is 0.00%
  • key color value is 18.82%
CMYK: (25,20,0,19) C25M20Y0K19 (25%,20%,0%,19%) (0.25/0.20/0.00/0.19) 

CMYK percentages

%25.12
%20.29
%0
%18.82

Codes

Color #9BA5CF in popluar color models

9B A5 CF
RGB 155 165 207
HSL 228° 35.14% 70.98%
HSB/HSV 228° 25.12% 81.18%
CMYK 25.12% 20.29% 0.00%
18.82%

Color #9BA5CF in popluar number systems.

HEX 9B A5 CF
Decimal 155 165 207
Binary 10011011 10100101 11001111
Octal 233 245 317

Shades and tints

Shades of #9BA5CF

#9BA5CF
(155,165,207)
#8D96BD
(141,150,189)
#7F87AB
(127,135,171)
#717899
(113,120,153)
#636987
(99,105,135)
#555A75
(85,90,117)
#474B63
(71,75,99)
#393C51
(57,60,81)
#2B2D3F
(43,45,63)
#1D1E2D
(29,30,45)
#0F0F1B
(15,15,27)
#000000
(0,0,0)

Tints of #9BA5CF

#9BA5CF
(155,165,207)
#A4ADD3
(164,173,211)
#ADB5D7
(173,181,215)
#B6BDDB
(182,189,219)
#BFC5DF
(191,197,223)
#C8CDE3
(200,205,227)
#D1D5E7
(209,213,231)
#DADDEB
(218,221,235)
#E3E5EF
(227,229,239)
#ECEDF3
(236,237,243)
#F5F5F7
(245,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BA5CF color. Also use rgb(155,165,207) instead hex code.

Text Font Color

.myTextColor { color: #9BA5CF; }

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

This text font color is #9BA5CF.

Background Color

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

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

This div background color is #9BA5CF.

Border color

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

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

This div border color is #9BA5CF.

Opacity

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

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

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

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

This text has shadow with #9BA5CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9BA5CF.

Preview

Color preview on black background

This text has color #9BA5CF on black background.


Color preview on white background

This text has color #9BA5CF on white background.


Black color preview on #9BA5CF background

This text has black color on #9BA5CF background.


White color preview on #9BA5CF background

This text has white color on #9BA5CF background.


Related colors

Complementary color

Complementary color for #hex is #645A30.


I love getcolorcode.com

Triadic colors

1 #CF9BA5 and #A5CF9B with #9BA5CF are triadic colors.

2 #CFA59B and #A59BCF with #9BA5CF are triadic colors.