COLOR #7BE4E1

HEX: #7BE4E1 RGB: (123,228,225)

Color info

#7BE4E1 contains mainly green and blue colors. Web safe color of #7BE4E1 is #66CCCC (or #6CC).

RGB color model

#7BE4E1 color RGB value is (123,228,225).

RGB: (123,228,225) (48%, 89%, 88%)

RGB channels and saturation

R 123 of 255 = 48%
G 228 of 255 = 89%
B 225 of 255 = 88%

123
228
225

R + G + B ~ 75%. #7BE4E1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 123 + 228 + 225 = 576 (100%)
R 123 of 576 ~ 21.35%
G 228 of 576 ~ 39.58%
B 225 of 576 ~ 39.06'%

%21.35
%39.58
%39.06

CMYK color model

#7BE4E1 color CMYK value is (46,0,1,11).

  • cyan value is 46.05%
  • magenta value is 0.00%
  • yellow value is 1.32%
  • key color value is 10.59%

CMYK: (46,0,1,11)
C46M0Y1K11 (46%, 0%, 1%, 11%)
(0.46 / 0.00 / 0.01 / 0.11)

CMYK percentages

%46.05
%0
%1.32
%10.59

Codes

Color #7BE4E1 in popluar color models

7B E4 E1
RGB 123 228 225
HSL 178° 66.04% 68.82%
HSB/HSV 178° 46.05% 89.41%
CMYK 46.05% 0.00% 1.32%
10.59%

Color #7BE4E1 in popluar number systems.

HEX 7B E4 E1
Decimal 123 228 225
Binary 1111011 11100100 11100001
Octal 173 344 341

Shades and tints

Shades of #7BE4E1

#7BE4E1
(123,228,225)
#70D0CD
(112,208,205)
#65BCB9
(101,188,185)
#5AA8A5
(90,168,165)
#4F9491
(79,148,145)
#44807D
(68,128,125)
#396C69
(57,108,105)
#2E5855
(46,88,85)
#234441
(35,68,65)
#18302D
(24,48,45)
#0D1C19
(13,28,25)
#000000
(0,0,0)

Tints of #7BE4E1

#7BE4E1
(123,228,225)
#87E6E3
(135,230,227)
#93E8E5
(147,232,229)
#9FEAE7
(159,234,231)
#ABECE9
(171,236,233)
#B7EEEB
(183,238,235)
#C3F0ED
(195,240,237)
#CFF2EF
(207,242,239)
#DBF4F1
(219,244,241)
#E7F6F3
(231,246,243)
#F3F8F5
(243,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7BE4E1 color. Also use rgb(123,228,225) instead hex code.

Text Font Color

.myTextColor { color: #7BE4E1; }

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

This text font color is #7BE4E1.

Background Color

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

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

This div background color is #7BE4E1.

Border color

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

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

This div border color is #7BE4E1.

Opacity

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

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

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

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

This text has shadow with #7BE4E1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7BE4E1.

Preview

Color preview on black background

This text has color #7BE4E1 on black background.


Color preview on white background

This text has color #7BE4E1 on white background.


Black color preview on #7BE4E1 background

This text has black color on #7BE4E1 background.


White color preview on #7BE4E1 background

This text has white color on #7BE4E1 background.


Related colors

Complementary color

Complementary color for #hex is #841B1E.


I love getcolorcode.com

Triadic colors

1 #E17BE4 and #E4E17B with #7BE4E1 are triadic colors.

2 #E1E47B and #E47BE1 with #7BE4E1 are triadic colors.