COLOR #7DB6C1

HEX: #7DB6C1
RGB: (125,182,193)

Renk bilgisi

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

RGB renk modeli

#7DB6C1 color RGB value is (125,182,193).

  • kırmız ton 125;
  • yeşil ton 182;
  • mavi ton 193.
RGB:
(125,182,193)
(49%,71%,76%)

RGB bağlantıları ve doygunluk

R 125 of 255 = 49%
G 182 of 255 = 71%
B 193 of 255 = 76%

125
182
193

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

Yüzdelerle RGB renk parçaları

R + G + B =
125 + 182 + 193 = 500 (100%)
R 125 of 500 ~ 25%
G 182 of 500 ~ 36.4%
B 193 of 500 ~ 38.6%

%25
%36.4
%38.6

CMYK RENK MODELİ

#7DB6C1 rengi CMYK tonu (35,6,0,24).

  • camgöbeği tonu 35.23%
  • eflatun tonu 5.70%
  • sarı tonu 0.00%
  • ana renk tonu 24.31%
CMYK:
(35,6,0,24)
C35M6Y0K24 
(35%,6%,0%,24%)
(0.35/0.06/0.00/0.24)	

CMYK yüzdeleri

%35.23
%5.7
%0
%24.31

Codes

Color #7DB6C1 in popluar color models

7DB6C1
RGB125182193
HSL190°35.42%62.35%
HSB/HSV190°35.23%75.69%
CMYK35.23%5.70%0.00%
24.31%

Color #7DB6C1 in popluar number systems.

HEX7DB6C1
Decimal125182193
Binary11111011011011011000001
Octal175266301

Shades and tints

Shades of #7DB6C1

#7DB6C1
(125,182,193)
#72A6B0
(114,166,176)
#67969F
(103,150,159)
#5C868E
(92,134,142)
#51767D
(81,118,125)
#46666C
(70,102,108)
#3B565B
(59,86,91)
#30464A
(48,70,74)
#253639
(37,54,57)
#1A2628
(26,38,40)
#0F1617
(15,22,23)
#000000
(0,0,0)

Tints of #7DB6C1

#7DB6C1
(125,182,193)
#88BCC6
(136,188,198)
#93C2CB
(147,194,203)
#9EC8D0
(158,200,208)
#A9CED5
(169,206,213)
#B4D4DA
(180,212,218)
#BFDADF
(191,218,223)
#CAE0E4
(202,224,228)
#D5E6E9
(213,230,233)
#E0ECEE
(224,236,238)
#EBF2F3
(235,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DB6C1 color. Also use rgb(125,182,193) instead hex code.

Text Font Color

.myTextColor { color: #7DB6C1; }

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

This text font color is #7DB6C1.


Background Color

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

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

This div background color is #7DB6C1.


Border color

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

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

This div border color is #7DB6C1.


Opacity

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

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

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

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

This text has shadow with #7DB6C1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DB6C1 on black background.


Color preview on white background

This text has color #7DB6C1 on white background.



Black color preview on #7DB6C1 background

This text has black color on #7DB6C1 background.


White color preview on #7DB6C1 background

This text has white color on #7DB6C1 background.