COLOR #13E1E7

HEX: #13E1E7
RGB: (19,225,231)

Color info

#13E1E7 contains mainly green and blue colors. Web safe color of #13E1E7 is #00CCFF (or #0CF).

RGB color model

#13E1E7 color RGB value is (19,225,231).

  • red value is 19;
  • green value is 225;
  • blue value is 231.
RGB:
(19,225,231)
(7%,88%,91%)

RGB channels and saturation

R 19 of 255 = 7%
G 225 of 255 = 88%
B 231 of 255 = 91%

19
225
231

R + G + B ~ 62%. #13E1E7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
19 + 225 + 231 = 475 (100%)
R 19 of 475 ~ 4%
G 225 of 475 ~ 47.37%
B 231 of 475 ~ 48.63%

%47.37
%48.63

CMYK color model

#13E1E7 color CMYK value is (92,3,0,9).

  • cyan value is 91.77%
  • magenta value is 2.60%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(92,3,0,9)
C92M3Y0K9 
(92%,3%,0%,9%)
(0.92/0.03/0.00/0.09)	

CMYK percentages

%91.77
%2.6
%0
%9.41

Codes

Color #13E1E7 in popluar color models

13E1E7
RGB19225231
HSL182°84.80%49.02%
HSB/HSV182°91.77%90.59%
CMYK91.77%2.60%0.00%
9.41%

Color #13E1E7 in popluar number systems.

HEX13E1E7
Decimal19225231
Binary100111110000111100111
Octal23341347

Shades and tints

Shades of #13E1E7

#13E1E7
(19,225,231)
#12CDD2
(18,205,210)
#11B9BD
(17,185,189)
#10A5A8
(16,165,168)
#0F9193
(15,145,147)
#0E7D7E
(14,125,126)
#0D6969
(13,105,105)
#0C5554
(12,85,84)
#0B413F
(11,65,63)
#0A2D2A
(10,45,42)
#091915
(9,25,21)
#000000
(0,0,0)

Tints of #13E1E7

#13E1E7
(19,225,231)
#28E3E9
(40,227,233)
#3DE5EB
(61,229,235)
#52E7ED
(82,231,237)
#67E9EF
(103,233,239)
#7CEBF1
(124,235,241)
#91EDF3
(145,237,243)
#A6EFF5
(166,239,245)
#BBF1F7
(187,241,247)
#D0F3F9
(208,243,249)
#E5F5FB
(229,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #13E1E7 color. Also use rgb(19,225,231) instead hex code.

Text Font Color

.myTextColor { color: #13E1E7; }

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

This text font color is #13E1E7.


Background Color

.myBgColor { background-color: #13E1E7; }

<div style="background-color:#13E1E7">Inner text</div>

This div background color is #13E1E7.


Border color

.myBorderColor { border: 1px solid #13E1E7; }

<div style="border:3px solid #13E1E7">Div</div>

This div border color is #13E1E7.


Opacity

.myOpacity80 { color: #13E1E7; opacity: 0.8; }

<p style="color:#13E1E7;opacity:0.8;">80%</p>

Text with #13E1E7 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 #13E1E7;}

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

This text has shadow with #13E1E7 color.

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

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

This text has shadow with #13E1E7 primary color and red secondary color.


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

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

This text has shadow with #13E1E7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #13E1E7 on black background.


Color preview on white background

This text has color #13E1E7 on white background.



Black color preview on #13E1E7 background

This text has black color on #13E1E7 background.


White color preview on #13E1E7 background

This text has white color on #13E1E7 background.