COLOR #9BA0D4

HEX: #9BA0D4 RGB: (155,160,212)

Color info

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

RGB color model

#9BA0D4 color RGB value is (155,160,212).

RGB: (155,160,212) (61%, 63%, 83%)

RGB channels and saturation

R 155 of 255 = 61%
G 160 of 255 = 63%
B 212 of 255 = 83%

155
160
212

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

Portions of RGB colors in percentages

R + G + B = 155 + 160 + 212 = 527 (100%)
R 155 of 527 ~ 29.41%
G 160 of 527 ~ 30.36%
B 212 of 527 ~ 40.23'%

%29.41
%30.36
%40.23

CMYK color model

#9BA0D4 color CMYK value is (27,25,0,17).

  • cyan value is 26.89%
  • magenta value is 24.53%
  • yellow value is 0.00%
  • key color value is 16.86%

CMYK: (27,25,0,17)
C27M25Y0K17 (27%, 25%, 0%, 17%)
(0.27 / 0.25 / 0.00 / 0.17)

CMYK percentages

%26.89
%24.53
%0
%16.86

Codes

Color #9BA0D4 in popluar color models

9B A0 D4
RGB 155 160 212
HSL 235° 39.86% 71.96%
HSB/HSV 235° 26.89% 83.14%
CMYK 26.89% 24.53% 0.00%
16.86%

Color #9BA0D4 in popluar number systems.

HEX 9B A0 D4
Decimal 155 160 212
Binary 10011011 10100000 11010100
Octal 233 240 324

Shades and tints

Shades of #9BA0D4

#9BA0D4
(155,160,212)
#8D92C1
(141,146,193)
#7F84AE
(127,132,174)
#71769B
(113,118,155)
#636888
(99,104,136)
#555A75
(85,90,117)
#474C62
(71,76,98)
#393E4F
(57,62,79)
#2B303C
(43,48,60)
#1D2229
(29,34,41)
#0F1416
(15,20,22)
#000000
(0,0,0)

Tints of #9BA0D4

#9BA0D4
(155,160,212)
#A4A8D7
(164,168,215)
#ADB0DA
(173,176,218)
#B6B8DD
(182,184,221)
#BFC0E0
(191,192,224)
#C8C8E3
(200,200,227)
#D1D0E6
(209,208,230)
#DAD8E9
(218,216,233)
#E3E0EC
(227,224,236)
#ECE8EF
(236,232,239)
#F5F0F2
(245,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BA0D4 color. Also use rgb(155,160,212) instead hex code.

Text Font Color

.myTextColor { color: #9BA0D4; }

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

This text font color is #9BA0D4.

Background Color

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

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

This div background color is #9BA0D4.

Border color

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

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

This div border color is #9BA0D4.

Opacity

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

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

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

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

This text has shadow with #9BA0D4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9BA0D4.

Preview

Color preview on black background

This text has color #9BA0D4 on black background.


Color preview on white background

This text has color #9BA0D4 on white background.


Black color preview on #9BA0D4 background

This text has black color on #9BA0D4 background.


White color preview on #9BA0D4 background

This text has white color on #9BA0D4 background.


Related colors

Complementary color

Complementary color for #hex is #645F2B.


I love getcolorcode.com

Triadic colors

1 #D49BA0 and #A0D49B with #9BA0D4 are triadic colors.

2 #D4A09B and #A09BD4 with #9BA0D4 are triadic colors.