COLOR #31E6F0

HEX: #31E6F0
RGB: (49,230,240)

Color info

#31E6F0 contains mainly green and blue colors. Web safe color of #31E6F0 is #33CCFF (or #3CF).

RGB color model

#31E6F0 color RGB value is (49,230,240).

  • red value is 49;
  • green value is 230;
  • blue value is 240.
RGB:
(49,230,240)
(19%,90%,94%)

RGB channels and saturation

R 49 of 255 = 19%
G 230 of 255 = 90%
B 240 of 255 = 94%

49
230
240

R + G + B ~ 68%. #31E6F0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
49 + 230 + 240 = 519 (100%)
R 49 of 519 ~ 9.44%
G 230 of 519 ~ 44.32%
B 240 of 519 ~ 46.24%

%44.32
%46.24

CMYK color model

#31E6F0 color CMYK value is (80,4,0,6).

  • cyan value is 79.58%
  • magenta value is 4.17%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(80,4,0,6)
C80M4Y0K6 
(80%,4%,0%,6%)
(0.80/0.04/0.00/0.06)	

CMYK percentages

%79.58
%4.17
%0
%5.88

Codes

Color #31E6F0 in popluar color models

31E6F0
RGB49230240
HSL183°86.43%56.67%
HSB/HSV183°79.58%94.12%
CMYK79.58%4.17%0.00%
5.88%

Color #31E6F0 in popluar number systems.

HEX31E6F0
Decimal49230240
Binary1100011110011011110000
Octal61346360

Shades and tints

Shades of #31E6F0

#31E6F0
(49,230,240)
#2DD2DB
(45,210,219)
#29BEC6
(41,190,198)
#25AAB1
(37,170,177)
#21969C
(33,150,156)
#1D8287
(29,130,135)
#196E72
(25,110,114)
#155A5D
(21,90,93)
#114648
(17,70,72)
#0D3233
(13,50,51)
#091E1E
(9,30,30)
#000000
(0,0,0)

Tints of #31E6F0

#31E6F0
(49,230,240)
#43E8F1
(67,232,241)
#55EAF2
(85,234,242)
#67ECF3
(103,236,243)
#79EEF4
(121,238,244)
#8BF0F5
(139,240,245)
#9DF2F6
(157,242,246)
#AFF4F7
(175,244,247)
#C1F6F8
(193,246,248)
#D3F8F9
(211,248,249)
#E5FAFA
(229,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #31E6F0 color. Also use rgb(49,230,240) instead hex code.

Text Font Color

.myTextColor { color: #31E6F0; }

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

This text font color is #31E6F0.


Background Color

.myBgColor { background-color: #31E6F0; }

<div style="background-color:#31E6F0">Inner text</div>

This div background color is #31E6F0.


Border color

.myBorderColor { border: 1px solid #31E6F0; }

<div style="border:3px solid #31E6F0">Div</div>

This div border color is #31E6F0.


Opacity

.myOpacity80 { color: #31E6F0; opacity: 0.8; }

<p style="color:#31E6F0;opacity:0.8;">80%</p>

Text with #31E6F0 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 #31E6F0;}

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

This text has shadow with #31E6F0 color.

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

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

This text has shadow with #31E6F0 primary color and red secondary color.


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

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

This text has shadow with #31E6F0 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #31E6F0 on black background.


Color preview on white background

This text has color #31E6F0 on white background.



Black color preview on #31E6F0 background

This text has black color on #31E6F0 background.


White color preview on #31E6F0 background

This text has white color on #31E6F0 background.