COLOR #7D97D9

HEX: #7D97D9
RGB: (125,151,217)

Renk bilgisi

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

RGB renk modeli

#7D97D9 color RGB value is (125,151,217).

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

RGB bağlantıları ve doygunluk

R 125 of 255 = 49%
G 151 of 255 = 59%
B 217 of 255 = 85%

125
151
217

R + G + B ~ 64%. #7D97D9 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
125 + 151 + 217 = 493 (100%)
R 125 of 493 ~ 25.35%
G 151 of 493 ~ 30.63%
B 217 of 493 ~ 44.02%

%25.35
%30.63
%44.02

CMYK RENK MODELİ

#7D97D9 rengi CMYK tonu (42,30,0,15).

  • camgöbeği tonu 42.40%
  • eflatun tonu 30.41%
  • sarı tonu 0.00%
  • ana renk tonu 14.90%
CMYK:
(42,30,0,15)
C42M30Y0K15 
(42%,30%,0%,15%)
(0.42/0.30/0.00/0.15)	

CMYK yüzdeleri

%42.4
%30.41
%0
%14.9

Codes

Color #7D97D9 in popluar color models

7D97D9
RGB125151217
HSL223°54.76%67.06%
HSB/HSV223°42.40%85.10%
CMYK42.40%30.41%0.00%
14.90%

Color #7D97D9 in popluar number systems.

HEX7D97D9
Decimal125151217
Binary11111011001011111011001
Octal175227331

Shades and tints

Shades of #7D97D9

#7D97D9
(125,151,217)
#728AC6
(114,138,198)
#677DB3
(103,125,179)
#5C70A0
(92,112,160)
#51638D
(81,99,141)
#46567A
(70,86,122)
#3B4967
(59,73,103)
#303C54
(48,60,84)
#252F41
(37,47,65)
#1A222E
(26,34,46)
#0F151B
(15,21,27)
#000000
(0,0,0)

Tints of #7D97D9

#7D97D9
(125,151,217)
#88A0DC
(136,160,220)
#93A9DF
(147,169,223)
#9EB2E2
(158,178,226)
#A9BBE5
(169,187,229)
#B4C4E8
(180,196,232)
#BFCDEB
(191,205,235)
#CAD6EE
(202,214,238)
#D5DFF1
(213,223,241)
#E0E8F4
(224,232,244)
#EBF1F7
(235,241,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7D97D9; }

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

This text font color is #7D97D9.


Background Color

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

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

This div background color is #7D97D9.


Border color

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

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

This div border color is #7D97D9.


Opacity

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

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

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

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

This text has shadow with #7D97D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7D97D9 on black background.


Color preview on white background

This text has color #7D97D9 on white background.



Black color preview on #7D97D9 background

This text has black color on #7D97D9 background.


White color preview on #7D97D9 background

This text has white color on #7D97D9 background.