COLOR #1CBB90

HEX: #1CBB90
RGB: (28,187,144)

Color info

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

RGB color model

#1CBB90 color RGB value is (28,187,144).

  • red value is 28;
  • green value is 187;
  • blue value is 144.
RGB:
(28,187,144)
(11%,73%,56%)

RGB channels and saturation

R 28 of 255 = 11%
G 187 of 255 = 73%
B 144 of 255 = 56%

28
187
144

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

Portions of RGB colors in percentages

R + G + B =
28 + 187 + 144 = 359 (100%)
R 28 of 359 ~ 7.8%
G 187 of 359 ~ 52.09%
B 144 of 359 ~ 40.11%

%52.09
%40.11

CMYK color model

#1CBB90 color CMYK value is (85,0,23,27).

  • cyan value is 85.03%
  • magenta value is 0.00%
  • yellow value is 22.99%
  • key color value is 26.67%
CMYK:
(85,0,23,27)
C85M0Y23K27 
(85%,0%,23%,27%)
(0.85/0.00/0.23/0.27)	

CMYK percentages

%85.03
%0
%22.99
%26.67

Codes

Color #1CBB90 in popluar color models

1CBB90
RGB28187144
HSL164°73.95%42.16%
HSB/HSV164°85.03%73.33%
CMYK85.03%0.00%22.99%
26.67%

Color #1CBB90 in popluar number systems.

HEX1CBB90
Decimal28187144
Binary111001011101110010000
Octal34273220

Shades and tints

Shades of #1CBB90

#1CBB90
(28,187,144)
#1AAA83
(26,170,131)
#189976
(24,153,118)
#168869
(22,136,105)
#14775C
(20,119,92)
#12664F
(18,102,79)
#105542
(16,85,66)
#0E4435
(14,68,53)
#0C3328
(12,51,40)
#0A221B
(10,34,27)
#08110E
(8,17,14)
#000000
(0,0,0)

Tints of #1CBB90

#1CBB90
(28,187,144)
#30C19A
(48,193,154)
#44C7A4
(68,199,164)
#58CDAE
(88,205,174)
#6CD3B8
(108,211,184)
#80D9C2
(128,217,194)
#94DFCC
(148,223,204)
#A8E5D6
(168,229,214)
#BCEBE0
(188,235,224)
#D0F1EA
(208,241,234)
#E4F7F4
(228,247,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1CBB90 color. Also use rgb(28,187,144) instead hex code.

Text Font Color

.myTextColor { color: #1CBB90; }

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

This text font color is #1CBB90.


Background Color

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

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

This div background color is #1CBB90.


Border color

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

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

This div border color is #1CBB90.


Opacity

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

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

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

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

This text has shadow with #1CBB90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1CBB90 on black background.


Color preview on white background

This text has color #1CBB90 on white background.



Black color preview on #1CBB90 background

This text has black color on #1CBB90 background.


White color preview on #1CBB90 background

This text has white color on #1CBB90 background.