COLOR #7DCCA5

HEX: #7DCCA5
RGB: (125,204,165)

Color info

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

RGB color model

#7DCCA5 color RGB value is (125,204,165).

  • red value is 125;
  • green value is 204;
  • blue value is 165.
RGB:
(125,204,165)
(49%,80%,65%)

RGB channels and saturation

R 125 of 255 = 49%
G 204 of 255 = 80%
B 165 of 255 = 65%

125
204
165

R + G + B ~ 65%. #7DCCA5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
125 + 204 + 165 = 494 (100%)
R 125 of 494 ~ 25.3%
G 204 of 494 ~ 41.3%
B 165 of 494 ~ 33.4%

%25.3
%41.3
%33.4

CMYK color model

#7DCCA5 color CMYK value is (39,0,19,20).

  • cyan value is 38.73%
  • magenta value is 0.00%
  • yellow value is 19.12%
  • key color value is 20.00%
CMYK:
(39,0,19,20)
C39M0Y19K20 
(39%,0%,19%,20%)
(0.39/0.00/0.19/0.20)	

CMYK percentages

%38.73
%0
%19.12
%20

Codes

Color #7DCCA5 in popluar color models

7DCCA5
RGB125204165
HSL150°43.65%64.51%
HSB/HSV150°38.73%80.00%
CMYK38.73%0.00%19.12%
20.00%

Color #7DCCA5 in popluar number systems.

HEX7DCCA5
Decimal125204165
Binary11111011100110010100101
Octal175314245

Shades and tints

Shades of #7DCCA5

#7DCCA5
(125,204,165)
#72BA96
(114,186,150)
#67A887
(103,168,135)
#5C9678
(92,150,120)
#518469
(81,132,105)
#46725A
(70,114,90)
#3B604B
(59,96,75)
#304E3C
(48,78,60)
#253C2D
(37,60,45)
#1A2A1E
(26,42,30)
#0F180F
(15,24,15)
#000000
(0,0,0)

Tints of #7DCCA5

#7DCCA5
(125,204,165)
#88D0AD
(136,208,173)
#93D4B5
(147,212,181)
#9ED8BD
(158,216,189)
#A9DCC5
(169,220,197)
#B4E0CD
(180,224,205)
#BFE4D5
(191,228,213)
#CAE8DD
(202,232,221)
#D5ECE5
(213,236,229)
#E0F0ED
(224,240,237)
#EBF4F5
(235,244,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DCCA5 color. Also use rgb(125,204,165) instead hex code.

Text Font Color

.myTextColor { color: #7DCCA5; }

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

This text font color is #7DCCA5.


Background Color

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

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

This div background color is #7DCCA5.


Border color

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

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

This div border color is #7DCCA5.


Opacity

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

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

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

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

This text has shadow with #7DCCA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DCCA5 on black background.


Color preview on white background

This text has color #7DCCA5 on white background.



Black color preview on #7DCCA5 background

This text has black color on #7DCCA5 background.


White color preview on #7DCCA5 background

This text has white color on #7DCCA5 background.