COLOR #7D9DD9

HEX: #7D9DD9
RGB: (125,157,217)

Renk bilgisi

#7D9DD9 contains mainly blue color. #7D9DD9 ‘ nin web güvenlik rengi #6699CC (ya da #69C) dir.

RGB renk modeli

#7D9DD9 color RGB value is (125,157,217).

  • kırmız ton 125;
  • yeşil ton 157;
  • mavi ton 217.
RGB:
(125,157,217)
(49%,62%,85%)

RGB bağlantıları ve doygunluk

R 125 of 255 = 49%
G 157 of 255 = 62%
B 217 of 255 = 85%

125
157
217

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

Yüzdelerle RGB renk parçaları

R + G + B =
125 + 157 + 217 = 499 (100%)
R 125 of 499 ~ 25.05%
G 157 of 499 ~ 31.46%
B 217 of 499 ~ 43.49%

%25.05
%31.46
%43.49

CMYK RENK MODELİ

#7D9DD9 rengi CMYK tonu (42,28,0,15).

  • camgöbeği tonu 42.40%
  • eflatun tonu 27.65%
  • sarı tonu 0.00%
  • ana renk tonu 14.90%
CMYK:
(42,28,0,15)
C42M28Y0K15 
(42%,28%,0%,15%)
(0.42/0.28/0.00/0.15)	

CMYK yüzdeleri

%42.4
%27.65
%0
%14.9

Codes

Color #7D9DD9 in popluar color models

7D9DD9
RGB125157217
HSL219°54.76%67.06%
HSB/HSV219°42.40%85.10%
CMYK42.40%27.65%0.00%
14.90%

Color #7D9DD9 in popluar number systems.

HEX7D9DD9
Decimal125157217
Binary11111011001110111011001
Octal175235331

Shades and tints

Shades of #7D9DD9

#7D9DD9
(125,157,217)
#728FC6
(114,143,198)
#6781B3
(103,129,179)
#5C73A0
(92,115,160)
#51658D
(81,101,141)
#46577A
(70,87,122)
#3B4967
(59,73,103)
#303B54
(48,59,84)
#252D41
(37,45,65)
#1A1F2E
(26,31,46)
#0F111B
(15,17,27)
#000000
(0,0,0)

Tints of #7D9DD9

#7D9DD9
(125,157,217)
#88A5DC
(136,165,220)
#93ADDF
(147,173,223)
#9EB5E2
(158,181,226)
#A9BDE5
(169,189,229)
#B4C5E8
(180,197,232)
#BFCDEB
(191,205,235)
#CAD5EE
(202,213,238)
#D5DDF1
(213,221,241)
#E0E5F4
(224,229,244)
#EBEDF7
(235,237,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7D9DD9 color. Also use rgb(125,157,217) instead hex code.

Text Font Color

.myTextColor { color: #7D9DD9; }

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

This text font color is #7D9DD9.


Background Color

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

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

This div background color is #7D9DD9.


Border color

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

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

This div border color is #7D9DD9.


Opacity

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

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

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

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

This text has shadow with #7D9DD9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D9DD9 on black background.


Color preview on white background

This text has color #7D9DD9 on white background.



Black color preview on #7D9DD9 background

This text has black color on #7D9DD9 background.


White color preview on #7D9DD9 background

This text has white color on #7D9DD9 background.