COLOR #7DB1D4

HEX: #7DB1D4
RGB: (125,177,212)

Renk bilgisi

#7DB1D4 contains mainly green and blue colors. #7DB1D4 ‘ nin web güvenlik rengi #6699CC (ya da #69C) dir.

RGB renk modeli

#7DB1D4 color RGB value is (125,177,212).

  • kırmız ton 125;
  • yeşil ton 177;
  • mavi ton 212.
RGB:
(125,177,212)
(49%,69%,83%)

RGB bağlantıları ve doygunluk

R 125 of 255 = 49%
G 177 of 255 = 69%
B 212 of 255 = 83%

125
177
212

R + G + B ~ 67%. #7DB1D4 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
125 + 177 + 212 = 514 (100%)
R 125 of 514 ~ 24.32%
G 177 of 514 ~ 34.44%
B 212 of 514 ~ 41.25%

%24.32
%34.44
%41.25

CMYK RENK MODELİ

#7DB1D4 rengi CMYK tonu (41,17,0,17).

  • camgöbeği tonu 41.04%
  • eflatun tonu 16.51%
  • sarı tonu 0.00%
  • ana renk tonu 16.86%
CMYK:
(41,17,0,17)
C41M17Y0K17 
(41%,17%,0%,17%)
(0.41/0.17/0.00/0.17)	

CMYK yüzdeleri

%41.04
%16.51
%0
%16.86

Codes

Color #7DB1D4 in popluar color models

7DB1D4
RGB125177212
HSL204°50.29%66.08%
HSB/HSV204°41.04%83.14%
CMYK41.04%16.51%0.00%
16.86%

Color #7DB1D4 in popluar number systems.

HEX7DB1D4
Decimal125177212
Binary11111011011000111010100
Octal175261324

Shades and tints

Shades of #7DB1D4

#7DB1D4
(125,177,212)
#72A1C1
(114,161,193)
#6791AE
(103,145,174)
#5C819B
(92,129,155)
#517188
(81,113,136)
#466175
(70,97,117)
#3B5162
(59,81,98)
#30414F
(48,65,79)
#25313C
(37,49,60)
#1A2129
(26,33,41)
#0F1116
(15,17,22)
#000000
(0,0,0)

Tints of #7DB1D4

#7DB1D4
(125,177,212)
#88B8D7
(136,184,215)
#93BFDA
(147,191,218)
#9EC6DD
(158,198,221)
#A9CDE0
(169,205,224)
#B4D4E3
(180,212,227)
#BFDBE6
(191,219,230)
#CAE2E9
(202,226,233)
#D5E9EC
(213,233,236)
#E0F0EF
(224,240,239)
#EBF7F2
(235,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #7DB1D4 color. Also use rgb(125,177,212) instead hex code.

Text Font Color

.myTextColor { color: #7DB1D4; }

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

This text font color is #7DB1D4.


Background Color

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

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

This div background color is #7DB1D4.


Border color

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

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

This div border color is #7DB1D4.


Opacity

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

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

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

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

This text has shadow with #7DB1D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #7DB1D4 on black background.


Color preview on white background

This text has color #7DB1D4 on white background.



Black color preview on #7DB1D4 background

This text has black color on #7DB1D4 background.


White color preview on #7DB1D4 background

This text has white color on #7DB1D4 background.