COLOR #9FBECE

HEX: #9FBECE RGB: (159,190,206)

Color info

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

RGB color model

#9FBECE color RGB value is (159,190,206).

RGB: (159,190,206) (62%, 75%, 81%)

RGB channels and saturation

R 159 of 255 = 62%
G 190 of 255 = 75%
B 206 of 255 = 81%

159
190
206

R + G + B ~ 73%. #9FBECE is quite light color.

Portions of RGB colors in percentages

R + G + B = 159 + 190 + 206 = 555 (100%)
R 159 of 555 ~ 28.65%
G 190 of 555 ~ 34.23%
B 206 of 555 ~ 37.12'%

%28.65
%34.23
%37.12

CMYK color model

#9FBECE color CMYK value is (23,8,0,19).

  • cyan value is 22.82%
  • magenta value is 7.77%
  • yellow value is 0.00%
  • key color value is 19.22%

CMYK: (23,8,0,19)
C23M8Y0K19 (23%, 8%, 0%, 19%)
(0.23 / 0.08 / 0.00 / 0.19)

CMYK percentages

%22.82
%7.77
%0
%19.22

Codes

Color #9FBECE in popluar color models

9F BE CE
RGB 159 190 206
HSL 200° 32.41% 71.57%
HSB/HSV 200° 22.82% 80.78%
CMYK 22.82% 7.77% 0.00%
19.22%

Color #9FBECE in popluar number systems.

HEX 9F BE CE
Decimal 159 190 206
Binary 10011111 10111110 11001110
Octal 237 276 316

Shades and tints

Shades of #9FBECE

#9FBECE
(159,190,206)
#91ADBC
(145,173,188)
#839CAA
(131,156,170)
#758B98
(117,139,152)
#677A86
(103,122,134)
#596974
(89,105,116)
#4B5862
(75,88,98)
#3D4750
(61,71,80)
#2F363E
(47,54,62)
#21252C
(33,37,44)
#13141A
(19,20,26)
#000000
(0,0,0)

Tints of #9FBECE

#9FBECE
(159,190,206)
#A7C3D2
(167,195,210)
#AFC8D6
(175,200,214)
#B7CDDA
(183,205,218)
#BFD2DE
(191,210,222)
#C7D7E2
(199,215,226)
#CFDCE6
(207,220,230)
#D7E1EA
(215,225,234)
#DFE6EE
(223,230,238)
#E7EBF2
(231,235,242)
#EFF0F6
(239,240,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9FBECE; }

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

This text font color is #9FBECE.

Background Color

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

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

This div background color is #9FBECE.

Border color

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

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

This div border color is #9FBECE.

Opacity

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

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

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

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

This text has shadow with #9FBECE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9FBECE.

Preview

Color preview on black background

This text has color #9FBECE on black background.


Color preview on white background

This text has color #9FBECE on white background.


Black color preview on #9FBECE background

This text has black color on #9FBECE background.


White color preview on #9FBECE background

This text has white color on #9FBECE background.


Related colors

Complementary color

Complementary color for #hex is #604131.


I love getcolorcode.com

Triadic colors

1 #CE9FBE and #BECE9F with #9FBECE are triadic colors.

2 #CEBE9F and #BE9FCE with #9FBECE are triadic colors.