COLOR #7DB7DC

HEX: #7DB7DC
RGB: (125,183,220)

Renk bilgisi

#7DB7DC contains mainly green and blue colors. #7DB7DC ‘ nin web güvenlik rengi #66CCCC (ya da #6CC) dir.

RGB renk modeli

#7DB7DC color RGB value is (125,183,220).

  • kırmız ton 125;
  • yeşil ton 183;
  • mavi ton 220.
RGB:
(125,183,220)
(49%,72%,86%)

RGB bağlantıları ve doygunluk

R 125 of 255 = 49%
G 183 of 255 = 72%
B 220 of 255 = 86%

125
183
220

R + G + B ~ 69%. #7DB7DC is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
125 + 183 + 220 = 528 (100%)
R 125 of 528 ~ 23.67%
G 183 of 528 ~ 34.66%
B 220 of 528 ~ 41.67%

%23.67
%34.66
%41.67

CMYK RENK MODELİ

#7DB7DC rengi CMYK tonu (43,17,0,14).

  • camgöbeği tonu 43.18%
  • eflatun tonu 16.82%
  • sarı tonu 0.00%
  • ana renk tonu 13.73%
CMYK:
(43,17,0,14)
C43M17Y0K14 
(43%,17%,0%,14%)
(0.43/0.17/0.00/0.14)	

CMYK yüzdeleri

%43.18
%16.82
%0
%13.73

Codes

Color #7DB7DC in popluar color models

7DB7DC
RGB125183220
HSL203°57.58%67.65%
HSB/HSV203°43.18%86.27%
CMYK43.18%16.82%0.00%
13.73%

Color #7DB7DC in popluar number systems.

HEX7DB7DC
Decimal125183220
Binary11111011011011111011100
Octal175267334

Shades and tints

Shades of #7DB7DC

#7DB7DC
(125,183,220)
#72A7C8
(114,167,200)
#6797B4
(103,151,180)
#5C87A0
(92,135,160)
#51778C
(81,119,140)
#466778
(70,103,120)
#3B5764
(59,87,100)
#304750
(48,71,80)
#25373C
(37,55,60)
#1A2728
(26,39,40)
#0F1714
(15,23,20)
#000000
(0,0,0)

Tints of #7DB7DC

#7DB7DC
(125,183,220)
#88BDDF
(136,189,223)
#93C3E2
(147,195,226)
#9EC9E5
(158,201,229)
#A9CFE8
(169,207,232)
#B4D5EB
(180,213,235)
#BFDBEE
(191,219,238)
#CAE1F1
(202,225,241)
#D5E7F4
(213,231,244)
#E0EDF7
(224,237,247)
#EBF3FA
(235,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DB7DC color. Also use rgb(125,183,220) instead hex code.

Text Font Color

.myTextColor { color: #7DB7DC; }

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

This text font color is #7DB7DC.


Background Color

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

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

This div background color is #7DB7DC.


Border color

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

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

This div border color is #7DB7DC.


Opacity

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

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

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

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

This text has shadow with #7DB7DC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DB7DC on black background.


Color preview on white background

This text has color #7DB7DC on white background.



Black color preview on #7DB7DC background

This text has black color on #7DB7DC background.


White color preview on #7DB7DC background

This text has white color on #7DB7DC background.