COLOR #7DBA8E

HEX: #7DBA8E
RGB: (125,186,142)

Color info

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

RGB color model

#7DBA8E color RGB value is (125,186,142).

  • red value is 125;
  • green value is 186;
  • blue value is 142.
RGB:
(125,186,142)
(49%,73%,56%)

RGB channels and saturation

R 125 of 255 = 49%
G 186 of 255 = 73%
B 142 of 255 = 56%

125
186
142

R + G + B ~ 59%. #7DBA8E is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
125 + 186 + 142 = 453 (100%)
R 125 of 453 ~ 27.59%
G 186 of 453 ~ 41.06%
B 142 of 453 ~ 31.35%

%27.59
%41.06
%31.35

CMYK color model

#7DBA8E color CMYK value is (33,0,24,27).

  • cyan value is 32.80%
  • magenta value is 0.00%
  • yellow value is 23.66%
  • key color value is 27.06%
CMYK:
(33,0,24,27)
C33M0Y24K27 
(33%,0%,24%,27%)
(0.33/0.00/0.24/0.27)	

CMYK percentages

%32.8
%0
%23.66
%27.06

Codes

Color #7DBA8E in popluar color models

7DBA8E
RGB125186142
HSL137°30.65%60.98%
HSB/HSV137°32.80%72.94%
CMYK32.80%0.00%23.66%
27.06%

Color #7DBA8E in popluar number systems.

HEX7DBA8E
Decimal125186142
Binary11111011011101010001110
Octal175272216

Shades and tints

Shades of #7DBA8E

#7DBA8E
(125,186,142)
#72AA82
(114,170,130)
#679A76
(103,154,118)
#5C8A6A
(92,138,106)
#517A5E
(81,122,94)
#466A52
(70,106,82)
#3B5A46
(59,90,70)
#304A3A
(48,74,58)
#253A2E
(37,58,46)
#1A2A22
(26,42,34)
#0F1A16
(15,26,22)
#000000
(0,0,0)

Tints of #7DBA8E

#7DBA8E
(125,186,142)
#88C098
(136,192,152)
#93C6A2
(147,198,162)
#9ECCAC
(158,204,172)
#A9D2B6
(169,210,182)
#B4D8C0
(180,216,192)
#BFDECA
(191,222,202)
#CAE4D4
(202,228,212)
#D5EADE
(213,234,222)
#E0F0E8
(224,240,232)
#EBF6F2
(235,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DBA8E color. Also use rgb(125,186,142) instead hex code.

Text Font Color

.myTextColor { color: #7DBA8E; }

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

This text font color is #7DBA8E.


Background Color

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

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

This div background color is #7DBA8E.


Border color

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

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

This div border color is #7DBA8E.


Opacity

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

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

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

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

This text has shadow with #7DBA8E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DBA8E on black background.


Color preview on white background

This text has color #7DBA8E on white background.



Black color preview on #7DBA8E background

This text has black color on #7DBA8E background.


White color preview on #7DBA8E background

This text has white color on #7DBA8E background.