COLOR #7DCBA2

HEX: #7DCBA2 RGB: (125,203,162)

Color info

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

RGB color model

#7DCBA2 color RGB value is (125,203,162).

RGB: (125,203,162) (49%, 80%, 64%)

RGB channels and saturation

R 125 of 255 = 49%
G 203 of 255 = 80%
B 162 of 255 = 64%

125
203
162

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

Portions of RGB colors in percentages

R + G + B = 125 + 203 + 162 = 490 (100%)
R 125 of 490 ~ 25.51%
G 203 of 490 ~ 41.43%
B 162 of 490 ~ 33.06'%

%25.51
%41.43
%33.06

CMYK color model

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

  • cyan value is 38.42%
  • magenta value is 0.00%
  • yellow value is 20.20%
  • key color value is 20.39%

CMYK: (38,0,20,20)
C38M0Y20K20 (38%, 0%, 20%, 20%)
(0.38 / 0.00 / 0.20 / 0.20)

CMYK percentages

%38.42
%0
%20.2
%20.39

Codes

Color #7DCBA2 in popluar color models

7D CB A2
RGB 125 203 162
HSL 148° 42.86% 64.31%
HSB/HSV 148° 38.42% 79.61%
CMYK 38.42% 0.00% 20.20%
20.39%

Color #7DCBA2 in popluar number systems.

HEX 7D CB A2
Decimal 125 203 162
Binary 1111101 11001011 10100010
Octal 175 313 242

Shades and tints

Shades of #7DCBA2

#7DCBA2
(125,203,162)
#72B994
(114,185,148)
#67A786
(103,167,134)
#5C9578
(92,149,120)
#51836A
(81,131,106)
#46715C
(70,113,92)
#3B5F4E
(59,95,78)
#304D40
(48,77,64)
#253B32
(37,59,50)
#1A2924
(26,41,36)
#0F1716
(15,23,22)
#000000
(0,0,0)

Tints of #7DCBA2

#7DCBA2
(125,203,162)
#88CFAA
(136,207,170)
#93D3B2
(147,211,178)
#9ED7BA
(158,215,186)
#A9DBC2
(169,219,194)
#B4DFCA
(180,223,202)
#BFE3D2
(191,227,210)
#CAE7DA
(202,231,218)
#D5EBE2
(213,235,226)
#E0EFEA
(224,239,234)
#EBF3F2
(235,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7DCBA2; }

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

This text font color is #7DCBA2.

Background Color

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

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

This div background color is #7DCBA2.

Border color

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

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

This div border color is #7DCBA2.

Opacity

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

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

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

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

This text has shadow with #7DCBA2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7DCBA2.

Preview

Color preview on black background

This text has color #7DCBA2 on black background.


Color preview on white background

This text has color #7DCBA2 on white background.


Black color preview on #7DCBA2 background

This text has black color on #7DCBA2 background.


White color preview on #7DCBA2 background

This text has white color on #7DCBA2 background.


Related colors

Complementary color

Complementary color for #hex is #82345D.


I love getcolorcode.com

Triadic colors

1 #A27DCB and #CBA27D with #7DCBA2 are triadic colors.

2 #A2CB7D and #CB7DA2 with #7DCBA2 are triadic colors.