COLOR #7DAEEE

HEX: #7DAEEE
RGB: (125,174,238)

Color info

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

RGB color model

#7DAEEE color RGB value is (125,174,238).

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

RGB channels and saturation

R 125 of 255 = 49%
G 174 of 255 = 68%
B 238 of 255 = 93%

125
174
238

R + G + B ~ 70%. #7DAEEE is quite light color.

Portions of RGB colors in percentages

R + G + B =
125 + 174 + 238 = 537 (100%)
R 125 of 537 ~ 23.28%
G 174 of 537 ~ 32.4%
B 238 of 537 ~ 44.32%

%23.28
%32.4
%44.32

CMYK color model

#7DAEEE color CMYK value is (47,27,0,7).

  • cyan value is 47.48%
  • magenta value is 26.89%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(47,27,0,7)
C47M27Y0K7 
(47%,27%,0%,7%)
(0.47/0.27/0.00/0.07)	

CMYK percentages

%47.48
%26.89
%0
%6.67

Codes

Color #7DAEEE in popluar color models

7DAEEE
RGB125174238
HSL214°76.87%71.18%
HSB/HSV214°47.48%93.33%
CMYK47.48%26.89%0.00%
6.67%

Color #7DAEEE in popluar number systems.

HEX7DAEEE
Decimal125174238
Binary11111011010111011101110
Octal175256356

Shades and tints

Shades of #7DAEEE

#7DAEEE
(125,174,238)
#729FD9
(114,159,217)
#6790C4
(103,144,196)
#5C81AF
(92,129,175)
#51729A
(81,114,154)
#466385
(70,99,133)
#3B5470
(59,84,112)
#30455B
(48,69,91)
#253646
(37,54,70)
#1A2731
(26,39,49)
#0F181C
(15,24,28)
#000000
(0,0,0)

Tints of #7DAEEE

#7DAEEE
(125,174,238)
#88B5EF
(136,181,239)
#93BCF0
(147,188,240)
#9EC3F1
(158,195,241)
#A9CAF2
(169,202,242)
#B4D1F3
(180,209,243)
#BFD8F4
(191,216,244)
#CADFF5
(202,223,245)
#D5E6F6
(213,230,246)
#E0EDF7
(224,237,247)
#EBF4F8
(235,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7DAEEE; }

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

This text font color is #7DAEEE.


Background Color

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

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

This div background color is #7DAEEE.


Border color

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

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

This div border color is #7DAEEE.


Opacity

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

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

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

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

This text has shadow with #7DAEEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DAEEE on black background.


Color preview on white background

This text has color #7DAEEE on white background.



Black color preview on #7DAEEE background

This text has black color on #7DAEEE background.


White color preview on #7DAEEE background

This text has white color on #7DAEEE background.