COLOR #6FABD8

HEX: #6FABD8
RGB: (111,171,216)

Renk bilgisi

#6FABD8 contains mainly green and blue colors. #6FABD8 ‘ nin web güvenlik rengi #6699CC (ya da #69C) dir.

RGB renk modeli

#6FABD8 color RGB value is (111,171,216).

  • kırmız ton 111;
  • yeşil ton 171;
  • mavi ton 216.
RGB:
(111,171,216)
(44%,67%,85%)

RGB bağlantıları ve doygunluk

R 111 of 255 = 44%
G 171 of 255 = 67%
B 216 of 255 = 85%

111
171
216

R + G + B ~ 65%. #6FABD8 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
111 + 171 + 216 = 498 (100%)
R 111 of 498 ~ 22.29%
G 171 of 498 ~ 34.34%
B 216 of 498 ~ 43.37%

%22.29
%34.34
%43.37

CMYK RENK MODELİ

#6FABD8 rengi CMYK tonu (49,21,0,15).

  • camgöbeği tonu 48.61%
  • eflatun tonu 20.83%
  • sarı tonu 0.00%
  • ana renk tonu 15.29%
CMYK:
(49,21,0,15)
C49M21Y0K15 
(49%,21%,0%,15%)
(0.49/0.21/0.00/0.15)	

CMYK yüzdeleri

%48.61
%20.83
%0
%15.29

Codes

Color #6FABD8 in popluar color models

6FABD8
RGB111171216
HSL206°57.38%64.12%
HSB/HSV206°48.61%84.71%
CMYK48.61%20.83%0.00%
15.29%

Color #6FABD8 in popluar number systems.

HEX6FABD8
Decimal111171216
Binary11011111010101111011000
Octal157253330

Shades and tints

Shades of #6FABD8

#6FABD8
(111,171,216)
#659CC5
(101,156,197)
#5B8DB2
(91,141,178)
#517E9F
(81,126,159)
#476F8C
(71,111,140)
#3D6079
(61,96,121)
#335166
(51,81,102)
#294253
(41,66,83)
#1F3340
(31,51,64)
#15242D
(21,36,45)
#0B151A
(11,21,26)
#000000
(0,0,0)

Tints of #6FABD8

#6FABD8
(111,171,216)
#7CB2DB
(124,178,219)
#89B9DE
(137,185,222)
#96C0E1
(150,192,225)
#A3C7E4
(163,199,228)
#B0CEE7
(176,206,231)
#BDD5EA
(189,213,234)
#CADCED
(202,220,237)
#D7E3F0
(215,227,240)
#E4EAF3
(228,234,243)
#F1F1F6
(241,241,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #6FABD8 color. Also use rgb(111,171,216) instead hex code.

Text Font Color

.myTextColor { color: #6FABD8; }

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

This text font color is #6FABD8.


Background Color

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

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

This div background color is #6FABD8.


Border color

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

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

This div border color is #6FABD8.


Opacity

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

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

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

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

This text has shadow with #6FABD8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #6FABD8 on black background.


Color preview on white background

This text has color #6FABD8 on white background.



Black color preview on #6FABD8 background

This text has black color on #6FABD8 background.


White color preview on #6FABD8 background

This text has white color on #6FABD8 background.