COLOR #7DB7D5

HEX: #7DB7D5
RGB: (125,183,213)

Renk bilgisi

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

RGB renk modeli

#7DB7D5 color RGB value is (125,183,213).

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

RGB bağlantıları ve doygunluk

R 125 of 255 = 49%
G 183 of 255 = 72%
B 213 of 255 = 84%

125
183
213

R + G + B ~ 68%. #7DB7D5 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
125 + 183 + 213 = 521 (100%)
R 125 of 521 ~ 23.99%
G 183 of 521 ~ 35.12%
B 213 of 521 ~ 40.88%

%23.99
%35.12
%40.88

CMYK RENK MODELİ

#7DB7D5 rengi CMYK tonu (41,14,0,16).

  • camgöbeği tonu 41.31%
  • eflatun tonu 14.08%
  • sarı tonu 0.00%
  • ana renk tonu 16.47%
CMYK:
(41,14,0,16)
C41M14Y0K16 
(41%,14%,0%,16%)
(0.41/0.14/0.00/0.16)	

CMYK yüzdeleri

%41.31
%14.08
%0
%16.47

Codes

Color #7DB7D5 in popluar color models

7DB7D5
RGB125183213
HSL200°51.16%66.27%
HSB/HSV200°41.31%83.53%
CMYK41.31%14.08%0.00%
16.47%

Color #7DB7D5 in popluar number systems.

HEX7DB7D5
Decimal125183213
Binary11111011011011111010101
Octal175267325

Shades and tints

Shades of #7DB7D5

#7DB7D5
(125,183,213)
#72A7C2
(114,167,194)
#6797AF
(103,151,175)
#5C879C
(92,135,156)
#517789
(81,119,137)
#466776
(70,103,118)
#3B5763
(59,87,99)
#304750
(48,71,80)
#25373D
(37,55,61)
#1A272A
(26,39,42)
#0F1717
(15,23,23)
#000000
(0,0,0)

Tints of #7DB7D5

#7DB7D5
(125,183,213)
#88BDD8
(136,189,216)
#93C3DB
(147,195,219)
#9EC9DE
(158,201,222)
#A9CFE1
(169,207,225)
#B4D5E4
(180,213,228)
#BFDBE7
(191,219,231)
#CAE1EA
(202,225,234)
#D5E7ED
(213,231,237)
#E0EDF0
(224,237,240)
#EBF3F3
(235,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #7DB7D5; }

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

This text font color is #7DB7D5.


Background Color

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

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

This div background color is #7DB7D5.


Border color

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

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

This div border color is #7DB7D5.


Opacity

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

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

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

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

This text has shadow with #7DB7D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DB7D5 on black background.


Color preview on white background

This text has color #7DB7D5 on white background.



Black color preview on #7DB7D5 background

This text has black color on #7DB7D5 background.


White color preview on #7DB7D5 background

This text has white color on #7DB7D5 background.