COLOR #6CB8D8

HEX: #6CB8D8
RGB: (108,184,216)

Renk bilgisi

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

RGB renk modeli

#6CB8D8 color RGB value is (108,184,216).

  • kırmız ton 108;
  • yeşil ton 184;
  • mavi ton 216.
RGB:
(108,184,216)
(42%,72%,85%)

RGB bağlantıları ve doygunluk

R 108 of 255 = 42%
G 184 of 255 = 72%
B 216 of 255 = 85%

108
184
216

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

Yüzdelerle RGB renk parçaları

R + G + B =
108 + 184 + 216 = 508 (100%)
R 108 of 508 ~ 21.26%
G 184 of 508 ~ 36.22%
B 216 of 508 ~ 42.52%

%21.26
%36.22
%42.52

CMYK RENK MODELİ

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

  • camgöbeği tonu 50.00%
  • eflatun tonu 14.81%
  • sarı tonu 0.00%
  • ana renk tonu 15.29%
CMYK:
(50,15,0,15)
C50M15Y0K15 
(50%,15%,0%,15%)
(0.50/0.15/0.00/0.15)	

CMYK yüzdeleri

%50
%14.81
%0
%15.29

Codes

Color #6CB8D8 in popluar color models

6CB8D8
RGB108184216
HSL198°58.06%63.53%
HSB/HSV198°50.00%84.71%
CMYK50.00%14.81%0.00%
15.29%

Color #6CB8D8 in popluar number systems.

HEX6CB8D8
Decimal108184216
Binary11011001011100011011000
Octal154270330

Shades and tints

Shades of #6CB8D8

#6CB8D8
(108,184,216)
#63A8C5
(99,168,197)
#5A98B2
(90,152,178)
#51889F
(81,136,159)
#48788C
(72,120,140)
#3F6879
(63,104,121)
#365866
(54,88,102)
#2D4853
(45,72,83)
#243840
(36,56,64)
#1B282D
(27,40,45)
#12181A
(18,24,26)
#000000
(0,0,0)

Tints of #6CB8D8

#6CB8D8
(108,184,216)
#79BEDB
(121,190,219)
#86C4DE
(134,196,222)
#93CAE1
(147,202,225)
#A0D0E4
(160,208,228)
#ADD6E7
(173,214,231)
#BADCEA
(186,220,234)
#C7E2ED
(199,226,237)
#D4E8F0
(212,232,240)
#E1EEF3
(225,238,243)
#EEF4F6
(238,244,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6CB8D8 color. Also use rgb(108,184,216) instead hex code.

Text Font Color

.myTextColor { color: #6CB8D8; }

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

This text font color is #6CB8D8.


Background Color

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

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

This div background color is #6CB8D8.


Border color

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

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

This div border color is #6CB8D8.


Opacity

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

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

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

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

This text has shadow with #6CB8D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6CB8D8 on black background.


Color preview on white background

This text has color #6CB8D8 on white background.



Black color preview on #6CB8D8 background

This text has black color on #6CB8D8 background.


White color preview on #6CB8D8 background

This text has white color on #6CB8D8 background.