COLOR #7DACBA

HEX: #7DACBA RGB: (125,172,186)

Color info

#7DACBA contains mainly green and blue colors. Web safe color of #7DACBA is #6699CC (or #69C).

RGB color model

#7DACBA color RGB value is (125,172,186).

RGB: (125,172,186) (49%, 67%, 73%)

RGB channels and saturation

R 125 of 255 = 49%
G 172 of 255 = 67%
B 186 of 255 = 73%

125
172
186

R + G + B ~ 63%. #7DACBA is quite light color.

Portions of RGB colors in percentages

R + G + B = 125 + 172 + 186 = 483 (100%)
R 125 of 483 ~ 25.88%
G 172 of 483 ~ 35.61%
B 186 of 483 ~ 38.51'%

%25.88
%35.61
%38.51

CMYK color model

#7DACBA color CMYK value is (33,8,0,27).

  • cyan value is 32.80%
  • magenta value is 7.53%
  • yellow value is 0.00%
  • key color value is 27.06%

CMYK: (33,8,0,27)
C33M8Y0K27 (33%, 8%, 0%, 27%)
(0.33 / 0.08 / 0.00 / 0.27)

CMYK percentages

%32.8
%7.53
%0
%27.06

Codes

Color #7DACBA in popluar color models

7D AC BA
RGB 125 172 186
HSL 194° 30.65% 60.98%
HSB/HSV 194° 32.80% 72.94%
CMYK 32.80% 7.53% 0.00%
27.06%

Color #7DACBA in popluar number systems.

HEX 7D AC BA
Decimal 125 172 186
Binary 1111101 10101100 10111010
Octal 175 254 272

Shades and tints

Shades of #7DACBA

#7DACBA
(125,172,186)
#729DAA
(114,157,170)
#678E9A
(103,142,154)
#5C7F8A
(92,127,138)
#51707A
(81,112,122)
#46616A
(70,97,106)
#3B525A
(59,82,90)
#30434A
(48,67,74)
#25343A
(37,52,58)
#1A252A
(26,37,42)
#0F161A
(15,22,26)
#000000
(0,0,0)

Tints of #7DACBA

#7DACBA
(125,172,186)
#88B3C0
(136,179,192)
#93BAC6
(147,186,198)
#9EC1CC
(158,193,204)
#A9C8D2
(169,200,210)
#B4CFD8
(180,207,216)
#BFD6DE
(191,214,222)
#CADDE4
(202,221,228)
#D5E4EA
(213,228,234)
#E0EBF0
(224,235,240)
#EBF2F6
(235,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7DACBA; }

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

This text font color is #7DACBA.

Background Color

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

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

This div background color is #7DACBA.

Border color

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

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

This div border color is #7DACBA.

Opacity

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

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

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

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

This text has shadow with #7DACBA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #7DACBA.

Preview

Color preview on black background

This text has color #7DACBA on black background.


Color preview on white background

This text has color #7DACBA on white background.


Black color preview on #7DACBA background

This text has black color on #7DACBA background.


White color preview on #7DACBA background

This text has white color on #7DACBA background.


Related colors

Complementary color

Complementary color for #hex is #825345.


I love getcolorcode.com

Triadic colors

1 #BA7DAC and #ACBA7D with #7DACBA are triadic colors.

2 #BAAC7D and #AC7DBA with #7DACBA are triadic colors.