COLOR #1EBEDF

HEX: #1EBEDF
RGB: (30,190,223)

Color info

#1EBEDF contains mainly green and blue colors. Web safe color of #1EBEDF is #33CCCC (or #3CC).

RGB color model

#1EBEDF color RGB value is (30,190,223).

  • red value is 30;
  • green value is 190;
  • blue value is 223.
RGB:
(30,190,223)
(12%,75%,87%)

RGB channels and saturation

R 30 of 255 = 12%
G 190 of 255 = 75%
B 223 of 255 = 87%

30
190
223

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

Portions of RGB colors in percentages

R + G + B =
30 + 190 + 223 = 443 (100%)
R 30 of 443 ~ 6.77%
G 190 of 443 ~ 42.89%
B 223 of 443 ~ 50.34%

%42.89
%50.34

CMYK color model

#1EBEDF color CMYK value is (87,15,0,13).

  • cyan value is 86.55%
  • magenta value is 14.80%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(87,15,0,13)
C87M15Y0K13 
(87%,15%,0%,13%)
(0.87/0.15/0.00/0.13)	

CMYK percentages

%86.55
%14.8
%0
%12.55

Codes

Color #1EBEDF in popluar color models

1EBEDF
RGB30190223
HSL190°76.28%49.61%
HSB/HSV190°86.55%87.45%
CMYK86.55%14.80%0.00%
12.55%

Color #1EBEDF in popluar number systems.

HEX1EBEDF
Decimal30190223
Binary111101011111011011111
Octal36276337

Shades and tints

Shades of #1EBEDF

#1EBEDF
(30,190,223)
#1CADCB
(28,173,203)
#1A9CB7
(26,156,183)
#188BA3
(24,139,163)
#167A8F
(22,122,143)
#14697B
(20,105,123)
#125867
(18,88,103)
#104753
(16,71,83)
#0E363F
(14,54,63)
#0C252B
(12,37,43)
#0A1417
(10,20,23)
#000000
(0,0,0)

Tints of #1EBEDF

#1EBEDF
(30,190,223)
#32C3E1
(50,195,225)
#46C8E3
(70,200,227)
#5ACDE5
(90,205,229)
#6ED2E7
(110,210,231)
#82D7E9
(130,215,233)
#96DCEB
(150,220,235)
#AAE1ED
(170,225,237)
#BEE6EF
(190,230,239)
#D2EBF1
(210,235,241)
#E6F0F3
(230,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #1EBEDF color. Also use rgb(30,190,223) instead hex code.

Text Font Color

.myTextColor { color: #1EBEDF; }

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

This text font color is #1EBEDF.


Background Color

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

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

This div background color is #1EBEDF.


Border color

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

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

This div border color is #1EBEDF.


Opacity

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

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

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

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

This text has shadow with #1EBEDF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #1EBEDF on black background.


Color preview on white background

This text has color #1EBEDF on white background.



Black color preview on #1EBEDF background

This text has black color on #1EBEDF background.


White color preview on #1EBEDF background

This text has white color on #1EBEDF background.