COLOR #71A6F9

HEX: #71A6F9
RGB: (113,166,249)

Renk bilgisi

#71A6F9 contains mainly blue color. #71A6F9 ‘ nin web güvenlik rengi #6699FF (ya da #69F) dir.

RGB renk modeli

#71A6F9 color RGB value is (113,166,249).

  • kırmız ton 113;
  • yeşil ton 166;
  • mavi ton 249.
RGB:
(113,166,249)
(44%,65%,98%)

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 166 of 255 = 65%
B 249 of 255 = 98%

113
166
249

R + G + B ~ 69%. #71A6F9 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 166 + 249 = 528 (100%)
R 113 of 528 ~ 21.4%
G 166 of 528 ~ 31.44%
B 249 of 528 ~ 47.16%

%21.4
%31.44
%47.16

CMYK RENK MODELİ

#71A6F9 rengi CMYK tonu (55,33,0,2).

  • camgöbeği tonu 54.62%
  • eflatun tonu 33.33%
  • sarı tonu 0.00%
  • ana renk tonu 2.35%
CMYK:
(55,33,0,2)
C55M33Y0K2 
(55%,33%,0%,2%)
(0.55/0.33/0.00/0.02)	

CMYK yüzdeleri

%54.62
%33.33
%0
%2.35

Codes

Color #71A6F9 in popluar color models

71A6F9
RGB113166249
HSL217°91.89%70.98%
HSB/HSV217°54.62%97.65%
CMYK54.62%33.33%0.00%
2.35%

Color #71A6F9 in popluar number systems.

HEX71A6F9
Decimal113166249
Binary11100011010011011111001
Octal161246371

Shades and tints

Shades of #71A6F9

#71A6F9
(113,166,249)
#6797E3
(103,151,227)
#5D88CD
(93,136,205)
#5379B7
(83,121,183)
#496AA1
(73,106,161)
#3F5B8B
(63,91,139)
#354C75
(53,76,117)
#2B3D5F
(43,61,95)
#212E49
(33,46,73)
#171F33
(23,31,51)
#0D101D
(13,16,29)
#000000
(0,0,0)

Tints of #71A6F9

#71A6F9
(113,166,249)
#7DAEF9
(125,174,249)
#89B6F9
(137,182,249)
#95BEF9
(149,190,249)
#A1C6F9
(161,198,249)
#ADCEF9
(173,206,249)
#B9D6F9
(185,214,249)
#C5DEF9
(197,222,249)
#D1E6F9
(209,230,249)
#DDEEF9
(221,238,249)
#E9F6F9
(233,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71A6F9 color. Also use rgb(113,166,249) instead hex code.

Text Font Color

.myTextColor { color: #71A6F9; }

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

This text font color is #71A6F9.


Background Color

.myBgColor { background-color: #71A6F9; }

<div style="background-color:#71A6F9">Inner text</div>

This div background color is #71A6F9.


Border color

.myBorderColor { border: 1px solid #71A6F9; }

<div style="border:3px solid #71A6F9">Div</div>

This div border color is #71A6F9.


Opacity

.myOpacity80 { color: #71A6F9; opacity: 0.8; }

<p style="color:#71A6F9;opacity:0.8;">80%</p>

Text with #71A6F9 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 #71A6F9;}

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

This text has shadow with #71A6F9 color.

.textShadow {text-shadow: 3px 3px 1px #71A6F9, 3px 3px 1px red;}

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

This text has shadow with #71A6F9 primary color and red secondary color.


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

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

This text has shadow with #71A6F9 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71A6F9 on black background.


Color preview on white background

This text has color #71A6F9 on white background.



Black color preview on #71A6F9 background

This text has black color on #71A6F9 background.


White color preview on #71A6F9 background

This text has white color on #71A6F9 background.