COLOR #68BDD9

HEX: #68BDD9
RGB: (104,189,217)

Renk bilgisi

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

RGB renk modeli

#68BDD9 color RGB value is (104,189,217).

  • kırmız ton 104;
  • yeşil ton 189;
  • mavi ton 217.
RGB:
(104,189,217)
(41%,74%,85%)

RGB bağlantıları ve doygunluk

R 104 of 255 = 41%
G 189 of 255 = 74%
B 217 of 255 = 85%

104
189
217

R + G + B ~ 67%. #68BDD9 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
104 + 189 + 217 = 510 (100%)
R 104 of 510 ~ 20.39%
G 189 of 510 ~ 37.06%
B 217 of 510 ~ 42.55%

%20.39
%37.06
%42.55

CMYK RENK MODELİ

#68BDD9 rengi CMYK tonu (52,13,0,15).

  • camgöbeği tonu 52.07%
  • eflatun tonu 12.90%
  • sarı tonu 0.00%
  • ana renk tonu 14.90%
CMYK:
(52,13,0,15)
C52M13Y0K15 
(52%,13%,0%,15%)
(0.52/0.13/0.00/0.15)	

CMYK yüzdeleri

%52.07
%12.9
%0
%14.9

Codes

Color #68BDD9 in popluar color models

68BDD9
RGB104189217
HSL195°59.79%62.94%
HSB/HSV195°52.07%85.10%
CMYK52.07%12.90%0.00%
14.90%

Color #68BDD9 in popluar number systems.

HEX68BDD9
Decimal104189217
Binary11010001011110111011001
Octal150275331

Shades and tints

Shades of #68BDD9

#68BDD9
(104,189,217)
#5FACC6
(95,172,198)
#569BB3
(86,155,179)
#4D8AA0
(77,138,160)
#44798D
(68,121,141)
#3B687A
(59,104,122)
#325767
(50,87,103)
#294654
(41,70,84)
#203541
(32,53,65)
#17242E
(23,36,46)
#0E131B
(14,19,27)
#000000
(0,0,0)

Tints of #68BDD9

#68BDD9
(104,189,217)
#75C3DC
(117,195,220)
#82C9DF
(130,201,223)
#8FCFE2
(143,207,226)
#9CD5E5
(156,213,229)
#A9DBE8
(169,219,232)
#B6E1EB
(182,225,235)
#C3E7EE
(195,231,238)
#D0EDF1
(208,237,241)
#DDF3F4
(221,243,244)
#EAF9F7
(234,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #68BDD9 color. Also use rgb(104,189,217) instead hex code.

Text Font Color

.myTextColor { color: #68BDD9; }

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

This text font color is #68BDD9.


Background Color

.myBgColor { background-color: #68BDD9; }

<div style="background-color:#68BDD9">Inner text</div>

This div background color is #68BDD9.


Border color

.myBorderColor { border: 1px solid #68BDD9; }

<div style="border:3px solid #68BDD9">Div</div>

This div border color is #68BDD9.


Opacity

.myOpacity80 { color: #68BDD9; opacity: 0.8; }

<p style="color:#68BDD9;opacity:0.8;">80%</p>

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

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

This text has shadow with #68BDD9 color.

.textShadow {text-shadow: 3px 3px 1px #68BDD9, 3px 3px 1px red;}

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

This text has shadow with #68BDD9 primary color and red secondary color.


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

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

This text has shadow with #68BDD9 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #68BDD9 on black background.


Color preview on white background

This text has color #68BDD9 on white background.



Black color preview on #68BDD9 background

This text has black color on #68BDD9 background.


White color preview on #68BDD9 background

This text has white color on #68BDD9 background.