COLOR #7BDAB4

HEX: #7BDAB4 RGB: (123,218,180)

Color info

#7BDAB4 contains mainly green and blue colors. Web safe color of #7BDAB4 is #66CCCC (or #6CC).

RGB color model

#7BDAB4 color RGB value is (123,218,180).

RGB: (123,218,180) (48%, 85%, 71%)

RGB channels and saturation

R 123 of 255 = 48%
G 218 of 255 = 85%
B 180 of 255 = 71%

123
218
180

R + G + B ~ 68%. #7BDAB4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 123 + 218 + 180 = 521 (100%)
R 123 of 521 ~ 23.61%
G 218 of 521 ~ 41.84%
B 180 of 521 ~ 34.55'%

%23.61
%41.84
%34.55

CMYK color model

#7BDAB4 color CMYK value is (44,0,17,15).

  • cyan value is 43.58%
  • magenta value is 0.00%
  • yellow value is 17.43%
  • key color value is 14.51%

CMYK: (44,0,17,15)
C44M0Y17K15 (44%, 0%, 17%, 15%)
(0.44 / 0.00 / 0.17 / 0.15)

CMYK percentages

%43.58
%0
%17.43
%14.51

Codes

Color #7BDAB4 in popluar color models

7B DA B4
RGB 123 218 180
HSL 156° 56.21% 66.86%
HSB/HSV 156° 43.58% 85.49%
CMYK 43.58% 0.00% 17.43%
14.51%

Color #7BDAB4 in popluar number systems.

HEX 7B DA B4
Decimal 123 218 180
Binary 1111011 11011010 10110100
Octal 173 332 264

Shades and tints

Shades of #7BDAB4

#7BDAB4
(123,218,180)
#70C7A4
(112,199,164)
#65B494
(101,180,148)
#5AA184
(90,161,132)
#4F8E74
(79,142,116)
#447B64
(68,123,100)
#396854
(57,104,84)
#2E5544
(46,85,68)
#234234
(35,66,52)
#182F24
(24,47,36)
#0D1C14
(13,28,20)
#000000
(0,0,0)

Tints of #7BDAB4

#7BDAB4
(123,218,180)
#87DDBA
(135,221,186)
#93E0C0
(147,224,192)
#9FE3C6
(159,227,198)
#ABE6CC
(171,230,204)
#B7E9D2
(183,233,210)
#C3ECD8
(195,236,216)
#CFEFDE
(207,239,222)
#DBF2E4
(219,242,228)
#E7F5EA
(231,245,234)
#F3F8F0
(243,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7BDAB4 color. Also use rgb(123,218,180) instead hex code.

Text Font Color

.myTextColor { color: #7BDAB4; }

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

This text font color is #7BDAB4.

Background Color

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

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

This div background color is #7BDAB4.

Border color

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

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

This div border color is #7BDAB4.

Opacity

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

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

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

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

This text has shadow with #7BDAB4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7BDAB4.

Preview

Color preview on black background

This text has color #7BDAB4 on black background.


Color preview on white background

This text has color #7BDAB4 on white background.


Black color preview on #7BDAB4 background

This text has black color on #7BDAB4 background.


White color preview on #7BDAB4 background

This text has white color on #7BDAB4 background.


Related colors

Complementary color

Complementary color for #hex is #84254B.


I love getcolorcode.com

Triadic colors

1 #B47BDA and #DAB47B with #7BDAB4 are triadic colors.

2 #B4DA7B and #DA7BB4 with #7BDAB4 are triadic colors.