COLOR #7BD8A3

HEX: #7BD8A3
RGB: (123,216,163)

Color info

#7BD8A3 contains mainly green and blue colors. Web safe color of #7BD8A3 is #66CC99 (or #6C9).

RGB color model

#7BD8A3 color RGB value is (123,216,163).

  • red value is 123;
  • green value is 216;
  • blue value is 163.
RGB:
(123,216,163)
(48%,85%,64%)

RGB channels and saturation

R 123 of 255 = 48%
G 216 of 255 = 85%
B 163 of 255 = 64%

123
216
163

R + G + B ~ 66%. #7BD8A3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
123 + 216 + 163 = 502 (100%)
R 123 of 502 ~ 24.5%
G 216 of 502 ~ 43.03%
B 163 of 502 ~ 32.47%

%24.5
%43.03
%32.47

CMYK color model

#7BD8A3 color CMYK value is (43,0,25,15).

  • cyan value is 43.06%
  • magenta value is 0.00%
  • yellow value is 24.54%
  • key color value is 15.29%
CMYK:
(43,0,25,15)
C43M0Y25K15 
(43%,0%,25%,15%)
(0.43/0.00/0.25/0.15)	

CMYK percentages

%43.06
%0
%24.54
%15.29

Codes

Color #7BD8A3 in popluar color models

7BD8A3
RGB123216163
HSL146°54.39%66.47%
HSB/HSV146°43.06%84.71%
CMYK43.06%0.00%24.54%
15.29%

Color #7BD8A3 in popluar number systems.

HEX7BD8A3
Decimal123216163
Binary11110111101100010100011
Octal173330243

Shades and tints

Shades of #7BD8A3

#7BD8A3
(123,216,163)
#70C595
(112,197,149)
#65B287
(101,178,135)
#5A9F79
(90,159,121)
#4F8C6B
(79,140,107)
#44795D
(68,121,93)
#39664F
(57,102,79)
#2E5341
(46,83,65)
#234033
(35,64,51)
#182D25
(24,45,37)
#0D1A17
(13,26,23)
#000000
(0,0,0)

Tints of #7BD8A3

#7BD8A3
(123,216,163)
#87DBAB
(135,219,171)
#93DEB3
(147,222,179)
#9FE1BB
(159,225,187)
#ABE4C3
(171,228,195)
#B7E7CB
(183,231,203)
#C3EAD3
(195,234,211)
#CFEDDB
(207,237,219)
#DBF0E3
(219,240,227)
#E7F3EB
(231,243,235)
#F3F6F3
(243,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7BD8A3 color. Also use rgb(123,216,163) instead hex code.

Text Font Color

.myTextColor { color: #7BD8A3; }

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

This text font color is #7BD8A3.


Background Color

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

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

This div background color is #7BD8A3.


Border color

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

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

This div border color is #7BD8A3.


Opacity

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

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

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

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

This text has shadow with #7BD8A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7BD8A3 on black background.


Color preview on white background

This text has color #7BD8A3 on white background.



Black color preview on #7BD8A3 background

This text has black color on #7BD8A3 background.


White color preview on #7BD8A3 background

This text has white color on #7BD8A3 background.