COLOR #9BA7C2

HEX: #9BA7C2 RGB: (155,167,194)

Color info

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

RGB color model

#9BA7C2 color RGB value is (155,167,194).

RGB: (155,167,194) (61%, 65%, 76%)

RGB channels and saturation

R 155 of 255 = 61%
G 167 of 255 = 65%
B 194 of 255 = 76%

155
167
194

R + G + B ~ 67%. #9BA7C2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 155 + 167 + 194 = 516 (100%)
R 155 of 516 ~ 30.04%
G 167 of 516 ~ 32.36%
B 194 of 516 ~ 37.6'%

%30.04
%32.36
%37.6

CMYK color model

#9BA7C2 color CMYK value is (20,14,0,24).

  • cyan value is 20.10%
  • magenta value is 13.92%
  • yellow value is 0.00%
  • key color value is 23.92%
CMYK: (20,14,0,24) C20M14Y0K24 (20%,14%,0%,24%) (0.20/0.14/0.00/0.24) 

CMYK percentages

%20.1
%13.92
%0
%23.92

Codes

Color #9BA7C2 in popluar color models

9B A7 C2
RGB 155 167 194
HSL 222° 24.22% 68.43%
HSB/HSV 222° 20.10% 76.08%
CMYK 20.10% 13.92% 0.00%
23.92%

Color #9BA7C2 in popluar number systems.

HEX 9B A7 C2
Decimal 155 167 194
Binary 10011011 10100111 11000010
Octal 233 247 302

Shades and tints

Shades of #9BA7C2

#9BA7C2
(155,167,194)
#8D98B1
(141,152,177)
#7F89A0
(127,137,160)
#717A8F
(113,122,143)
#636B7E
(99,107,126)
#555C6D
(85,92,109)
#474D5C
(71,77,92)
#393E4B
(57,62,75)
#2B2F3A
(43,47,58)
#1D2029
(29,32,41)
#0F1118
(15,17,24)
#000000
(0,0,0)

Tints of #9BA7C2

#9BA7C2
(155,167,194)
#A4AFC7
(164,175,199)
#ADB7CC
(173,183,204)
#B6BFD1
(182,191,209)
#BFC7D6
(191,199,214)
#C8CFDB
(200,207,219)
#D1D7E0
(209,215,224)
#DADFE5
(218,223,229)
#E3E7EA
(227,231,234)
#ECEFEF
(236,239,239)
#F5F7F4
(245,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BA7C2; }

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

This text font color is #9BA7C2.

Background Color

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

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

This div background color is #9BA7C2.

Border color

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

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

This div border color is #9BA7C2.

Opacity

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

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

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

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

This text has shadow with #9BA7C2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9BA7C2.

Preview

Color preview on black background

This text has color #9BA7C2 on black background.


Color preview on white background

This text has color #9BA7C2 on white background.


Black color preview on #9BA7C2 background

This text has black color on #9BA7C2 background.


White color preview on #9BA7C2 background

This text has white color on #9BA7C2 background.


Related colors

Complementary color

Complementary color for #hex is #64583D.


I love getcolorcode.com

Triadic colors

1 #C29BA7 and #A7C29B with #9BA7C2 are triadic colors.

2 #C2A79B and #A79BC2 with #9BA7C2 are triadic colors.