COLOR #7DA0EB

HEX: #7DA0EB
RGB: (125,160,235)

Color info

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

RGB color model

#7DA0EB color RGB value is (125,160,235).

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

RGB channels and saturation

R 125 of 255 = 49%
G 160 of 255 = 63%
B 235 of 255 = 92%

125
160
235

R + G + B ~ 68%. #7DA0EB is quite light color.

Portions of RGB colors in percentages

R + G + B =
125 + 160 + 235 = 520 (100%)
R 125 of 520 ~ 24.04%
G 160 of 520 ~ 30.77%
B 235 of 520 ~ 45.19%

%24.04
%30.77
%45.19

CMYK color model

#7DA0EB color CMYK value is (47,32,0,8).

  • cyan value is 46.81%
  • magenta value is 31.91%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(47,32,0,8)
C47M32Y0K8 
(47%,32%,0%,8%)
(0.47/0.32/0.00/0.08)	

CMYK percentages

%46.81
%31.91
%0
%7.84

Codes

Color #7DA0EB in popluar color models

7DA0EB
RGB125160235
HSL221°73.33%70.59%
HSB/HSV221°46.81%92.16%
CMYK46.81%31.91%0.00%
7.84%

Color #7DA0EB in popluar number systems.

HEX7DA0EB
Decimal125160235
Binary11111011010000011101011
Octal175240353

Shades and tints

Shades of #7DA0EB

#7DA0EB
(125,160,235)
#7292D6
(114,146,214)
#6784C1
(103,132,193)
#5C76AC
(92,118,172)
#516897
(81,104,151)
#465A82
(70,90,130)
#3B4C6D
(59,76,109)
#303E58
(48,62,88)
#253043
(37,48,67)
#1A222E
(26,34,46)
#0F1419
(15,20,25)
#000000
(0,0,0)

Tints of #7DA0EB

#7DA0EB
(125,160,235)
#88A8EC
(136,168,236)
#93B0ED
(147,176,237)
#9EB8EE
(158,184,238)
#A9C0EF
(169,192,239)
#B4C8F0
(180,200,240)
#BFD0F1
(191,208,241)
#CAD8F2
(202,216,242)
#D5E0F3
(213,224,243)
#E0E8F4
(224,232,244)
#EBF0F5
(235,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7DA0EB; }

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

This text font color is #7DA0EB.


Background Color

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

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

This div background color is #7DA0EB.


Border color

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

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

This div border color is #7DA0EB.


Opacity

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

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

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

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

This text has shadow with #7DA0EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DA0EB on black background.


Color preview on white background

This text has color #7DA0EB on white background.



Black color preview on #7DA0EB background

This text has black color on #7DA0EB background.


White color preview on #7DA0EB background

This text has white color on #7DA0EB background.