COLOR #71EBF7

HEX: #71EBF7
RGB: (113,235,247)

Color info

#71EBF7 contains mainly green and blue colors. Web safe color of #71EBF7 is #66FFFF (or #6FF).

RGB color model

#71EBF7 color RGB value is (113,235,247).

  • red value is 113;
  • green value is 235;
  • blue value is 247.
RGB:
(113,235,247)
(44%,92%,97%)

RGB channels and saturation

R 113 of 255 = 44%
G 235 of 255 = 92%
B 247 of 255 = 97%

113
235
247

R + G + B ~ 78%. #71EBF7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
113 + 235 + 247 = 595 (100%)
R 113 of 595 ~ 18.99%
G 235 of 595 ~ 39.5%
B 247 of 595 ~ 41.51%

%18.99
%39.5
%41.51

CMYK color model

#71EBF7 color CMYK value is (54,5,0,3).

  • cyan value is 54.25%
  • magenta value is 4.86%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(54,5,0,3)
C54M5Y0K3 
(54%,5%,0%,3%)
(0.54/0.05/0.00/0.03)	

CMYK percentages

%54.25
%4.86
%0
%3.14

Codes

Color #71EBF7 in popluar color models

71EBF7
RGB113235247
HSL185°89.33%70.59%
HSB/HSV185°54.25%96.86%
CMYK54.25%4.86%0.00%
3.14%

Color #71EBF7 in popluar number systems.

HEX71EBF7
Decimal113235247
Binary11100011110101111110111
Octal161353367

Shades and tints

Shades of #71EBF7

#71EBF7
(113,235,247)
#67D6E1
(103,214,225)
#5DC1CB
(93,193,203)
#53ACB5
(83,172,181)
#49979F
(73,151,159)
#3F8289
(63,130,137)
#356D73
(53,109,115)
#2B585D
(43,88,93)
#214347
(33,67,71)
#172E31
(23,46,49)
#0D191B
(13,25,27)
#000000
(0,0,0)

Tints of #71EBF7

#71EBF7
(113,235,247)
#7DECF7
(125,236,247)
#89EDF7
(137,237,247)
#95EEF7
(149,238,247)
#A1EFF7
(161,239,247)
#ADF0F7
(173,240,247)
#B9F1F7
(185,241,247)
#C5F2F7
(197,242,247)
#D1F3F7
(209,243,247)
#DDF4F7
(221,244,247)
#E9F5F7
(233,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71EBF7 color. Also use rgb(113,235,247) instead hex code.

Text Font Color

.myTextColor { color: #71EBF7; }

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

This text font color is #71EBF7.


Background Color

.myBgColor { background-color: #71EBF7; }

<div style="background-color:#71EBF7">Inner text</div>

This div background color is #71EBF7.


Border color

.myBorderColor { border: 1px solid #71EBF7; }

<div style="border:3px solid #71EBF7">Div</div>

This div border color is #71EBF7.


Opacity

.myOpacity80 { color: #71EBF7; opacity: 0.8; }

<p style="color:#71EBF7;opacity:0.8;">80%</p>

Text with #71EBF7 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 #71EBF7;}

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

This text has shadow with #71EBF7 color.

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

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

This text has shadow with #71EBF7 primary color and red secondary color.


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

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

This text has shadow with #71EBF7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71EBF7 on black background.


Color preview on white background

This text has color #71EBF7 on white background.



Black color preview on #71EBF7 background

This text has black color on #71EBF7 background.


White color preview on #71EBF7 background

This text has white color on #71EBF7 background.