COLOR #6DB7D7

HEX: #6DB7D7
RGB: (109,183,215)

Renk bilgisi

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

RGB renk modeli

#6DB7D7 color RGB value is (109,183,215).

  • kırmız ton 109;
  • yeşil ton 183;
  • mavi ton 215.
RGB:
(109,183,215)
(43%,72%,84%)

RGB bağlantıları ve doygunluk

R 109 of 255 = 43%
G 183 of 255 = 72%
B 215 of 255 = 84%

109
183
215

R + G + B ~ 66%. #6DB7D7 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
109 + 183 + 215 = 507 (100%)
R 109 of 507 ~ 21.5%
G 183 of 507 ~ 36.09%
B 215 of 507 ~ 42.41%

%21.5
%36.09
%42.41

CMYK RENK MODELİ

#6DB7D7 rengi CMYK tonu (49,15,0,16).

  • camgöbeği tonu 49.30%
  • eflatun tonu 14.88%
  • sarı tonu 0.00%
  • ana renk tonu 15.69%
CMYK:
(49,15,0,16)
C49M15Y0K16 
(49%,15%,0%,16%)
(0.49/0.15/0.00/0.16)	

CMYK yüzdeleri

%49.3
%14.88
%0
%15.69

Codes

Color #6DB7D7 in popluar color models

6DB7D7
RGB109183215
HSL198°56.99%63.53%
HSB/HSV198°49.30%84.31%
CMYK49.30%14.88%0.00%
15.69%

Color #6DB7D7 in popluar number systems.

HEX6DB7D7
Decimal109183215
Binary11011011011011111010111
Octal155267327

Shades and tints

Shades of #6DB7D7

#6DB7D7
(109,183,215)
#64A7C4
(100,167,196)
#5B97B1
(91,151,177)
#52879E
(82,135,158)
#49778B
(73,119,139)
#406778
(64,103,120)
#375765
(55,87,101)
#2E4752
(46,71,82)
#25373F
(37,55,63)
#1C272C
(28,39,44)
#131719
(19,23,25)
#000000
(0,0,0)

Tints of #6DB7D7

#6DB7D7
(109,183,215)
#7ABDDA
(122,189,218)
#87C3DD
(135,195,221)
#94C9E0
(148,201,224)
#A1CFE3
(161,207,227)
#AED5E6
(174,213,230)
#BBDBE9
(187,219,233)
#C8E1EC
(200,225,236)
#D5E7EF
(213,231,239)
#E2EDF2
(226,237,242)
#EFF3F5
(239,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6DB7D7 color. Also use rgb(109,183,215) instead hex code.

Text Font Color

.myTextColor { color: #6DB7D7; }

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

This text font color is #6DB7D7.


Background Color

.myBgColor { background-color: #6DB7D7; }

<div style="background-color:#6DB7D7">Inner text</div>

This div background color is #6DB7D7.


Border color

.myBorderColor { border: 1px solid #6DB7D7; }

<div style="border:3px solid #6DB7D7">Div</div>

This div border color is #6DB7D7.


Opacity

.myOpacity80 { color: #6DB7D7; opacity: 0.8; }

<p style="color:#6DB7D7;opacity:0.8;">80%</p>

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

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

This text has shadow with #6DB7D7 color.

.textShadow {text-shadow: 3px 3px 1px #6DB7D7, 3px 3px 1px red;}

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

This text has shadow with #6DB7D7 primary color and red secondary color.


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

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

This text has shadow with #6DB7D7 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6DB7D7 on black background.


Color preview on white background

This text has color #6DB7D7 on white background.



Black color preview on #6DB7D7 background

This text has black color on #6DB7D7 background.


White color preview on #6DB7D7 background

This text has white color on #6DB7D7 background.