COLOR #7DAEC7

HEX: #7DAEC7
RGB: (125,174,199)

Color info

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

RGB color model

#7DAEC7 color RGB value is (125,174,199).

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

RGB channels and saturation

R 125 of 255 = 49%
G 174 of 255 = 68%
B 199 of 255 = 78%

125
174
199

R + G + B ~ 65%. #7DAEC7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
125 + 174 + 199 = 498 (100%)
R 125 of 498 ~ 25.1%
G 174 of 498 ~ 34.94%
B 199 of 498 ~ 39.96%

%25.1
%34.94
%39.96

CMYK color model

#7DAEC7 color CMYK value is (37,13,0,22).

  • cyan value is 37.19%
  • magenta value is 12.56%
  • yellow value is 0.00%
  • key color value is 21.96%
CMYK:
(37,13,0,22)
C37M13Y0K22 
(37%,13%,0%,22%)
(0.37/0.13/0.00/0.22)	

CMYK percentages

%37.19
%12.56
%0
%21.96

Codes

Color #7DAEC7 in popluar color models

7DAEC7
RGB125174199
HSL200°39.78%63.53%
HSB/HSV200°37.19%78.04%
CMYK37.19%12.56%0.00%
21.96%

Color #7DAEC7 in popluar number systems.

HEX7DAEC7
Decimal125174199
Binary11111011010111011000111
Octal175256307

Shades and tints

Shades of #7DAEC7

#7DAEC7
(125,174,199)
#729FB5
(114,159,181)
#6790A3
(103,144,163)
#5C8191
(92,129,145)
#51727F
(81,114,127)
#46636D
(70,99,109)
#3B545B
(59,84,91)
#304549
(48,69,73)
#253637
(37,54,55)
#1A2725
(26,39,37)
#0F1813
(15,24,19)
#000000
(0,0,0)

Tints of #7DAEC7

#7DAEC7
(125,174,199)
#88B5CC
(136,181,204)
#93BCD1
(147,188,209)
#9EC3D6
(158,195,214)
#A9CADB
(169,202,219)
#B4D1E0
(180,209,224)
#BFD8E5
(191,216,229)
#CADFEA
(202,223,234)
#D5E6EF
(213,230,239)
#E0EDF4
(224,237,244)
#EBF4F9
(235,244,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7DAEC7; }

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

This text font color is #7DAEC7.


Background Color

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

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

This div background color is #7DAEC7.


Border color

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

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

This div border color is #7DAEC7.


Opacity

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

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

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

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

This text has shadow with #7DAEC7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DAEC7 on black background.


Color preview on white background

This text has color #7DAEC7 on white background.



Black color preview on #7DAEC7 background

This text has black color on #7DAEC7 background.


White color preview on #7DAEC7 background

This text has white color on #7DAEC7 background.