COLOR #1CB892

HEX: #1CB892
RGB: (28,184,146)

Color info

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

RGB color model

#1CB892 color RGB value is (28,184,146).

  • red value is 28;
  • green value is 184;
  • blue value is 146.
RGB:
(28,184,146)
(11%,72%,57%)

RGB channels and saturation

R 28 of 255 = 11%
G 184 of 255 = 72%
B 146 of 255 = 57%

28
184
146

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

Portions of RGB colors in percentages

R + G + B =
28 + 184 + 146 = 358 (100%)
R 28 of 358 ~ 7.82%
G 184 of 358 ~ 51.4%
B 146 of 358 ~ 40.78%

%51.4
%40.78

CMYK color model

#1CB892 color CMYK value is (85,0,21,28).

  • cyan value is 84.78%
  • magenta value is 0.00%
  • yellow value is 20.65%
  • key color value is 27.84%
CMYK:
(85,0,21,28)
C85M0Y21K28 
(85%,0%,21%,28%)
(0.85/0.00/0.21/0.28)	

CMYK percentages

%84.78
%0
%20.65
%27.84

Codes

Color #1CB892 in popluar color models

1CB892
RGB28184146
HSL165°73.58%41.57%
HSB/HSV165°84.78%72.16%
CMYK84.78%0.00%20.65%
27.84%

Color #1CB892 in popluar number systems.

HEX1CB892
Decimal28184146
Binary111001011100010010010
Octal34270222

Shades and tints

Shades of #1CB892

#1CB892
(28,184,146)
#1AA885
(26,168,133)
#189878
(24,152,120)
#16886B
(22,136,107)
#14785E
(20,120,94)
#126851
(18,104,81)
#105844
(16,88,68)
#0E4837
(14,72,55)
#0C382A
(12,56,42)
#0A281D
(10,40,29)
#081810
(8,24,16)
#000000
(0,0,0)

Tints of #1CB892

#1CB892
(28,184,146)
#30BE9B
(48,190,155)
#44C4A4
(68,196,164)
#58CAAD
(88,202,173)
#6CD0B6
(108,208,182)
#80D6BF
(128,214,191)
#94DCC8
(148,220,200)
#A8E2D1
(168,226,209)
#BCE8DA
(188,232,218)
#D0EEE3
(208,238,227)
#E4F4EC
(228,244,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1CB892 color. Also use rgb(28,184,146) instead hex code.

Text Font Color

.myTextColor { color: #1CB892; }

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

This text font color is #1CB892.


Background Color

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

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

This div background color is #1CB892.


Border color

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

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

This div border color is #1CB892.


Opacity

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

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

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

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

This text has shadow with #1CB892 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1CB892 on black background.


Color preview on white background

This text has color #1CB892 on white background.



Black color preview on #1CB892 background

This text has black color on #1CB892 background.


White color preview on #1CB892 background

This text has white color on #1CB892 background.