COLOR #9BCEB5

HEX: #9BCEB5
RGB: (155,206,181)

Color info

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

RGB color model

#9BCEB5 color RGB value is (155,206,181).

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

RGB channels and saturation

R 155 of 255 = 61%
G 206 of 255 = 81%
B 181 of 255 = 71%

155
206
181

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

Portions of RGB colors in percentages

R + G + B =
155 + 206 + 181 = 542 (100%)
R 155 of 542 ~ 28.6%
G 206 of 542 ~ 38.01%
B 181 of 542 ~ 33.39%

%28.6
%38.01
%33.39

CMYK color model

#9BCEB5 color CMYK value is (25,0,12,19).

  • cyan value is 24.76%
  • magenta value is 0.00%
  • yellow value is 12.14%
  • key color value is 19.22%
CMYK:
(25,0,12,19)
C25M0Y12K19 
(25%,0%,12%,19%)
(0.25/0.00/0.12/0.19)	

CMYK percentages

%24.76
%0
%12.14
%19.22

Codes

Color #9BCEB5 in popluar color models

9BCEB5
RGB155206181
HSL151°34.23%70.78%
HSB/HSV151°24.76%80.78%
CMYK24.76%0.00%12.14%
19.22%

Color #9BCEB5 in popluar number systems.

HEX9BCEB5
Decimal155206181
Binary100110111100111010110101
Octal233316265

Shades and tints

Shades of #9BCEB5

#9BCEB5
(155,206,181)
#8DBCA5
(141,188,165)
#7FAA95
(127,170,149)
#719885
(113,152,133)
#638675
(99,134,117)
#557465
(85,116,101)
#476255
(71,98,85)
#395045
(57,80,69)
#2B3E35
(43,62,53)
#1D2C25
(29,44,37)
#0F1A15
(15,26,21)
#000000
(0,0,0)

Tints of #9BCEB5

#9BCEB5
(155,206,181)
#A4D2BB
(164,210,187)
#ADD6C1
(173,214,193)
#B6DAC7
(182,218,199)
#BFDECD
(191,222,205)
#C8E2D3
(200,226,211)
#D1E6D9
(209,230,217)
#DAEADF
(218,234,223)
#E3EEE5
(227,238,229)
#ECF2EB
(236,242,235)
#F5F6F1
(245,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BCEB5; }

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

This text font color is #9BCEB5.


Background Color

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

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

This div background color is #9BCEB5.


Border color

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

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

This div border color is #9BCEB5.


Opacity

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

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

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

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

This text has shadow with #9BCEB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BCEB5 on black background.


Color preview on white background

This text has color #9BCEB5 on white background.



Black color preview on #9BCEB5 background

This text has black color on #9BCEB5 background.


White color preview on #9BCEB5 background

This text has white color on #9BCEB5 background.