COLOR #7DACA1

HEX: #7DACA1
RGB: (125,172,161)

Color info

#7DACA1 contains red, green and blue colors in about the same proportion. Web safe color of #7DACA1 is #669999 (or #699).

RGB color model

#7DACA1 color RGB value is (125,172,161).

  • red value is 125;
  • green value is 172;
  • blue value is 161.
RGB:
(125,172,161)
(49%,67%,63%)

RGB channels and saturation

R 125 of 255 = 49%
G 172 of 255 = 67%
B 161 of 255 = 63%

125
172
161

R + G + B ~ 60%. #7DACA1 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
125 + 172 + 161 = 458 (100%)
R 125 of 458 ~ 27.29%
G 172 of 458 ~ 37.55%
B 161 of 458 ~ 35.15%

%27.29
%37.55
%35.15

CMYK color model

#7DACA1 color CMYK value is (27,0,6,33).

  • cyan value is 27.33%
  • magenta value is 0.00%
  • yellow value is 6.40%
  • key color value is 32.55%
CMYK:
(27,0,6,33)
C27M0Y6K33 
(27%,0%,6%,33%)
(0.27/0.00/0.06/0.33)	

CMYK percentages

%27.33
%0
%6.4
%32.55

Codes

Color #7DACA1 in popluar color models

7DACA1
RGB125172161
HSL166°22.07%58.24%
HSB/HSV166°27.33%67.45%
CMYK27.33%0.00%6.40%
32.55%

Color #7DACA1 in popluar number systems.

HEX7DACA1
Decimal125172161
Binary11111011010110010100001
Octal175254241

Shades and tints

Shades of #7DACA1

#7DACA1
(125,172,161)
#729D93
(114,157,147)
#678E85
(103,142,133)
#5C7F77
(92,127,119)
#517069
(81,112,105)
#46615B
(70,97,91)
#3B524D
(59,82,77)
#30433F
(48,67,63)
#253431
(37,52,49)
#1A2523
(26,37,35)
#0F1615
(15,22,21)
#000000
(0,0,0)

Tints of #7DACA1

#7DACA1
(125,172,161)
#88B3A9
(136,179,169)
#93BAB1
(147,186,177)
#9EC1B9
(158,193,185)
#A9C8C1
(169,200,193)
#B4CFC9
(180,207,201)
#BFD6D1
(191,214,209)
#CADDD9
(202,221,217)
#D5E4E1
(213,228,225)
#E0EBE9
(224,235,233)
#EBF2F1
(235,242,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DACA1 color. Also use rgb(125,172,161) instead hex code.

Text Font Color

.myTextColor { color: #7DACA1; }

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

This text font color is #7DACA1.


Background Color

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

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

This div background color is #7DACA1.


Border color

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

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

This div border color is #7DACA1.


Opacity

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

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

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

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

This text has shadow with #7DACA1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DACA1 on black background.


Color preview on white background

This text has color #7DACA1 on white background.



Black color preview on #7DACA1 background

This text has black color on #7DACA1 background.


White color preview on #7DACA1 background

This text has white color on #7DACA1 background.