COLOR #7BE8E2

HEX: #7BE8E2
RGB: (123,232,226)

Color info

#7BE8E2 contains mainly green and blue colors. Web safe color of #7BE8E2 is #66FFCC (or #6FC).

RGB color model

#7BE8E2 color RGB value is (123,232,226).

  • red value is 123;
  • green value is 232;
  • blue value is 226.
RGB:
(123,232,226)
(48%,91%,89%)

RGB channels and saturation

R 123 of 255 = 48%
G 232 of 255 = 91%
B 226 of 255 = 89%

123
232
226

R + G + B ~ 76%. #7BE8E2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
123 + 232 + 226 = 581 (100%)
R 123 of 581 ~ 21.17%
G 232 of 581 ~ 39.93%
B 226 of 581 ~ 38.9%

%21.17
%39.93
%38.9

CMYK color model

#7BE8E2 color CMYK value is (47,0,3,9).

  • cyan value is 46.98%
  • magenta value is 0.00%
  • yellow value is 2.59%
  • key color value is 9.02%
CMYK:
(47,0,3,9)
C47M0Y3K9 
(47%,0%,3%,9%)
(0.47/0.00/0.03/0.09)	

CMYK percentages

%46.98
%0
%2.59
%9.02

Codes

Color #7BE8E2 in popluar color models

7BE8E2
RGB123232226
HSL177°70.32%69.61%
HSB/HSV177°46.98%90.98%
CMYK46.98%0.00%2.59%
9.02%

Color #7BE8E2 in popluar number systems.

HEX7BE8E2
Decimal123232226
Binary11110111110100011100010
Octal173350342

Shades and tints

Shades of #7BE8E2

#7BE8E2
(123,232,226)
#70D3CE
(112,211,206)
#65BEBA
(101,190,186)
#5AA9A6
(90,169,166)
#4F9492
(79,148,146)
#447F7E
(68,127,126)
#396A6A
(57,106,106)
#2E5556
(46,85,86)
#234042
(35,64,66)
#182B2E
(24,43,46)
#0D161A
(13,22,26)
#000000
(0,0,0)

Tints of #7BE8E2

#7BE8E2
(123,232,226)
#87EAE4
(135,234,228)
#93ECE6
(147,236,230)
#9FEEE8
(159,238,232)
#ABF0EA
(171,240,234)
#B7F2EC
(183,242,236)
#C3F4EE
(195,244,238)
#CFF6F0
(207,246,240)
#DBF8F2
(219,248,242)
#E7FAF4
(231,250,244)
#F3FCF6
(243,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7BE8E2 color. Also use rgb(123,232,226) instead hex code.

Text Font Color

.myTextColor { color: #7BE8E2; }

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

This text font color is #7BE8E2.


Background Color

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

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

This div background color is #7BE8E2.


Border color

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

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

This div border color is #7BE8E2.


Opacity

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

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

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

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

This text has shadow with #7BE8E2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7BE8E2 on black background.


Color preview on white background

This text has color #7BE8E2 on white background.



Black color preview on #7BE8E2 background

This text has black color on #7BE8E2 background.


White color preview on #7BE8E2 background

This text has white color on #7BE8E2 background.