COLOR #7DB6A3

HEX: #7DB6A3
RGB: (125,182,163)

Color info

#7DB6A3 contains red, green and blue colors in about the same proportion. Web safe color of #7DB6A3 is #66CC99 (or #6C9).

RGB color model

#7DB6A3 color RGB value is (125,182,163).

  • red value is 125;
  • green value is 182;
  • blue value is 163.
RGB:
(125,182,163)
(49%,71%,64%)

RGB channels and saturation

R 125 of 255 = 49%
G 182 of 255 = 71%
B 163 of 255 = 64%

125
182
163

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

Portions of RGB colors in percentages

R + G + B =
125 + 182 + 163 = 470 (100%)
R 125 of 470 ~ 26.6%
G 182 of 470 ~ 38.72%
B 163 of 470 ~ 34.68%

%26.6
%38.72
%34.68

CMYK color model

#7DB6A3 color CMYK value is (31,0,10,29).

  • cyan value is 31.32%
  • magenta value is 0.00%
  • yellow value is 10.44%
  • key color value is 28.63%
CMYK:
(31,0,10,29)
C31M0Y10K29 
(31%,0%,10%,29%)
(0.31/0.00/0.10/0.29)	

CMYK percentages

%31.32
%0
%10.44
%28.63

Codes

Color #7DB6A3 in popluar color models

7DB6A3
RGB125182163
HSL160°28.08%60.20%
HSB/HSV160°31.32%71.37%
CMYK31.32%0.00%10.44%
28.63%

Color #7DB6A3 in popluar number systems.

HEX7DB6A3
Decimal125182163
Binary11111011011011010100011
Octal175266243

Shades and tints

Shades of #7DB6A3

#7DB6A3
(125,182,163)
#72A695
(114,166,149)
#679687
(103,150,135)
#5C8679
(92,134,121)
#51766B
(81,118,107)
#46665D
(70,102,93)
#3B564F
(59,86,79)
#304641
(48,70,65)
#253633
(37,54,51)
#1A2625
(26,38,37)
#0F1617
(15,22,23)
#000000
(0,0,0)

Tints of #7DB6A3

#7DB6A3
(125,182,163)
#88BCAB
(136,188,171)
#93C2B3
(147,194,179)
#9EC8BB
(158,200,187)
#A9CEC3
(169,206,195)
#B4D4CB
(180,212,203)
#BFDAD3
(191,218,211)
#CAE0DB
(202,224,219)
#D5E6E3
(213,230,227)
#E0ECEB
(224,236,235)
#EBF2F3
(235,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7DB6A3; }

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

This text font color is #7DB6A3.


Background Color

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

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

This div background color is #7DB6A3.


Border color

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

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

This div border color is #7DB6A3.


Opacity

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

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

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

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

This text has shadow with #7DB6A3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DB6A3 on black background.


Color preview on white background

This text has color #7DB6A3 on white background.



Black color preview on #7DB6A3 background

This text has black color on #7DB6A3 background.


White color preview on #7DB6A3 background

This text has white color on #7DB6A3 background.