COLOR #9BAEC9

HEX: #9BAEC9 RGB: (155,174,201)

Color info

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

RGB color model

#9BAEC9 color RGB value is (155,174,201).

RGB: (155,174,201) (61%, 68%, 79%)

RGB channels and saturation

R 155 of 255 = 61%
G 174 of 255 = 68%
B 201 of 255 = 79%

155
174
201

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

Portions of RGB colors in percentages

R + G + B = 155 + 174 + 201 = 530 (100%)
R 155 of 530 ~ 29.25%
G 174 of 530 ~ 32.83%
B 201 of 530 ~ 37.92'%

%29.25
%32.83
%37.92

CMYK color model

#9BAEC9 color CMYK value is (23,13,0,21).

  • cyan value is 22.89%
  • magenta value is 13.43%
  • yellow value is 0.00%
  • key color value is 21.18%

CMYK: (23,13,0,21)
C23M13Y0K21 (23%, 13%, 0%, 21%)
(0.23 / 0.13 / 0.00 / 0.21)

CMYK percentages

%22.89
%13.43
%0
%21.18

Codes

Color #9BAEC9 in popluar color models

9B AE C9
RGB 155 174 201
HSL 215° 29.87% 69.80%
HSB/HSV 215° 22.89% 78.82%
CMYK 22.89% 13.43% 0.00%
21.18%

Color #9BAEC9 in popluar number systems.

HEX 9B AE C9
Decimal 155 174 201
Binary 10011011 10101110 11001001
Octal 233 256 311

Shades and tints

Shades of #9BAEC9

#9BAEC9
(155,174,201)
#8D9FB7
(141,159,183)
#7F90A5
(127,144,165)
#718193
(113,129,147)
#637281
(99,114,129)
#55636F
(85,99,111)
#47545D
(71,84,93)
#39454B
(57,69,75)
#2B3639
(43,54,57)
#1D2727
(29,39,39)
#0F1815
(15,24,21)
#000000
(0,0,0)

Tints of #9BAEC9

#9BAEC9
(155,174,201)
#A4B5CD
(164,181,205)
#ADBCD1
(173,188,209)
#B6C3D5
(182,195,213)
#BFCAD9
(191,202,217)
#C8D1DD
(200,209,221)
#D1D8E1
(209,216,225)
#DADFE5
(218,223,229)
#E3E6E9
(227,230,233)
#ECEDED
(236,237,237)
#F5F4F1
(245,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BAEC9 color. Also use rgb(155,174,201) instead hex code.

Text Font Color

.myTextColor { color: #9BAEC9; }

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

This text font color is #9BAEC9.

Background Color

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

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

This div background color is #9BAEC9.

Border color

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

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

This div border color is #9BAEC9.

Opacity

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

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

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

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

This text has shadow with #9BAEC9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9BAEC9.

Preview

Color preview on black background

This text has color #9BAEC9 on black background.


Color preview on white background

This text has color #9BAEC9 on white background.


Black color preview on #9BAEC9 background

This text has black color on #9BAEC9 background.


White color preview on #9BAEC9 background

This text has white color on #9BAEC9 background.


Related colors

Complementary color

Complementary color for #hex is #645136.


I love getcolorcode.com

Triadic colors

1 #C99BAE and #AEC99B with #9BAEC9 are triadic colors.

2 #C9AE9B and #AE9BC9 with #9BAEC9 are triadic colors.