COLOR #9FBDC5

HEX: #9FBDC5 RGB: (159,189,197)

Color info

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

RGB color model

#9FBDC5 color RGB value is (159,189,197).

RGB: (159,189,197) (62%, 74%, 77%)

RGB channels and saturation

R 159 of 255 = 62%
G 189 of 255 = 74%
B 197 of 255 = 77%

159
189
197

R + G + B ~ 71%. #9FBDC5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 159 + 189 + 197 = 545 (100%)
R 159 of 545 ~ 29.17%
G 189 of 545 ~ 34.68%
B 197 of 545 ~ 36.15'%

%29.17
%34.68
%36.15

CMYK color model

#9FBDC5 color CMYK value is (19,4,0,23).

  • cyan value is 19.29%
  • magenta value is 4.06%
  • yellow value is 0.00%
  • key color value is 22.75%

CMYK: (19,4,0,23)
C19M4Y0K23 (19%, 4%, 0%, 23%)
(0.19 / 0.04 / 0.00 / 0.23)

CMYK percentages

%19.29
%4.06
%0
%22.75

Codes

Color #9FBDC5 in popluar color models

9F BD C5
RGB 159 189 197
HSL 193° 24.68% 69.80%
HSB/HSV 193° 19.29% 77.25%
CMYK 19.29% 4.06% 0.00%
22.75%

Color #9FBDC5 in popluar number systems.

HEX 9F BD C5
Decimal 159 189 197
Binary 10011111 10111101 11000101
Octal 237 275 305

Shades and tints

Shades of #9FBDC5

#9FBDC5
(159,189,197)
#91ACB4
(145,172,180)
#839BA3
(131,155,163)
#758A92
(117,138,146)
#677981
(103,121,129)
#596870
(89,104,112)
#4B575F
(75,87,95)
#3D464E
(61,70,78)
#2F353D
(47,53,61)
#21242C
(33,36,44)
#13131B
(19,19,27)
#000000
(0,0,0)

Tints of #9FBDC5

#9FBDC5
(159,189,197)
#A7C3CA
(167,195,202)
#AFC9CF
(175,201,207)
#B7CFD4
(183,207,212)
#BFD5D9
(191,213,217)
#C7DBDE
(199,219,222)
#CFE1E3
(207,225,227)
#D7E7E8
(215,231,232)
#DFEDED
(223,237,237)
#E7F3F2
(231,243,242)
#EFF9F7
(239,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FBDC5 color. Also use rgb(159,189,197) instead hex code.

Text Font Color

.myTextColor { color: #9FBDC5; }

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

This text font color is #9FBDC5.

Background Color

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

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

This div background color is #9FBDC5.

Border color

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

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

This div border color is #9FBDC5.

Opacity

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

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

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

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

This text has shadow with #9FBDC5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9FBDC5.

Preview

Color preview on black background

This text has color #9FBDC5 on black background.


Color preview on white background

This text has color #9FBDC5 on white background.


Black color preview on #9FBDC5 background

This text has black color on #9FBDC5 background.


White color preview on #9FBDC5 background

This text has white color on #9FBDC5 background.


Related colors

Complementary color

Complementary color for #hex is #60423A.


I love getcolorcode.com

Triadic colors

1 #C59FBD and #BDC59F with #9FBDC5 are triadic colors.

2 #C5BD9F and #BD9FC5 with #9FBDC5 are triadic colors.