COLOR #7DAAB9

HEX: #7DAAB9
RGB: (125,170,185)

Color info

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

RGB color model

#7DAAB9 color RGB value is (125,170,185).

  • red value is 125;
  • green value is 170;
  • blue value is 185.
RGB:
(125,170,185)
(49%,67%,73%)

RGB channels and saturation

R 125 of 255 = 49%
G 170 of 255 = 67%
B 185 of 255 = 73%

125
170
185

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

Portions of RGB colors in percentages

R + G + B =
125 + 170 + 185 = 480 (100%)
R 125 of 480 ~ 26.04%
G 170 of 480 ~ 35.42%
B 185 of 480 ~ 38.54%

%26.04
%35.42
%38.54

CMYK color model

#7DAAB9 color CMYK value is (32,8,0,27).

  • cyan value is 32.43%
  • magenta value is 8.11%
  • yellow value is 0.00%
  • key color value is 27.45%
CMYK:
(32,8,0,27)
C32M8Y0K27 
(32%,8%,0%,27%)
(0.32/0.08/0.00/0.27)	

CMYK percentages

%32.43
%8.11
%0
%27.45

Codes

Color #7DAAB9 in popluar color models

7DAAB9
RGB125170185
HSL195°30.00%60.78%
HSB/HSV195°32.43%72.55%
CMYK32.43%8.11%0.00%
27.45%

Color #7DAAB9 in popluar number systems.

HEX7DAAB9
Decimal125170185
Binary11111011010101010111001
Octal175252271

Shades and tints

Shades of #7DAAB9

#7DAAB9
(125,170,185)
#729BA9
(114,155,169)
#678C99
(103,140,153)
#5C7D89
(92,125,137)
#516E79
(81,110,121)
#465F69
(70,95,105)
#3B5059
(59,80,89)
#304149
(48,65,73)
#253239
(37,50,57)
#1A2329
(26,35,41)
#0F1419
(15,20,25)
#000000
(0,0,0)

Tints of #7DAAB9

#7DAAB9
(125,170,185)
#88B1BF
(136,177,191)
#93B8C5
(147,184,197)
#9EBFCB
(158,191,203)
#A9C6D1
(169,198,209)
#B4CDD7
(180,205,215)
#BFD4DD
(191,212,221)
#CADBE3
(202,219,227)
#D5E2E9
(213,226,233)
#E0E9EF
(224,233,239)
#EBF0F5
(235,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DAAB9 color. Also use rgb(125,170,185) instead hex code.

Text Font Color

.myTextColor { color: #7DAAB9; }

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

This text font color is #7DAAB9.


Background Color

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

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

This div background color is #7DAAB9.


Border color

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

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

This div border color is #7DAAB9.


Opacity

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

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

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

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

This text has shadow with #7DAAB9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DAAB9 on black background.


Color preview on white background

This text has color #7DAAB9 on white background.



Black color preview on #7DAAB9 background

This text has black color on #7DAAB9 background.


White color preview on #7DAAB9 background

This text has white color on #7DAAB9 background.