COLOR #1CBEB3

HEX: #1CBEB3
RGB: (28,190,179)

Color info

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

RGB color model

#1CBEB3 color RGB value is (28,190,179).

  • red value is 28;
  • green value is 190;
  • blue value is 179.
RGB:
(28,190,179)
(11%,75%,70%)

RGB channels and saturation

R 28 of 255 = 11%
G 190 of 255 = 75%
B 179 of 255 = 70%

28
190
179

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

Portions of RGB colors in percentages

R + G + B =
28 + 190 + 179 = 397 (100%)
R 28 of 397 ~ 7.05%
G 190 of 397 ~ 47.86%
B 179 of 397 ~ 45.09%

%47.86
%45.09

CMYK color model

#1CBEB3 color CMYK value is (85,0,6,25).

  • cyan value is 85.26%
  • magenta value is 0.00%
  • yellow value is 5.79%
  • key color value is 25.49%
CMYK:
(85,0,6,25)
C85M0Y6K25 
(85%,0%,6%,25%)
(0.85/0.00/0.06/0.25)	

CMYK percentages

%85.26
%0
%5.79
%25.49

Codes

Color #1CBEB3 in popluar color models

1CBEB3
RGB28190179
HSL176°74.31%42.75%
HSB/HSV176°85.26%74.51%
CMYK85.26%0.00%5.79%
25.49%

Color #1CBEB3 in popluar number systems.

HEX1CBEB3
Decimal28190179
Binary111001011111010110011
Octal34276263

Shades and tints

Shades of #1CBEB3

#1CBEB3
(28,190,179)
#1AADA3
(26,173,163)
#189C93
(24,156,147)
#168B83
(22,139,131)
#147A73
(20,122,115)
#126963
(18,105,99)
#105853
(16,88,83)
#0E4743
(14,71,67)
#0C3633
(12,54,51)
#0A2523
(10,37,35)
#081413
(8,20,19)
#000000
(0,0,0)

Tints of #1CBEB3

#1CBEB3
(28,190,179)
#30C3B9
(48,195,185)
#44C8BF
(68,200,191)
#58CDC5
(88,205,197)
#6CD2CB
(108,210,203)
#80D7D1
(128,215,209)
#94DCD7
(148,220,215)
#A8E1DD
(168,225,221)
#BCE6E3
(188,230,227)
#D0EBE9
(208,235,233)
#E4F0EF
(228,240,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1CBEB3 color. Also use rgb(28,190,179) instead hex code.

Text Font Color

.myTextColor { color: #1CBEB3; }

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

This text font color is #1CBEB3.


Background Color

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

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

This div background color is #1CBEB3.


Border color

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

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

This div border color is #1CBEB3.


Opacity

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

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

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

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

This text has shadow with #1CBEB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1CBEB3 on black background.


Color preview on white background

This text has color #1CBEB3 on white background.



Black color preview on #1CBEB3 background

This text has black color on #1CBEB3 background.


White color preview on #1CBEB3 background

This text has white color on #1CBEB3 background.