COLOR #7BDF93

HEX: #7BDF93
RGB: (123,223,147)

Color info

#7BDF93 contains mainly green color. Web safe color of #7BDF93 is #66CC99 (or #6C9).

RGB color model

#7BDF93 color RGB value is (123,223,147).

  • red value is 123;
  • green value is 223;
  • blue value is 147.
RGB:
(123,223,147)
(48%,87%,58%)

RGB channels and saturation

R 123 of 255 = 48%
G 223 of 255 = 87%
B 147 of 255 = 58%

123
223
147

R + G + B ~ 64%. #7BDF93 is quite light color.

Portions of RGB colors in percentages

R + G + B =
123 + 223 + 147 = 493 (100%)
R 123 of 493 ~ 24.95%
G 223 of 493 ~ 45.23%
B 147 of 493 ~ 29.82%

%24.95
%45.23
%29.82

CMYK color model

#7BDF93 color CMYK value is (45,0,34,13).

  • cyan value is 44.84%
  • magenta value is 0.00%
  • yellow value is 34.08%
  • key color value is 12.55%
CMYK:
(45,0,34,13)
C45M0Y34K13 
(45%,0%,34%,13%)
(0.45/0.00/0.34/0.13)	

CMYK percentages

%44.84
%0
%34.08
%12.55

Codes

Color #7BDF93 in popluar color models

7BDF93
RGB123223147
HSL134°60.98%67.84%
HSB/HSV134°44.84%87.45%
CMYK44.84%0.00%34.08%
12.55%

Color #7BDF93 in popluar number systems.

HEX7BDF93
Decimal123223147
Binary11110111101111110010011
Octal173337223

Shades and tints

Shades of #7BDF93

#7BDF93
(123,223,147)
#70CB86
(112,203,134)
#65B779
(101,183,121)
#5AA36C
(90,163,108)
#4F8F5F
(79,143,95)
#447B52
(68,123,82)
#396745
(57,103,69)
#2E5338
(46,83,56)
#233F2B
(35,63,43)
#182B1E
(24,43,30)
#0D1711
(13,23,17)
#000000
(0,0,0)

Tints of #7BDF93

#7BDF93
(123,223,147)
#87E19C
(135,225,156)
#93E3A5
(147,227,165)
#9FE5AE
(159,229,174)
#ABE7B7
(171,231,183)
#B7E9C0
(183,233,192)
#C3EBC9
(195,235,201)
#CFEDD2
(207,237,210)
#DBEFDB
(219,239,219)
#E7F1E4
(231,241,228)
#F3F3ED
(243,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7BDF93 color. Also use rgb(123,223,147) instead hex code.

Text Font Color

.myTextColor { color: #7BDF93; }

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

This text font color is #7BDF93.


Background Color

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

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

This div background color is #7BDF93.


Border color

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

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

This div border color is #7BDF93.


Opacity

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

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

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

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

This text has shadow with #7BDF93 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7BDF93 on black background.


Color preview on white background

This text has color #7BDF93 on white background.



Black color preview on #7BDF93 background

This text has black color on #7BDF93 background.


White color preview on #7BDF93 background

This text has white color on #7BDF93 background.