COLOR #9FBEC6

HEX: #9FBEC6 RGB: (159,190,198)

Color info

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

RGB color model

#9FBEC6 color RGB value is (159,190,198).

RGB: (159,190,198) (62%, 75%, 78%)

RGB channels and saturation

R 159 of 255 = 62%
G 190 of 255 = 75%
B 198 of 255 = 78%

159
190
198

R + G + B ~ 72%. #9FBEC6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 159 + 190 + 198 = 547 (100%)
R 159 of 547 ~ 29.07%
G 190 of 547 ~ 34.73%
B 198 of 547 ~ 36.2'%

%29.07
%34.73
%36.2

CMYK color model

#9FBEC6 color CMYK value is (20,4,0,22).

  • cyan value is 19.70%
  • magenta value is 4.04%
  • yellow value is 0.00%
  • key color value is 22.35%

CMYK: (20,4,0,22)
C20M4Y0K22 (20%, 4%, 0%, 22%)
(0.20 / 0.04 / 0.00 / 0.22)

CMYK percentages

%19.7
%4.04
%0
%22.35

Codes

Color #9FBEC6 in popluar color models

9F BE C6
RGB 159 190 198
HSL 192° 25.49% 70.00%
HSB/HSV 192° 19.70% 77.65%
CMYK 19.70% 4.04% 0.00%
22.35%

Color #9FBEC6 in popluar number systems.

HEX 9F BE C6
Decimal 159 190 198
Binary 10011111 10111110 11000110
Octal 237 276 306

Shades and tints

Shades of #9FBEC6

#9FBEC6
(159,190,198)
#91ADB4
(145,173,180)
#839CA2
(131,156,162)
#758B90
(117,139,144)
#677A7E
(103,122,126)
#59696C
(89,105,108)
#4B585A
(75,88,90)
#3D4748
(61,71,72)
#2F3636
(47,54,54)
#212524
(33,37,36)
#131412
(19,20,18)
#000000
(0,0,0)

Tints of #9FBEC6

#9FBEC6
(159,190,198)
#A7C3CB
(167,195,203)
#AFC8D0
(175,200,208)
#B7CDD5
(183,205,213)
#BFD2DA
(191,210,218)
#C7D7DF
(199,215,223)
#CFDCE4
(207,220,228)
#D7E1E9
(215,225,233)
#DFE6EE
(223,230,238)
#E7EBF3
(231,235,243)
#EFF0F8
(239,240,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9FBEC6 color. Also use rgb(159,190,198) instead hex code.

Text Font Color

.myTextColor { color: #9FBEC6; }

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

This text font color is #9FBEC6.

Background Color

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

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

This div background color is #9FBEC6.

Border color

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

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

This div border color is #9FBEC6.

Opacity

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

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

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

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

This text has shadow with #9FBEC6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9FBEC6.

Preview

Color preview on black background

This text has color #9FBEC6 on black background.


Color preview on white background

This text has color #9FBEC6 on white background.


Black color preview on #9FBEC6 background

This text has black color on #9FBEC6 background.


White color preview on #9FBEC6 background

This text has white color on #9FBEC6 background.


Related colors

Complementary color

Complementary color for #hex is #604139.


I love getcolorcode.com

Triadic colors

1 #C69FBE and #BEC69F with #9FBEC6 are triadic colors.

2 #C6BE9F and #BE9FC6 with #9FBEC6 are triadic colors.