COLOR #6CCDE5

HEX: #6CCDE5
RGB: (108,205,229)

Renk bilgisi

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

RGB renk modeli

#6CCDE5 color RGB value is (108,205,229).

  • kırmız ton 108;
  • yeşil ton 205;
  • mavi ton 229.
RGB:
(108,205,229)
(42%,80%,90%)

RGB bağlantıları ve doygunluk

R 108 of 255 = 42%
G 205 of 255 = 80%
B 229 of 255 = 90%

108
205
229

R + G + B ~ 71%. #6CCDE5 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
108 + 205 + 229 = 542 (100%)
R 108 of 542 ~ 19.93%
G 205 of 542 ~ 37.82%
B 229 of 542 ~ 42.25%

%19.93
%37.82
%42.25

CMYK RENK MODELİ

#6CCDE5 rengi CMYK tonu (53,10,0,10).

  • camgöbeği tonu 52.84%
  • eflatun tonu 10.48%
  • sarı tonu 0.00%
  • ana renk tonu 10.20%
CMYK:
(53,10,0,10)
C53M10Y0K10 
(53%,10%,0%,10%)
(0.53/0.10/0.00/0.10)	

CMYK yüzdeleri

%52.84
%10.48
%0
%10.2

Codes

Color #6CCDE5 in popluar color models

6CCDE5
RGB108205229
HSL192°69.94%66.08%
HSB/HSV192°52.84%89.80%
CMYK52.84%10.48%0.00%
10.20%

Color #6CCDE5 in popluar number systems.

HEX6CCDE5
Decimal108205229
Binary11011001100110111100101
Octal154315345

Shades and tints

Shades of #6CCDE5

#6CCDE5
(108,205,229)
#63BBD1
(99,187,209)
#5AA9BD
(90,169,189)
#5197A9
(81,151,169)
#488595
(72,133,149)
#3F7381
(63,115,129)
#36616D
(54,97,109)
#2D4F59
(45,79,89)
#243D45
(36,61,69)
#1B2B31
(27,43,49)
#12191D
(18,25,29)
#000000
(0,0,0)

Tints of #6CCDE5

#6CCDE5
(108,205,229)
#79D1E7
(121,209,231)
#86D5E9
(134,213,233)
#93D9EB
(147,217,235)
#A0DDED
(160,221,237)
#ADE1EF
(173,225,239)
#BAE5F1
(186,229,241)
#C7E9F3
(199,233,243)
#D4EDF5
(212,237,245)
#E1F1F7
(225,241,247)
#EEF5F9
(238,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6CCDE5 color. Also use rgb(108,205,229) instead hex code.

Text Font Color

.myTextColor { color: #6CCDE5; }

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

This text font color is #6CCDE5.


Background Color

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

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

This div background color is #6CCDE5.


Border color

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

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

This div border color is #6CCDE5.


Opacity

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

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

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

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

This text has shadow with #6CCDE5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6CCDE5 on black background.


Color preview on white background

This text has color #6CCDE5 on white background.



Black color preview on #6CCDE5 background

This text has black color on #6CCDE5 background.


White color preview on #6CCDE5 background

This text has white color on #6CCDE5 background.