COLOR #7DA9DE

HEX: #7DA9DE
RGB: (125,169,222)

Color info

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

RGB color model

#7DA9DE color RGB value is (125,169,222).

  • red value is 125;
  • green value is 169;
  • blue value is 222.
RGB:
(125,169,222)
(49%,66%,87%)

RGB channels and saturation

R 125 of 255 = 49%
G 169 of 255 = 66%
B 222 of 255 = 87%

125
169
222

R + G + B ~ 67%. #7DA9DE is quite light color.

Portions of RGB colors in percentages

R + G + B =
125 + 169 + 222 = 516 (100%)
R 125 of 516 ~ 24.22%
G 169 of 516 ~ 32.75%
B 222 of 516 ~ 43.02%

%24.22
%32.75
%43.02

CMYK color model

#7DA9DE color CMYK value is (44,24,0,13).

  • cyan value is 43.69%
  • magenta value is 23.87%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(44,24,0,13)
C44M24Y0K13 
(44%,24%,0%,13%)
(0.44/0.24/0.00/0.13)	

CMYK percentages

%43.69
%23.87
%0
%12.94

Codes

Color #7DA9DE in popluar color models

7DA9DE
RGB125169222
HSL213°59.51%68.04%
HSB/HSV213°43.69%87.06%
CMYK43.69%23.87%0.00%
12.94%

Color #7DA9DE in popluar number systems.

HEX7DA9DE
Decimal125169222
Binary11111011010100111011110
Octal175251336

Shades and tints

Shades of #7DA9DE

#7DA9DE
(125,169,222)
#729ACA
(114,154,202)
#678BB6
(103,139,182)
#5C7CA2
(92,124,162)
#516D8E
(81,109,142)
#465E7A
(70,94,122)
#3B4F66
(59,79,102)
#304052
(48,64,82)
#25313E
(37,49,62)
#1A222A
(26,34,42)
#0F1316
(15,19,22)
#000000
(0,0,0)

Tints of #7DA9DE

#7DA9DE
(125,169,222)
#88B0E1
(136,176,225)
#93B7E4
(147,183,228)
#9EBEE7
(158,190,231)
#A9C5EA
(169,197,234)
#B4CCED
(180,204,237)
#BFD3F0
(191,211,240)
#CADAF3
(202,218,243)
#D5E1F6
(213,225,246)
#E0E8F9
(224,232,249)
#EBEFFC
(235,239,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DA9DE color. Also use rgb(125,169,222) instead hex code.

Text Font Color

.myTextColor { color: #7DA9DE; }

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

This text font color is #7DA9DE.


Background Color

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

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

This div background color is #7DA9DE.


Border color

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

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

This div border color is #7DA9DE.


Opacity

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

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

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

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

This text has shadow with #7DA9DE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DA9DE on black background.


Color preview on white background

This text has color #7DA9DE on white background.



Black color preview on #7DA9DE background

This text has black color on #7DA9DE background.


White color preview on #7DA9DE background

This text has white color on #7DA9DE background.