COLOR #6CC7D9

HEX: #6CC7D9
RGB: (108,199,217)

Renk bilgisi

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

RGB renk modeli

#6CC7D9 color RGB value is (108,199,217).

  • kırmız ton 108;
  • yeşil ton 199;
  • mavi ton 217.
RGB:
(108,199,217)
(42%,78%,85%)

RGB bağlantıları ve doygunluk

R 108 of 255 = 42%
G 199 of 255 = 78%
B 217 of 255 = 85%

108
199
217

R + G + B ~ 68%. #6CC7D9 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
108 + 199 + 217 = 524 (100%)
R 108 of 524 ~ 20.61%
G 199 of 524 ~ 37.98%
B 217 of 524 ~ 41.41%

%20.61
%37.98
%41.41

CMYK RENK MODELİ

#6CC7D9 rengi CMYK tonu (50,8,0,15).

  • camgöbeği tonu 50.23%
  • eflatun tonu 8.29%
  • sarı tonu 0.00%
  • ana renk tonu 14.90%
CMYK:
(50,8,0,15)
C50M8Y0K15 
(50%,8%,0%,15%)
(0.50/0.08/0.00/0.15)	

CMYK yüzdeleri

%50.23
%8.29
%0
%14.9

Codes

Color #6CC7D9 in popluar color models

6CC7D9
RGB108199217
HSL190°58.92%63.73%
HSB/HSV190°50.23%85.10%
CMYK50.23%8.29%0.00%
14.90%

Color #6CC7D9 in popluar number systems.

HEX6CC7D9
Decimal108199217
Binary11011001100011111011001
Octal154307331

Shades and tints

Shades of #6CC7D9

#6CC7D9
(108,199,217)
#63B5C6
(99,181,198)
#5AA3B3
(90,163,179)
#5191A0
(81,145,160)
#487F8D
(72,127,141)
#3F6D7A
(63,109,122)
#365B67
(54,91,103)
#2D4954
(45,73,84)
#243741
(36,55,65)
#1B252E
(27,37,46)
#12131B
(18,19,27)
#000000
(0,0,0)

Tints of #6CC7D9

#6CC7D9
(108,199,217)
#79CCDC
(121,204,220)
#86D1DF
(134,209,223)
#93D6E2
(147,214,226)
#A0DBE5
(160,219,229)
#ADE0E8
(173,224,232)
#BAE5EB
(186,229,235)
#C7EAEE
(199,234,238)
#D4EFF1
(212,239,241)
#E1F4F4
(225,244,244)
#EEF9F7
(238,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6CC7D9 color. Also use rgb(108,199,217) instead hex code.

Text Font Color

.myTextColor { color: #6CC7D9; }

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

This text font color is #6CC7D9.


Background Color

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

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

This div background color is #6CC7D9.


Border color

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

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

This div border color is #6CC7D9.


Opacity

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

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

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

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

This text has shadow with #6CC7D9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6CC7D9 on black background.


Color preview on white background

This text has color #6CC7D9 on white background.



Black color preview on #6CC7D9 background

This text has black color on #6CC7D9 background.


White color preview on #6CC7D9 background

This text has white color on #6CC7D9 background.