COLOR #9BCACE

HEX: #9BCACE
RGB: (155,202,206)

Color info

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

RGB color model

#9BCACE color RGB value is (155,202,206).

  • red value is 155;
  • green value is 202;
  • blue value is 206.
RGB:
(155,202,206)
(61%,79%,81%)

RGB channels and saturation

R 155 of 255 = 61%
G 202 of 255 = 79%
B 206 of 255 = 81%

155
202
206

R + G + B ~ 74%. #9BCACE is quite light color.

Portions of RGB colors in percentages

R + G + B =
155 + 202 + 206 = 563 (100%)
R 155 of 563 ~ 27.53%
G 202 of 563 ~ 35.88%
B 206 of 563 ~ 36.59%

%27.53
%35.88
%36.59

CMYK color model

#9BCACE color CMYK value is (25,2,0,19).

  • cyan value is 24.76%
  • magenta value is 1.94%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(25,2,0,19)
C25M2Y0K19 
(25%,2%,0%,19%)
(0.25/0.02/0.00/0.19)	

CMYK percentages

%24.76
%1.94
%0
%19.22

Codes

Color #9BCACE in popluar color models

9BCACE
RGB155202206
HSL185°34.23%70.78%
HSB/HSV185°24.76%80.78%
CMYK24.76%1.94%0.00%
19.22%

Color #9BCACE in popluar number systems.

HEX9BCACE
Decimal155202206
Binary100110111100101011001110
Octal233312316

Shades and tints

Shades of #9BCACE

#9BCACE
(155,202,206)
#8DB8BC
(141,184,188)
#7FA6AA
(127,166,170)
#719498
(113,148,152)
#638286
(99,130,134)
#557074
(85,112,116)
#475E62
(71,94,98)
#394C50
(57,76,80)
#2B3A3E
(43,58,62)
#1D282C
(29,40,44)
#0F161A
(15,22,26)
#000000
(0,0,0)

Tints of #9BCACE

#9BCACE
(155,202,206)
#A4CED2
(164,206,210)
#ADD2D6
(173,210,214)
#B6D6DA
(182,214,218)
#BFDADE
(191,218,222)
#C8DEE2
(200,222,226)
#D1E2E6
(209,226,230)
#DAE6EA
(218,230,234)
#E3EAEE
(227,234,238)
#ECEEF2
(236,238,242)
#F5F2F6
(245,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BCACE color. Also use rgb(155,202,206) instead hex code.

Text Font Color

.myTextColor { color: #9BCACE; }

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

This text font color is #9BCACE.


Background Color

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

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

This div background color is #9BCACE.


Border color

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

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

This div border color is #9BCACE.


Opacity

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

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

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

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

This text has shadow with #9BCACE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BCACE on black background.


Color preview on white background

This text has color #9BCACE on white background.



Black color preview on #9BCACE background

This text has black color on #9BCACE background.


White color preview on #9BCACE background

This text has white color on #9BCACE background.