COLOR #7DB286

HEX: #7DB286
RGB: (125,178,134)

Color info

#7DB286 contains red, green and blue colors in about the same proportion. Web safe color of #7DB286 is #669999 (or #699).

RGB color model

#7DB286 color RGB value is (125,178,134).

  • red value is 125;
  • green value is 178;
  • blue value is 134.
RGB:
(125,178,134)
(49%,70%,53%)

RGB channels and saturation

R 125 of 255 = 49%
G 178 of 255 = 70%
B 134 of 255 = 53%

125
178
134

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

Portions of RGB colors in percentages

R + G + B =
125 + 178 + 134 = 437 (100%)
R 125 of 437 ~ 28.6%
G 178 of 437 ~ 40.73%
B 134 of 437 ~ 30.66%

%28.6
%40.73
%30.66

CMYK color model

#7DB286 color CMYK value is (30,0,25,30).

  • cyan value is 29.78%
  • magenta value is 0.00%
  • yellow value is 24.72%
  • key color value is 30.20%
CMYK:
(30,0,25,30)
C30M0Y25K30 
(30%,0%,25%,30%)
(0.30/0.00/0.25/0.30)	

CMYK percentages

%29.78
%0
%24.72
%30.2

Codes

Color #7DB286 in popluar color models

7DB286
RGB125178134
HSL130°25.60%59.41%
HSB/HSV130°29.78%69.80%
CMYK29.78%0.00%24.72%
30.20%

Color #7DB286 in popluar number systems.

HEX7DB286
Decimal125178134
Binary11111011011001010000110
Octal175262206

Shades and tints

Shades of #7DB286

#7DB286
(125,178,134)
#72A27A
(114,162,122)
#67926E
(103,146,110)
#5C8262
(92,130,98)
#517256
(81,114,86)
#46624A
(70,98,74)
#3B523E
(59,82,62)
#304232
(48,66,50)
#253226
(37,50,38)
#1A221A
(26,34,26)
#0F120E
(15,18,14)
#000000
(0,0,0)

Tints of #7DB286

#7DB286
(125,178,134)
#88B991
(136,185,145)
#93C09C
(147,192,156)
#9EC7A7
(158,199,167)
#A9CEB2
(169,206,178)
#B4D5BD
(180,213,189)
#BFDCC8
(191,220,200)
#CAE3D3
(202,227,211)
#D5EADE
(213,234,222)
#E0F1E9
(224,241,233)
#EBF8F4
(235,248,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DB286 color. Also use rgb(125,178,134) instead hex code.

Text Font Color

.myTextColor { color: #7DB286; }

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

This text font color is #7DB286.


Background Color

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

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

This div background color is #7DB286.


Border color

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

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

This div border color is #7DB286.


Opacity

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

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

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

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

This text has shadow with #7DB286 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DB286 on black background.


Color preview on white background

This text has color #7DB286 on white background.



Black color preview on #7DB286 background

This text has black color on #7DB286 background.


White color preview on #7DB286 background

This text has white color on #7DB286 background.