COLOR #7DCB88

HEX: #7DCB88
RGB: (125,203,136)

Color info

#7DCB88 contains mainly green color. Web safe color of #7DCB88 is #66CC99 (or #6C9).

RGB color model

#7DCB88 color RGB value is (125,203,136).

  • red value is 125;
  • green value is 203;
  • blue value is 136.
RGB:
(125,203,136)
(49%,80%,53%)

RGB channels and saturation

R 125 of 255 = 49%
G 203 of 255 = 80%
B 136 of 255 = 53%

125
203
136

R + G + B ~ 61%. #7DCB88 is quite light color.

Portions of RGB colors in percentages

R + G + B =
125 + 203 + 136 = 464 (100%)
R 125 of 464 ~ 26.94%
G 203 of 464 ~ 43.75%
B 136 of 464 ~ 29.31%

%26.94
%43.75
%29.31

CMYK color model

#7DCB88 color CMYK value is (38,0,33,20).

  • cyan value is 38.42%
  • magenta value is 0.00%
  • yellow value is 33.00%
  • key color value is 20.39%
CMYK:
(38,0,33,20)
C38M0Y33K20 
(38%,0%,33%,20%)
(0.38/0.00/0.33/0.20)	

CMYK percentages

%38.42
%0
%33
%20.39

Codes

Color #7DCB88 in popluar color models

7DCB88
RGB125203136
HSL128°42.86%64.31%
HSB/HSV128°38.42%79.61%
CMYK38.42%0.00%33.00%
20.39%

Color #7DCB88 in popluar number systems.

HEX7DCB88
Decimal125203136
Binary11111011100101110001000
Octal175313210

Shades and tints

Shades of #7DCB88

#7DCB88
(125,203,136)
#72B97C
(114,185,124)
#67A770
(103,167,112)
#5C9564
(92,149,100)
#518358
(81,131,88)
#46714C
(70,113,76)
#3B5F40
(59,95,64)
#304D34
(48,77,52)
#253B28
(37,59,40)
#1A291C
(26,41,28)
#0F1710
(15,23,16)
#000000
(0,0,0)

Tints of #7DCB88

#7DCB88
(125,203,136)
#88CF92
(136,207,146)
#93D39C
(147,211,156)
#9ED7A6
(158,215,166)
#A9DBB0
(169,219,176)
#B4DFBA
(180,223,186)
#BFE3C4
(191,227,196)
#CAE7CE
(202,231,206)
#D5EBD8
(213,235,216)
#E0EFE2
(224,239,226)
#EBF3EC
(235,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DCB88 color. Also use rgb(125,203,136) instead hex code.

Text Font Color

.myTextColor { color: #7DCB88; }

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

This text font color is #7DCB88.


Background Color

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

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

This div background color is #7DCB88.


Border color

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

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

This div border color is #7DCB88.


Opacity

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

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

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

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

This text has shadow with #7DCB88 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DCB88 on black background.


Color preview on white background

This text has color #7DCB88 on white background.



Black color preview on #7DCB88 background

This text has black color on #7DCB88 background.


White color preview on #7DCB88 background

This text has white color on #7DCB88 background.