COLOR #7DACB2

HEX: #7DACB2
RGB: (125,172,178)

Color info

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

RGB color model

#7DACB2 color RGB value is (125,172,178).

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

RGB channels and saturation

R 125 of 255 = 49%
G 172 of 255 = 67%
B 178 of 255 = 70%

125
172
178

R + G + B ~ 62%. #7DACB2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
125 + 172 + 178 = 475 (100%)
R 125 of 475 ~ 26.32%
G 172 of 475 ~ 36.21%
B 178 of 475 ~ 37.47%

%26.32
%36.21
%37.47

CMYK color model

#7DACB2 color CMYK value is (30,3,0,30).

  • cyan value is 29.78%
  • magenta value is 3.37%
  • yellow value is 0.00%
  • key color value is 30.20%
CMYK:
(30,3,0,30)
C30M3Y0K30 
(30%,3%,0%,30%)
(0.30/0.03/0.00/0.30)	

CMYK percentages

%29.78
%3.37
%0
%30.2

Codes

Color #7DACB2 in popluar color models

7DACB2
RGB125172178
HSL187°25.60%59.41%
HSB/HSV187°29.78%69.80%
CMYK29.78%3.37%0.00%
30.20%

Color #7DACB2 in popluar number systems.

HEX7DACB2
Decimal125172178
Binary11111011010110010110010
Octal175254262

Shades and tints

Shades of #7DACB2

#7DACB2
(125,172,178)
#729DA2
(114,157,162)
#678E92
(103,142,146)
#5C7F82
(92,127,130)
#517072
(81,112,114)
#466162
(70,97,98)
#3B5252
(59,82,82)
#304342
(48,67,66)
#253432
(37,52,50)
#1A2522
(26,37,34)
#0F1612
(15,22,18)
#000000
(0,0,0)

Tints of #7DACB2

#7DACB2
(125,172,178)
#88B3B9
(136,179,185)
#93BAC0
(147,186,192)
#9EC1C7
(158,193,199)
#A9C8CE
(169,200,206)
#B4CFD5
(180,207,213)
#BFD6DC
(191,214,220)
#CADDE3
(202,221,227)
#D5E4EA
(213,228,234)
#E0EBF1
(224,235,241)
#EBF2F8
(235,242,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7DACB2; }

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

This text font color is #7DACB2.


Background Color

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

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

This div background color is #7DACB2.


Border color

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

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

This div border color is #7DACB2.


Opacity

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

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

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

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

This text has shadow with #7DACB2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DACB2 on black background.


Color preview on white background

This text has color #7DACB2 on white background.



Black color preview on #7DACB2 background

This text has black color on #7DACB2 background.


White color preview on #7DACB2 background

This text has white color on #7DACB2 background.