COLOR #7CEBF1

HEX: #7CEBF1
RGB: (124,235,241)

Color info

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

RGB color model

#7CEBF1 color RGB value is (124,235,241).

  • red value is 124;
  • green value is 235;
  • blue value is 241.
RGB:
(124,235,241)
(49%,92%,95%)

RGB channels and saturation

R 124 of 255 = 49%
G 235 of 255 = 92%
B 241 of 255 = 95%

124
235
241

R + G + B ~ 79%. #7CEBF1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
124 + 235 + 241 = 600 (100%)
R 124 of 600 ~ 20.67%
G 235 of 600 ~ 39.17%
B 241 of 600 ~ 40.17%

%20.67
%39.17
%40.17

CMYK color model

#7CEBF1 color CMYK value is (49,2,0,5).

  • cyan value is 48.55%
  • magenta value is 2.49%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(49,2,0,5)
C49M2Y0K5 
(49%,2%,0%,5%)
(0.49/0.02/0.00/0.05)	

CMYK percentages

%48.55
%2.49
%0
%5.49

Codes

Color #7CEBF1 in popluar color models

7CEBF1
RGB124235241
HSL183°80.69%71.57%
HSB/HSV183°48.55%94.51%
CMYK48.55%2.49%0.00%
5.49%

Color #7CEBF1 in popluar number systems.

HEX7CEBF1
Decimal124235241
Binary11111001110101111110001
Octal174353361

Shades and tints

Shades of #7CEBF1

#7CEBF1
(124,235,241)
#71D6DC
(113,214,220)
#66C1C7
(102,193,199)
#5BACB2
(91,172,178)
#50979D
(80,151,157)
#458288
(69,130,136)
#3A6D73
(58,109,115)
#2F585E
(47,88,94)
#244349
(36,67,73)
#192E34
(25,46,52)
#0E191F
(14,25,31)
#000000
(0,0,0)

Tints of #7CEBF1

#7CEBF1
(124,235,241)
#87ECF2
(135,236,242)
#92EDF3
(146,237,243)
#9DEEF4
(157,238,244)
#A8EFF5
(168,239,245)
#B3F0F6
(179,240,246)
#BEF1F7
(190,241,247)
#C9F2F8
(201,242,248)
#D4F3F9
(212,243,249)
#DFF4FA
(223,244,250)
#EAF5FB
(234,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7CEBF1 color. Also use rgb(124,235,241) instead hex code.

Text Font Color

.myTextColor { color: #7CEBF1; }

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

This text font color is #7CEBF1.


Background Color

.myBgColor { background-color: #7CEBF1; }

<div style="background-color:#7CEBF1">Inner text</div>

This div background color is #7CEBF1.


Border color

.myBorderColor { border: 1px solid #7CEBF1; }

<div style="border:3px solid #7CEBF1">Div</div>

This div border color is #7CEBF1.


Opacity

.myOpacity80 { color: #7CEBF1; opacity: 0.8; }

<p style="color:#7CEBF1;opacity:0.8;">80%</p>

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

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

This text has shadow with #7CEBF1 color.

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

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

This text has shadow with #7CEBF1 primary color and red secondary color.


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

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

This text has shadow with #7CEBF1 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7CEBF1 on black background.


Color preview on white background

This text has color #7CEBF1 on white background.



Black color preview on #7CEBF1 background

This text has black color on #7CEBF1 background.


White color preview on #7CEBF1 background

This text has white color on #7CEBF1 background.