COLOR #7EC3B9

HEX: #7EC3B9 RGB: (126,195,185)

Color info

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

RGB color model

#7EC3B9 color RGB value is (126,195,185).

RGB: (126,195,185) (49%, 76%, 73%)

RGB channels and saturation

R 126 of 255 = 49%
G 195 of 255 = 76%
B 185 of 255 = 73%

126
195
185

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

Portions of RGB colors in percentages

R + G + B = 126 + 195 + 185 = 506 (100%)
R 126 of 506 ~ 24.9%
G 195 of 506 ~ 38.54%
B 185 of 506 ~ 36.56'%

%24.9
%38.54
%36.56

CMYK color model

#7EC3B9 color CMYK value is (35,0,5,24).

  • cyan value is 35.38%
  • magenta value is 0.00%
  • yellow value is 5.13%
  • key color value is 23.53%

CMYK: (35,0,5,24)
C35M0Y5K24 (35%, 0%, 5%, 24%)
(0.35 / 0.00 / 0.05 / 0.24)

CMYK percentages

%35.38
%0
%5.13
%23.53

Codes

Color #7EC3B9 in popluar color models

7E C3 B9
RGB 126 195 185
HSL 171° 36.51% 62.94%
HSB/HSV 171° 35.38% 76.47%
CMYK 35.38% 0.00% 5.13%
23.53%

Color #7EC3B9 in popluar number systems.

HEX 7E C3 B9
Decimal 126 195 185
Binary 1111110 11000011 10111001
Octal 176 303 271

Shades and tints

Shades of #7EC3B9

#7EC3B9
(126,195,185)
#73B2A9
(115,178,169)
#68A199
(104,161,153)
#5D9089
(93,144,137)
#527F79
(82,127,121)
#476E69
(71,110,105)
#3C5D59
(60,93,89)
#314C49
(49,76,73)
#263B39
(38,59,57)
#1B2A29
(27,42,41)
#101919
(16,25,25)
#000000
(0,0,0)

Tints of #7EC3B9

#7EC3B9
(126,195,185)
#89C8BF
(137,200,191)
#94CDC5
(148,205,197)
#9FD2CB
(159,210,203)
#AAD7D1
(170,215,209)
#B5DCD7
(181,220,215)
#C0E1DD
(192,225,221)
#CBE6E3
(203,230,227)
#D6EBE9
(214,235,233)
#E1F0EF
(225,240,239)
#ECF5F5
(236,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7EC3B9 color. Also use rgb(126,195,185) instead hex code.

Text Font Color

.myTextColor { color: #7EC3B9; }

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

This text font color is #7EC3B9.

Background Color

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

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

This div background color is #7EC3B9.

Border color

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

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

This div border color is #7EC3B9.

Opacity

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

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

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

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

This text has shadow with #7EC3B9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7EC3B9.

Preview

Color preview on black background

This text has color #7EC3B9 on black background.


Color preview on white background

This text has color #7EC3B9 on white background.


Black color preview on #7EC3B9 background

This text has black color on #7EC3B9 background.


White color preview on #7EC3B9 background

This text has white color on #7EC3B9 background.


Related colors

Complementary color

Complementary color for #hex is #813C46.


I love getcolorcode.com

Triadic colors

1 #B97EC3 and #C3B97E with #7EC3B9 are triadic colors.

2 #B9C37E and #C37EB9 with #7EC3B9 are triadic colors.