COLOR #7BD4AD

HEX: #7BD4AD RGB: (123,212,173)

Color info

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

RGB color model

#7BD4AD color RGB value is (123,212,173).

RGB: (123,212,173) (48%, 83%, 68%)

RGB channels and saturation

R 123 of 255 = 48%
G 212 of 255 = 83%
B 173 of 255 = 68%

123
212
173

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

Portions of RGB colors in percentages

R + G + B = 123 + 212 + 173 = 508 (100%)
R 123 of 508 ~ 24.21%
G 212 of 508 ~ 41.73%
B 173 of 508 ~ 34.06'%

%24.21
%41.73
%34.06

CMYK color model

#7BD4AD color CMYK value is (42,0,18,17).

  • cyan value is 41.98%
  • magenta value is 0.00%
  • yellow value is 18.40%
  • key color value is 16.86%
CMYK: (42,0,18,17) C42M0Y18K17 (42%,0%,18%,17%) (0.42/0.00/0.18/0.17) 

CMYK percentages

%41.98
%0
%18.4
%16.86

Codes

Color #7BD4AD in popluar color models

7B D4 AD
RGB 123 212 173
HSL 154° 50.86% 65.69%
HSB/HSV 154° 41.98% 83.14%
CMYK 41.98% 0.00% 18.40%
16.86%

Color #7BD4AD in popluar number systems.

HEX 7B D4 AD
Decimal 123 212 173
Binary 1111011 11010100 10101101
Octal 173 324 255

Shades and tints

Shades of #7BD4AD

#7BD4AD
(123,212,173)
#70C19E
(112,193,158)
#65AE8F
(101,174,143)
#5A9B80
(90,155,128)
#4F8871
(79,136,113)
#447562
(68,117,98)
#396253
(57,98,83)
#2E4F44
(46,79,68)
#233C35
(35,60,53)
#182926
(24,41,38)
#0D1617
(13,22,23)
#000000
(0,0,0)

Tints of #7BD4AD

#7BD4AD
(123,212,173)
#87D7B4
(135,215,180)
#93DABB
(147,218,187)
#9FDDC2
(159,221,194)
#ABE0C9
(171,224,201)
#B7E3D0
(183,227,208)
#C3E6D7
(195,230,215)
#CFE9DE
(207,233,222)
#DBECE5
(219,236,229)
#E7EFEC
(231,239,236)
#F3F2F3
(243,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7BD4AD color. Also use rgb(123,212,173) instead hex code.

Text Font Color

.myTextColor { color: #7BD4AD; }

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

This text font color is #7BD4AD.

Background Color

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

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

This div background color is #7BD4AD.

Border color

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

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

This div border color is #7BD4AD.

Opacity

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

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

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

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

This text has shadow with #7BD4AD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7BD4AD.

Preview

Color preview on black background

This text has color #7BD4AD on black background.


Color preview on white background

This text has color #7BD4AD on white background.


Black color preview on #7BD4AD background

This text has black color on #7BD4AD background.


White color preview on #7BD4AD background

This text has white color on #7BD4AD background.


Related colors

Complementary color

Complementary color for #hex is #842B52.


I love getcolorcode.com

Triadic colors

1 #AD7BD4 and #D4AD7B with #7BD4AD are triadic colors.

2 #ADD47B and #D47BAD with #7BD4AD are triadic colors.