COLOR #7BEAF9

HEX: #7BEAF9
RGB: (123,234,249)

Color info

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

RGB color model

#7BEAF9 color RGB value is (123,234,249).

  • red value is 123;
  • green value is 234;
  • blue value is 249.
RGB:
(123,234,249)
(48%,92%,98%)

RGB channels and saturation

R 123 of 255 = 48%
G 234 of 255 = 92%
B 249 of 255 = 98%

123
234
249

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

Portions of RGB colors in percentages

R + G + B =
123 + 234 + 249 = 606 (100%)
R 123 of 606 ~ 20.3%
G 234 of 606 ~ 38.61%
B 249 of 606 ~ 41.09%

%20.3
%38.61
%41.09

CMYK color model

#7BEAF9 color CMYK value is (51,6,0,2).

  • cyan value is 50.60%
  • magenta value is 6.02%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(51,6,0,2)
C51M6Y0K2 
(51%,6%,0%,2%)
(0.51/0.06/0.00/0.02)	

CMYK percentages

%50.6
%6.02
%0
%2.35

Codes

Color #7BEAF9 in popluar color models

7BEAF9
RGB123234249
HSL187°91.30%72.94%
HSB/HSV187°50.60%97.65%
CMYK50.60%6.02%0.00%
2.35%

Color #7BEAF9 in popluar number systems.

HEX7BEAF9
Decimal123234249
Binary11110111110101011111001
Octal173352371

Shades and tints

Shades of #7BEAF9

#7BEAF9
(123,234,249)
#70D5E3
(112,213,227)
#65C0CD
(101,192,205)
#5AABB7
(90,171,183)
#4F96A1
(79,150,161)
#44818B
(68,129,139)
#396C75
(57,108,117)
#2E575F
(46,87,95)
#234249
(35,66,73)
#182D33
(24,45,51)
#0D181D
(13,24,29)
#000000
(0,0,0)

Tints of #7BEAF9

#7BEAF9
(123,234,249)
#87EBF9
(135,235,249)
#93ECF9
(147,236,249)
#9FEDF9
(159,237,249)
#ABEEF9
(171,238,249)
#B7EFF9
(183,239,249)
#C3F0F9
(195,240,249)
#CFF1F9
(207,241,249)
#DBF2F9
(219,242,249)
#E7F3F9
(231,243,249)
#F3F4F9
(243,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7BEAF9 color. Also use rgb(123,234,249) instead hex code.

Text Font Color

.myTextColor { color: #7BEAF9; }

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

This text font color is #7BEAF9.


Background Color

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

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

This div background color is #7BEAF9.


Border color

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

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

This div border color is #7BEAF9.


Opacity

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

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

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

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

This text has shadow with #7BEAF9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7BEAF9 on black background.


Color preview on white background

This text has color #7BEAF9 on white background.



Black color preview on #7BEAF9 background

This text has black color on #7BEAF9 background.


White color preview on #7BEAF9 background

This text has white color on #7BEAF9 background.