COLOR #0EF3E7

HEX: #0EF3E7
RGB: (14,243,231)

Color info

#0EF3E7 contains mainly green and blue colors. Web safe color of #0EF3E7 is #00FFFF (or #0FF).

RGB color model

#0EF3E7 color RGB value is (14,243,231).

  • red value is 14;
  • green value is 243;
  • blue value is 231.
RGB:
(14,243,231)
(5%,95%,91%)

RGB channels and saturation

R 14 of 255 = 5%
G 243 of 255 = 95%
B 231 of 255 = 91%

14
243
231

R + G + B ~ 64%. #0EF3E7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
14 + 243 + 231 = 488 (100%)
R 14 of 488 ~ 2.87%
G 243 of 488 ~ 49.8%
B 231 of 488 ~ 47.34%

%49.8
%47.34

CMYK color model

#0EF3E7 color CMYK value is (94,0,5,5).

  • cyan value is 94.24%
  • magenta value is 0.00%
  • yellow value is 4.94%
  • key color value is 4.71%
CMYK:
(94,0,5,5)
C94M0Y5K5 
(94%,0%,5%,5%)
(0.94/0.00/0.05/0.05)	

CMYK percentages

%94.24
%0
%4.94
%4.71

Codes

Color #0EF3E7 in popluar color models

0EF3E7
RGB14243231
HSL177°90.51%50.39%
HSB/HSV177°94.24%95.29%
CMYK94.24%0.00%4.94%
4.71%

Color #0EF3E7 in popluar number systems.

HEX0EF3E7
Decimal14243231
Binary11101111001111100111
Octal16363347

Shades and tints

Shades of #0EF3E7

#0EF3E7
(14,243,231)
#0DDDD2
(13,221,210)
#0CC7BD
(12,199,189)
#0BB1A8
(11,177,168)
#0A9B93
(10,155,147)
#09857E
(9,133,126)
#086F69
(8,111,105)
#075954
(7,89,84)
#06433F
(6,67,63)
#052D2A
(5,45,42)
#041715
(4,23,21)
#000000
(0,0,0)

Tints of #0EF3E7

#0EF3E7
(14,243,231)
#23F4E9
(35,244,233)
#38F5EB
(56,245,235)
#4DF6ED
(77,246,237)
#62F7EF
(98,247,239)
#77F8F1
(119,248,241)
#8CF9F3
(140,249,243)
#A1FAF5
(161,250,245)
#B6FBF7
(182,251,247)
#CBFCF9
(203,252,249)
#E0FDFB
(224,253,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #0EF3E7 color. Also use rgb(14,243,231) instead hex code.

Text Font Color

.myTextColor { color: #0EF3E7; }

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

This text font color is #0EF3E7.


Background Color

.myBgColor { background-color: #0EF3E7; }

<div style="background-color:#0EF3E7">Inner text</div>

This div background color is #0EF3E7.


Border color

.myBorderColor { border: 1px solid #0EF3E7; }

<div style="border:3px solid #0EF3E7">Div</div>

This div border color is #0EF3E7.


Opacity

.myOpacity80 { color: #0EF3E7; opacity: 0.8; }

<p style="color:#0EF3E7;opacity:0.8;">80%</p>

Text with #0EF3E7 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 #0EF3E7;}

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

This text has shadow with #0EF3E7 color.

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

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

This text has shadow with #0EF3E7 primary color and red secondary color.


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

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

This text has shadow with #0EF3E7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #0EF3E7 on black background.


Color preview on white background

This text has color #0EF3E7 on white background.



Black color preview on #0EF3E7 background

This text has black color on #0EF3E7 background.


White color preview on #0EF3E7 background

This text has white color on #0EF3E7 background.