COLOR #7BD6AF

HEX: #7BD6AF RGB: (123,214,175)

Color info

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

RGB color model

#7BD6AF color RGB value is (123,214,175).

RGB: (123,214,175) (48%, 84%, 69%)

RGB channels and saturation

R 123 of 255 = 48%
G 214 of 255 = 84%
B 175 of 255 = 69%

123
214
175

R + G + B ~ 67%. #7BD6AF is quite light color.

Portions of RGB colors in percentages

R + G + B = 123 + 214 + 175 = 512 (100%)
R 123 of 512 ~ 24.02%
G 214 of 512 ~ 41.8%
B 175 of 512 ~ 34.18'%

%24.02
%41.8
%34.18

CMYK color model

#7BD6AF color CMYK value is (43,0,18,16).

  • cyan value is 42.52%
  • magenta value is 0.00%
  • yellow value is 18.22%
  • key color value is 16.08%

CMYK: (43,0,18,16)
C43M0Y18K16 (43%, 0%, 18%, 16%)
(0.43 / 0.00 / 0.18 / 0.16)

CMYK percentages

%42.52
%0
%18.22
%16.08

Codes

Color #7BD6AF in popluar color models

7B D6 AF
RGB 123 214 175
HSL 154° 52.60% 66.08%
HSB/HSV 154° 42.52% 83.92%
CMYK 42.52% 0.00% 18.22%
16.08%

Color #7BD6AF in popluar number systems.

HEX 7B D6 AF
Decimal 123 214 175
Binary 1111011 11010110 10101111
Octal 173 326 257

Shades and tints

Shades of #7BD6AF

#7BD6AF
(123,214,175)
#70C3A0
(112,195,160)
#65B091
(101,176,145)
#5A9D82
(90,157,130)
#4F8A73
(79,138,115)
#447764
(68,119,100)
#396455
(57,100,85)
#2E5146
(46,81,70)
#233E37
(35,62,55)
#182B28
(24,43,40)
#0D1819
(13,24,25)
#000000
(0,0,0)

Tints of #7BD6AF

#7BD6AF
(123,214,175)
#87D9B6
(135,217,182)
#93DCBD
(147,220,189)
#9FDFC4
(159,223,196)
#ABE2CB
(171,226,203)
#B7E5D2
(183,229,210)
#C3E8D9
(195,232,217)
#CFEBE0
(207,235,224)
#DBEEE7
(219,238,231)
#E7F1EE
(231,241,238)
#F3F4F5
(243,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7BD6AF color. Also use rgb(123,214,175) instead hex code.

Text Font Color

.myTextColor { color: #7BD6AF; }

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

This text font color is #7BD6AF.

Background Color

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

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

This div background color is #7BD6AF.

Border color

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

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

This div border color is #7BD6AF.

Opacity

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

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

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

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

This text has shadow with #7BD6AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7BD6AF.

Preview

Color preview on black background

This text has color #7BD6AF on black background.


Color preview on white background

This text has color #7BD6AF on white background.


Black color preview on #7BD6AF background

This text has black color on #7BD6AF background.


White color preview on #7BD6AF background

This text has white color on #7BD6AF background.


Related colors

Complementary color

Complementary color for #hex is #842950.


I love getcolorcode.com

Triadic colors

1 #AF7BD6 and #D6AF7B with #7BD6AF are triadic colors.

2 #AFD67B and #D67BAF with #7BD6AF are triadic colors.