COLOR #7DCDA4

HEX: #7DCDA4
RGB: (125,205,164)

Color info

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

RGB color model

#7DCDA4 color RGB value is (125,205,164).

  • red value is 125;
  • green value is 205;
  • blue value is 164.
RGB:
(125,205,164)
(49%,80%,64%)

RGB channels and saturation

R 125 of 255 = 49%
G 205 of 255 = 80%
B 164 of 255 = 64%

125
205
164

R + G + B ~ 64%. #7DCDA4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
125 + 205 + 164 = 494 (100%)
R 125 of 494 ~ 25.3%
G 205 of 494 ~ 41.5%
B 164 of 494 ~ 33.2%

%25.3
%41.5
%33.2

CMYK color model

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

  • cyan value is 39.02%
  • magenta value is 0.00%
  • yellow value is 20.00%
  • key color value is 19.61%
CMYK:
(39,0,20,20)
C39M0Y20K20 
(39%,0%,20%,20%)
(0.39/0.00/0.20/0.20)	

CMYK percentages

%39.02
%0
%20
%19.61

Codes

Color #7DCDA4 in popluar color models

7DCDA4
RGB125205164
HSL149°44.44%64.71%
HSB/HSV149°39.02%80.39%
CMYK39.02%0.00%20.00%
19.61%

Color #7DCDA4 in popluar number systems.

HEX7DCDA4
Decimal125205164
Binary11111011100110110100100
Octal175315244

Shades and tints

Shades of #7DCDA4

#7DCDA4
(125,205,164)
#72BB96
(114,187,150)
#67A988
(103,169,136)
#5C977A
(92,151,122)
#51856C
(81,133,108)
#46735E
(70,115,94)
#3B6150
(59,97,80)
#304F42
(48,79,66)
#253D34
(37,61,52)
#1A2B26
(26,43,38)
#0F1918
(15,25,24)
#000000
(0,0,0)

Tints of #7DCDA4

#7DCDA4
(125,205,164)
#88D1AC
(136,209,172)
#93D5B4
(147,213,180)
#9ED9BC
(158,217,188)
#A9DDC4
(169,221,196)
#B4E1CC
(180,225,204)
#BFE5D4
(191,229,212)
#CAE9DC
(202,233,220)
#D5EDE4
(213,237,228)
#E0F1EC
(224,241,236)
#EBF5F4
(235,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DCDA4 color. Also use rgb(125,205,164) instead hex code.

Text Font Color

.myTextColor { color: #7DCDA4; }

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

This text font color is #7DCDA4.


Background Color

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

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

This div background color is #7DCDA4.


Border color

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

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

This div border color is #7DCDA4.


Opacity

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

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

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

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

This text has shadow with #7DCDA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DCDA4 on black background.


Color preview on white background

This text has color #7DCDA4 on white background.



Black color preview on #7DCDA4 background

This text has black color on #7DCDA4 background.


White color preview on #7DCDA4 background

This text has white color on #7DCDA4 background.