COLOR #7DCDA3

HEX: #7DCDA3 RGB: (125,205,163)

Color info

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

RGB color model

#7DCDA3 color RGB value is (125,205,163).

RGB: (125,205,163) (49%, 80%, 64%)

RGB channels and saturation

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

125
205
163

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

Portions of RGB colors in percentages

R + G + B = 125 + 205 + 163 = 493 (100%)
R 125 of 493 ~ 25.35%
G 205 of 493 ~ 41.58%
B 163 of 493 ~ 33.06'%

%25.35
%41.58
%33.06

CMYK color model

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

  • cyan value is 39.02%
  • magenta value is 0.00%
  • yellow value is 20.49%
  • 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.49
%19.61

Codes

Color #7DCDA3 in popluar color models

7D CD A3
RGB 125 205 163
HSL 149° 44.44% 64.71%
HSB/HSV 149° 39.02% 80.39%
CMYK 39.02% 0.00% 20.49%
19.61%

Color #7DCDA3 in popluar number systems.

HEX 7D CD A3
Decimal 125 205 163
Binary 1111101 11001101 10100011
Octal 175 315 243

Shades and tints

Shades of #7DCDA3

#7DCDA3
(125,205,163)
#72BB95
(114,187,149)
#67A987
(103,169,135)
#5C9779
(92,151,121)
#51856B
(81,133,107)
#46735D
(70,115,93)
#3B614F
(59,97,79)
#304F41
(48,79,65)
#253D33
(37,61,51)
#1A2B25
(26,43,37)
#0F1917
(15,25,23)
#000000
(0,0,0)

Tints of #7DCDA3

#7DCDA3
(125,205,163)
#88D1AB
(136,209,171)
#93D5B3
(147,213,179)
#9ED9BB
(158,217,187)
#A9DDC3
(169,221,195)
#B4E1CB
(180,225,203)
#BFE5D3
(191,229,211)
#CAE9DB
(202,233,219)
#D5EDE3
(213,237,227)
#E0F1EB
(224,241,235)
#EBF5F3
(235,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7DCDA3; }

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

This text font color is #7DCDA3.

Background Color

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

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

This div background color is #7DCDA3.

Border color

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

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

This div border color is #7DCDA3.

Opacity

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

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

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

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

This text has shadow with #7DCDA3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7DCDA3.

Preview

Color preview on black background

This text has color #7DCDA3 on black background.


Color preview on white background

This text has color #7DCDA3 on white background.


Black color preview on #7DCDA3 background

This text has black color on #7DCDA3 background.


White color preview on #7DCDA3 background

This text has white color on #7DCDA3 background.


Related colors

Complementary color

Complementary color for #hex is #82325C.


I love getcolorcode.com

Triadic colors

1 #A37DCD and #CDA37D with #7DCDA3 are triadic colors.

2 #A3CD7D and #CD7DA3 with #7DCDA3 are triadic colors.