COLOR #7BFFBD

HEX: #7BFFBD
RGB: (123,255,189)

Color info

#7BFFBD contains mainly green color. Web safe color of #7BFFBD is #66FFCC (or #6FC).

RGB color model

#7BFFBD color RGB value is (123,255,189).

  • red value is 123;
  • green value is 255;
  • blue value is 189.
RGB:
(123,255,189)
(48%,100%,74%)

RGB channels and saturation

R 123 of 255 = 48%
G 255 of 255 = 100%
B 189 of 255 = 74%

123
255
189

R + G + B ~ 74%. #7BFFBD is quite light color.

Portions of RGB colors in percentages

R + G + B =
123 + 255 + 189 = 567 (100%)
R 123 of 567 ~ 21.69%
G 255 of 567 ~ 44.97%
B 189 of 567 ~ 33.33%

%21.69
%44.97
%33.33

CMYK color model

#7BFFBD color CMYK value is (52,0,26,0).

  • cyan value is 51.76%
  • magenta value is 0.00%
  • yellow value is 25.88%
  • key color value is 0.00%
CMYK:
(52,0,26,0)
C52M0Y26K0 
(52%,0%,26%,0%)
(0.52/0.00/0.26/0.00)	

CMYK percentages

%51.76
%0
%25.88
%0

Codes

Color #7BFFBD in popluar color models

7BFFBD
RGB123255189
HSL150°100.00%74.12%
HSB/HSV150°51.76%100.00%
CMYK51.76%0.00%25.88%
0.00%

Color #7BFFBD in popluar number systems.

HEX7BFFBD
Decimal123255189
Binary11110111111111110111101
Octal173377275

Shades and tints

Shades of #7BFFBD

#7BFFBD
(123,255,189)
#70E8AC
(112,232,172)
#65D19B
(101,209,155)
#5ABA8A
(90,186,138)
#4FA379
(79,163,121)
#448C68
(68,140,104)
#397557
(57,117,87)
#2E5E46
(46,94,70)
#234735
(35,71,53)
#183024
(24,48,36)
#0D1913
(13,25,19)
#000000
(0,0,0)

Tints of #7BFFBD

#7BFFBD
(123,255,189)
#87FFC3
(135,255,195)
#93FFC9
(147,255,201)
#9FFFCF
(159,255,207)
#ABFFD5
(171,255,213)
#B7FFDB
(183,255,219)
#C3FFE1
(195,255,225)
#CFFFE7
(207,255,231)
#DBFFED
(219,255,237)
#E7FFF3
(231,255,243)
#F3FFF9
(243,255,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7BFFBD color. Also use rgb(123,255,189) instead hex code.

Text Font Color

.myTextColor { color: #7BFFBD; }

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

This text font color is #7BFFBD.


Background Color

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

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

This div background color is #7BFFBD.


Border color

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

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

This div border color is #7BFFBD.


Opacity

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

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

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

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

This text has shadow with #7BFFBD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7BFFBD on black background.


Color preview on white background

This text has color #7BFFBD on white background.



Black color preview on #7BFFBD background

This text has black color on #7BFFBD background.


White color preview on #7BFFBD background

This text has white color on #7BFFBD background.