COLOR #7DA0F2

HEX: #7DA0F2
RGB: (125,160,242)

Color info

#7DA0F2 contains mainly blue color. Web safe color of #7DA0F2 is #6699FF (or #69F).

RGB color model

#7DA0F2 color RGB value is (125,160,242).

  • red value is 125;
  • green value is 160;
  • blue value is 242.
RGB:
(125,160,242)
(49%,63%,95%)

RGB channels and saturation

R 125 of 255 = 49%
G 160 of 255 = 63%
B 242 of 255 = 95%

125
160
242

R + G + B ~ 69%. #7DA0F2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
125 + 160 + 242 = 527 (100%)
R 125 of 527 ~ 23.72%
G 160 of 527 ~ 30.36%
B 242 of 527 ~ 45.92%

%23.72
%30.36
%45.92

CMYK color model

#7DA0F2 color CMYK value is (48,34,0,5).

  • cyan value is 48.35%
  • magenta value is 33.88%
  • yellow value is 0.00%
  • key color value is 5.10%
CMYK:
(48,34,0,5)
C48M34Y0K5 
(48%,34%,0%,5%)
(0.48/0.34/0.00/0.05)	

CMYK percentages

%48.35
%33.88
%0
%5.1

Codes

Color #7DA0F2 in popluar color models

7DA0F2
RGB125160242
HSL222°81.82%71.96%
HSB/HSV222°48.35%94.90%
CMYK48.35%33.88%0.00%
5.10%

Color #7DA0F2 in popluar number systems.

HEX7DA0F2
Decimal125160242
Binary11111011010000011110010
Octal175240362

Shades and tints

Shades of #7DA0F2

#7DA0F2
(125,160,242)
#7292DC
(114,146,220)
#6784C6
(103,132,198)
#5C76B0
(92,118,176)
#51689A
(81,104,154)
#465A84
(70,90,132)
#3B4C6E
(59,76,110)
#303E58
(48,62,88)
#253042
(37,48,66)
#1A222C
(26,34,44)
#0F1416
(15,20,22)
#000000
(0,0,0)

Tints of #7DA0F2

#7DA0F2
(125,160,242)
#88A8F3
(136,168,243)
#93B0F4
(147,176,244)
#9EB8F5
(158,184,245)
#A9C0F6
(169,192,246)
#B4C8F7
(180,200,247)
#BFD0F8
(191,208,248)
#CAD8F9
(202,216,249)
#D5E0FA
(213,224,250)
#E0E8FB
(224,232,251)
#EBF0FC
(235,240,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DA0F2 color. Also use rgb(125,160,242) instead hex code.

Text Font Color

.myTextColor { color: #7DA0F2; }

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

This text font color is #7DA0F2.


Background Color

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

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

This div background color is #7DA0F2.


Border color

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

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

This div border color is #7DA0F2.


Opacity

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

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

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

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

This text has shadow with #7DA0F2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DA0F2 on black background.


Color preview on white background

This text has color #7DA0F2 on white background.



Black color preview on #7DA0F2 background

This text has black color on #7DA0F2 background.


White color preview on #7DA0F2 background

This text has white color on #7DA0F2 background.