COLOR #1BB887

HEX: #1BB887
RGB: (27,184,135)

Color info

#1BB887 contains mainly green and blue colors. Web safe color of #1BB887 is #33CC99 (or #3C9).

RGB color model

#1BB887 color RGB value is (27,184,135).

  • red value is 27;
  • green value is 184;
  • blue value is 135.
RGB:
(27,184,135)
(11%,72%,53%)

RGB channels and saturation

R 27 of 255 = 11%
G 184 of 255 = 72%
B 135 of 255 = 53%

27
184
135

R + G + B ~ 45%. #1BB887 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
27 + 184 + 135 = 346 (100%)
R 27 of 346 ~ 7.8%
G 184 of 346 ~ 53.18%
B 135 of 346 ~ 39.02%

%53.18
%39.02

CMYK color model

#1BB887 color CMYK value is (85,0,27,28).

  • cyan value is 85.33%
  • magenta value is 0.00%
  • yellow value is 26.63%
  • key color value is 27.84%
CMYK:
(85,0,27,28)
C85M0Y27K28 
(85%,0%,27%,28%)
(0.85/0.00/0.27/0.28)	

CMYK percentages

%85.33
%0
%26.63
%27.84

Codes

Color #1BB887 in popluar color models

1BB887
RGB27184135
HSL161°74.41%41.37%
HSB/HSV161°85.33%72.16%
CMYK85.33%0.00%26.63%
27.84%

Color #1BB887 in popluar number systems.

HEX1BB887
Decimal27184135
Binary110111011100010000111
Octal33270207

Shades and tints

Shades of #1BB887

#1BB887
(27,184,135)
#19A87B
(25,168,123)
#17986F
(23,152,111)
#158863
(21,136,99)
#137857
(19,120,87)
#11684B
(17,104,75)
#0F583F
(15,88,63)
#0D4833
(13,72,51)
#0B3827
(11,56,39)
#09281B
(9,40,27)
#07180F
(7,24,15)
#000000
(0,0,0)

Tints of #1BB887

#1BB887
(27,184,135)
#2FBE91
(47,190,145)
#43C49B
(67,196,155)
#57CAA5
(87,202,165)
#6BD0AF
(107,208,175)
#7FD6B9
(127,214,185)
#93DCC3
(147,220,195)
#A7E2CD
(167,226,205)
#BBE8D7
(187,232,215)
#CFEEE1
(207,238,225)
#E3F4EB
(227,244,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1BB887 color. Also use rgb(27,184,135) instead hex code.

Text Font Color

.myTextColor { color: #1BB887; }

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

This text font color is #1BB887.


Background Color

.myBgColor { background-color: #1BB887; }

<div style="background-color:#1BB887">Inner text</div>

This div background color is #1BB887.


Border color

.myBorderColor { border: 1px solid #1BB887; }

<div style="border:3px solid #1BB887">Div</div>

This div border color is #1BB887.


Opacity

.myOpacity80 { color: #1BB887; opacity: 0.8; }

<p style="color:#1BB887;opacity:0.8;">80%</p>

Text with #1BB887 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 #1BB887;}

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

This text has shadow with #1BB887 color.

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

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

This text has shadow with #1BB887 primary color and red secondary color.


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

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

This text has shadow with #1BB887 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1BB887 on black background.


Color preview on white background

This text has color #1BB887 on white background.



Black color preview on #1BB887 background

This text has black color on #1BB887 background.


White color preview on #1BB887 background

This text has white color on #1BB887 background.