COLOR #7BEDB1

HEX: #7BEDB1
RGB: (123,237,177)

Color info

#7BEDB1 contains mainly green color. Web safe color of #7BEDB1 is #66FF99 (or #6F9).

RGB color model

#7BEDB1 color RGB value is (123,237,177).

  • red value is 123;
  • green value is 237;
  • blue value is 177.
RGB:
(123,237,177)
(48%,93%,69%)

RGB channels and saturation

R 123 of 255 = 48%
G 237 of 255 = 93%
B 177 of 255 = 69%

123
237
177

R + G + B ~ 70%. #7BEDB1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
123 + 237 + 177 = 537 (100%)
R 123 of 537 ~ 22.91%
G 237 of 537 ~ 44.13%
B 177 of 537 ~ 32.96%

%22.91
%44.13
%32.96

CMYK color model

#7BEDB1 color CMYK value is (48,0,25,7).

  • cyan value is 48.10%
  • magenta value is 0.00%
  • yellow value is 25.32%
  • key color value is 7.06%
CMYK:
(48,0,25,7)
C48M0Y25K7 
(48%,0%,25%,7%)
(0.48/0.00/0.25/0.07)	

CMYK percentages

%48.1
%0
%25.32
%7.06

Codes

Color #7BEDB1 in popluar color models

7BEDB1
RGB123237177
HSL148°76.00%70.59%
HSB/HSV148°48.10%92.94%
CMYK48.10%0.00%25.32%
7.06%

Color #7BEDB1 in popluar number systems.

HEX7BEDB1
Decimal123237177
Binary11110111110110110110001
Octal173355261

Shades and tints

Shades of #7BEDB1

#7BEDB1
(123,237,177)
#70D8A1
(112,216,161)
#65C391
(101,195,145)
#5AAE81
(90,174,129)
#4F9971
(79,153,113)
#448461
(68,132,97)
#396F51
(57,111,81)
#2E5A41
(46,90,65)
#234531
(35,69,49)
#183021
(24,48,33)
#0D1B11
(13,27,17)
#000000
(0,0,0)

Tints of #7BEDB1

#7BEDB1
(123,237,177)
#87EEB8
(135,238,184)
#93EFBF
(147,239,191)
#9FF0C6
(159,240,198)
#ABF1CD
(171,241,205)
#B7F2D4
(183,242,212)
#C3F3DB
(195,243,219)
#CFF4E2
(207,244,226)
#DBF5E9
(219,245,233)
#E7F6F0
(231,246,240)
#F3F7F7
(243,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7BEDB1 color. Also use rgb(123,237,177) instead hex code.

Text Font Color

.myTextColor { color: #7BEDB1; }

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

This text font color is #7BEDB1.


Background Color

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

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

This div background color is #7BEDB1.


Border color

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

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

This div border color is #7BEDB1.


Opacity

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

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

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

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

This text has shadow with #7BEDB1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7BEDB1 on black background.


Color preview on white background

This text has color #7BEDB1 on white background.



Black color preview on #7BEDB1 background

This text has black color on #7BEDB1 background.


White color preview on #7BEDB1 background

This text has white color on #7BEDB1 background.