COLOR #7DAEF4

HEX: #7DAEF4
RGB: (125,174,244)

Renk bilgisi

#7DAEF4 contains mainly blue color. #7DAEF4 ‘ nin web güvenlik rengi #6699FF (ya da #69F) dir.

RGB renk modeli

#7DAEF4 color RGB value is (125,174,244).

  • kırmız ton 125;
  • yeşil ton 174;
  • mavi ton 244.
RGB:
(125,174,244)
(49%,68%,96%)

RGB bağlantıları ve doygunluk

R 125 of 255 = 49%
G 174 of 255 = 68%
B 244 of 255 = 96%

125
174
244

R + G + B ~ 71%. #7DAEF4 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
125 + 174 + 244 = 543 (100%)
R 125 of 543 ~ 23.02%
G 174 of 543 ~ 32.04%
B 244 of 543 ~ 44.94%

%23.02
%32.04
%44.94

CMYK RENK MODELİ

#7DAEF4 rengi CMYK tonu (49,29,0,4).

  • camgöbeği tonu 48.77%
  • eflatun tonu 28.69%
  • sarı tonu 0.00%
  • ana renk tonu 4.31%
CMYK:
(49,29,0,4)
C49M29Y0K4 
(49%,29%,0%,4%)
(0.49/0.29/0.00/0.04)	

CMYK yüzdeleri

%48.77
%28.69
%0
%4.31

Codes

Color #7DAEF4 in popluar color models

7DAEF4
RGB125174244
HSL215°84.40%72.35%
HSB/HSV215°48.77%95.69%
CMYK48.77%28.69%0.00%
4.31%

Color #7DAEF4 in popluar number systems.

HEX7DAEF4
Decimal125174244
Binary11111011010111011110100
Octal175256364

Shades and tints

Shades of #7DAEF4

#7DAEF4
(125,174,244)
#729FDE
(114,159,222)
#6790C8
(103,144,200)
#5C81B2
(92,129,178)
#51729C
(81,114,156)
#466386
(70,99,134)
#3B5470
(59,84,112)
#30455A
(48,69,90)
#253644
(37,54,68)
#1A272E
(26,39,46)
#0F1818
(15,24,24)
#000000
(0,0,0)

Tints of #7DAEF4

#7DAEF4
(125,174,244)
#88B5F5
(136,181,245)
#93BCF6
(147,188,246)
#9EC3F7
(158,195,247)
#A9CAF8
(169,202,248)
#B4D1F9
(180,209,249)
#BFD8FA
(191,216,250)
#CADFFB
(202,223,251)
#D5E6FC
(213,230,252)
#E0EDFD
(224,237,253)
#EBF4FE
(235,244,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7DAEF4; }

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

This text font color is #7DAEF4.


Background Color

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

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

This div background color is #7DAEF4.


Border color

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

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

This div border color is #7DAEF4.


Opacity

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

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

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

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

This text has shadow with #7DAEF4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DAEF4 on black background.


Color preview on white background

This text has color #7DAEF4 on white background.



Black color preview on #7DAEF4 background

This text has black color on #7DAEF4 background.


White color preview on #7DAEF4 background

This text has white color on #7DAEF4 background.