COLOR #7BE8D9

HEX: #7BE8D9
RGB: (123,232,217)

Color info

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

RGB color model

#7BE8D9 color RGB value is (123,232,217).

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

RGB channels and saturation

R 123 of 255 = 48%
G 232 of 255 = 91%
B 217 of 255 = 85%

123
232
217

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

Portions of RGB colors in percentages

R + G + B =
123 + 232 + 217 = 572 (100%)
R 123 of 572 ~ 21.5%
G 232 of 572 ~ 40.56%
B 217 of 572 ~ 37.94%

%21.5
%40.56
%37.94

CMYK color model

#7BE8D9 color CMYK value is (47,0,6,9).

  • cyan value is 46.98%
  • magenta value is 0.00%
  • yellow value is 6.47%
  • key color value is 9.02%
CMYK:
(47,0,6,9)
C47M0Y6K9 
(47%,0%,6%,9%)
(0.47/0.00/0.06/0.09)	

CMYK percentages

%46.98
%0
%6.47
%9.02

Codes

Color #7BE8D9 in popluar color models

7BE8D9
RGB123232217
HSL172°70.32%69.61%
HSB/HSV172°46.98%90.98%
CMYK46.98%0.00%6.47%
9.02%

Color #7BE8D9 in popluar number systems.

HEX7BE8D9
Decimal123232217
Binary11110111110100011011001
Octal173350331

Shades and tints

Shades of #7BE8D9

#7BE8D9
(123,232,217)
#70D3C6
(112,211,198)
#65BEB3
(101,190,179)
#5AA9A0
(90,169,160)
#4F948D
(79,148,141)
#447F7A
(68,127,122)
#396A67
(57,106,103)
#2E5554
(46,85,84)
#234041
(35,64,65)
#182B2E
(24,43,46)
#0D161B
(13,22,27)
#000000
(0,0,0)

Tints of #7BE8D9

#7BE8D9
(123,232,217)
#87EADC
(135,234,220)
#93ECDF
(147,236,223)
#9FEEE2
(159,238,226)
#ABF0E5
(171,240,229)
#B7F2E8
(183,242,232)
#C3F4EB
(195,244,235)
#CFF6EE
(207,246,238)
#DBF8F1
(219,248,241)
#E7FAF4
(231,250,244)
#F3FCF7
(243,252,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7BE8D9; }

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

This text font color is #7BE8D9.


Background Color

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

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

This div background color is #7BE8D9.


Border color

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

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

This div border color is #7BE8D9.


Opacity

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

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

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

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

This text has shadow with #7BE8D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7BE8D9 on black background.


Color preview on white background

This text has color #7BE8D9 on white background.



Black color preview on #7BE8D9 background

This text has black color on #7BE8D9 background.


White color preview on #7BE8D9 background

This text has white color on #7BE8D9 background.