COLOR #7DAEB3

HEX: #7DAEB3
RGB: (125,174,179)

Color info

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

RGB color model

#7DAEB3 color RGB value is (125,174,179).

  • red value is 125;
  • green value is 174;
  • blue value is 179.
RGB:
(125,174,179)
(49%,68%,70%)

RGB channels and saturation

R 125 of 255 = 49%
G 174 of 255 = 68%
B 179 of 255 = 70%

125
174
179

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

Portions of RGB colors in percentages

R + G + B =
125 + 174 + 179 = 478 (100%)
R 125 of 478 ~ 26.15%
G 174 of 478 ~ 36.4%
B 179 of 478 ~ 37.45%

%26.15
%36.4
%37.45

CMYK color model

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

  • cyan value is 30.17%
  • magenta value is 2.79%
  • yellow value is 0.00%
  • key color value is 29.80%
CMYK:
(30,3,0,30)
C30M3Y0K30 
(30%,3%,0%,30%)
(0.30/0.03/0.00/0.30)	

CMYK percentages

%30.17
%2.79
%0
%29.8

Codes

Color #7DAEB3 in popluar color models

7DAEB3
RGB125174179
HSL186°26.21%59.61%
HSB/HSV186°30.17%70.20%
CMYK30.17%2.79%0.00%
29.80%

Color #7DAEB3 in popluar number systems.

HEX7DAEB3
Decimal125174179
Binary11111011010111010110011
Octal175256263

Shades and tints

Shades of #7DAEB3

#7DAEB3
(125,174,179)
#729FA3
(114,159,163)
#679093
(103,144,147)
#5C8183
(92,129,131)
#517273
(81,114,115)
#466363
(70,99,99)
#3B5453
(59,84,83)
#304543
(48,69,67)
#253633
(37,54,51)
#1A2723
(26,39,35)
#0F1813
(15,24,19)
#000000
(0,0,0)

Tints of #7DAEB3

#7DAEB3
(125,174,179)
#88B5B9
(136,181,185)
#93BCBF
(147,188,191)
#9EC3C5
(158,195,197)
#A9CACB
(169,202,203)
#B4D1D1
(180,209,209)
#BFD8D7
(191,216,215)
#CADFDD
(202,223,221)
#D5E6E3
(213,230,227)
#E0EDE9
(224,237,233)
#EBF4EF
(235,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DAEB3 color. Also use rgb(125,174,179) instead hex code.

Text Font Color

.myTextColor { color: #7DAEB3; }

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

This text font color is #7DAEB3.


Background Color

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

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

This div background color is #7DAEB3.


Border color

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

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

This div border color is #7DAEB3.


Opacity

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

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

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

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

This text has shadow with #7DAEB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DAEB3 on black background.


Color preview on white background

This text has color #7DAEB3 on white background.



Black color preview on #7DAEB3 background

This text has black color on #7DAEB3 background.


White color preview on #7DAEB3 background

This text has white color on #7DAEB3 background.