COLOR #7DAEC9

HEX: #7DAEC9
RGB: (125,174,201)

Renk bilgisi

#7DAEC9 contains mainly green and blue colors. #7DAEC9 ‘ nin web güvenlik rengi #6699CC (ya da #69C) dir.

RGB renk modeli

#7DAEC9 color RGB value is (125,174,201).

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

RGB bağlantıları ve doygunluk

R 125 of 255 = 49%
G 174 of 255 = 68%
B 201 of 255 = 79%

125
174
201

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

Yüzdelerle RGB renk parçaları

R + G + B =
125 + 174 + 201 = 500 (100%)
R 125 of 500 ~ 25%
G 174 of 500 ~ 34.8%
B 201 of 500 ~ 40.2%

%25
%34.8
%40.2

CMYK RENK MODELİ

#7DAEC9 rengi CMYK tonu (38,13,0,21).

  • camgöbeği tonu 37.81%
  • eflatun tonu 13.43%
  • sarı tonu 0.00%
  • ana renk tonu 21.18%
CMYK:
(38,13,0,21)
C38M13Y0K21 
(38%,13%,0%,21%)
(0.38/0.13/0.00/0.21)	

CMYK yüzdeleri

%37.81
%13.43
%0
%21.18

Codes

Color #7DAEC9 in popluar color models

7DAEC9
RGB125174201
HSL201°41.30%63.92%
HSB/HSV201°37.81%78.82%
CMYK37.81%13.43%0.00%
21.18%

Color #7DAEC9 in popluar number systems.

HEX7DAEC9
Decimal125174201
Binary11111011010111011001001
Octal175256311

Shades and tints

Shades of #7DAEC9

#7DAEC9
(125,174,201)
#729FB7
(114,159,183)
#6790A5
(103,144,165)
#5C8193
(92,129,147)
#517281
(81,114,129)
#46636F
(70,99,111)
#3B545D
(59,84,93)
#30454B
(48,69,75)
#253639
(37,54,57)
#1A2727
(26,39,39)
#0F1815
(15,24,21)
#000000
(0,0,0)

Tints of #7DAEC9

#7DAEC9
(125,174,201)
#88B5CD
(136,181,205)
#93BCD1
(147,188,209)
#9EC3D5
(158,195,213)
#A9CAD9
(169,202,217)
#B4D1DD
(180,209,221)
#BFD8E1
(191,216,225)
#CADFE5
(202,223,229)
#D5E6E9
(213,230,233)
#E0EDED
(224,237,237)
#EBF4F1
(235,244,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7DAEC9; }

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

This text font color is #7DAEC9.


Background Color

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

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

This div background color is #7DAEC9.


Border color

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

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

This div border color is #7DAEC9.


Opacity

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

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

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

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

This text has shadow with #7DAEC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DAEC9 on black background.


Color preview on white background

This text has color #7DAEC9 on white background.



Black color preview on #7DAEC9 background

This text has black color on #7DAEC9 background.


White color preview on #7DAEC9 background

This text has white color on #7DAEC9 background.