COLOR #71A3E4

HEX: #71A3E4
RGB: (113,163,228)

Renk bilgisi

#71A3E4 contains mainly blue color. #71A3E4 ‘ nin web güvenlik rengi #6699CC (ya da #69C) dir.

RGB renk modeli

#71A3E4 color RGB value is (113,163,228).

  • kırmız ton 113;
  • yeşil ton 163;
  • mavi ton 228.
RGB:
(113,163,228)
(44%,64%,89%)

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 163 of 255 = 64%
B 228 of 255 = 89%

113
163
228

R + G + B ~ 66%. #71A3E4 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 163 + 228 = 504 (100%)
R 113 of 504 ~ 22.42%
G 163 of 504 ~ 32.34%
B 228 of 504 ~ 45.24%

%22.42
%32.34
%45.24

CMYK RENK MODELİ

#71A3E4 rengi CMYK tonu (50,29,0,11).

  • camgöbeği tonu 50.44%
  • eflatun tonu 28.51%
  • sarı tonu 0.00%
  • ana renk tonu 10.59%
CMYK:
(50,29,0,11)
C50M29Y0K11 
(50%,29%,0%,11%)
(0.50/0.29/0.00/0.11)	

CMYK yüzdeleri

%50.44
%28.51
%0
%10.59

Codes

Color #71A3E4 in popluar color models

71A3E4
RGB113163228
HSL214°68.05%66.86%
HSB/HSV214°50.44%89.41%
CMYK50.44%28.51%0.00%
10.59%

Color #71A3E4 in popluar number systems.

HEX71A3E4
Decimal113163228
Binary11100011010001111100100
Octal161243344

Shades and tints

Shades of #71A3E4

#71A3E4
(113,163,228)
#6795D0
(103,149,208)
#5D87BC
(93,135,188)
#5379A8
(83,121,168)
#496B94
(73,107,148)
#3F5D80
(63,93,128)
#354F6C
(53,79,108)
#2B4158
(43,65,88)
#213344
(33,51,68)
#172530
(23,37,48)
#0D171C
(13,23,28)
#000000
(0,0,0)

Tints of #71A3E4

#71A3E4
(113,163,228)
#7DABE6
(125,171,230)
#89B3E8
(137,179,232)
#95BBEA
(149,187,234)
#A1C3EC
(161,195,236)
#ADCBEE
(173,203,238)
#B9D3F0
(185,211,240)
#C5DBF2
(197,219,242)
#D1E3F4
(209,227,244)
#DDEBF6
(221,235,246)
#E9F3F8
(233,243,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71A3E4 color. Also use rgb(113,163,228) instead hex code.

Text Font Color

.myTextColor { color: #71A3E4; }

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

This text font color is #71A3E4.


Background Color

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

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

This div background color is #71A3E4.


Border color

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

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

This div border color is #71A3E4.


Opacity

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

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

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

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

This text has shadow with #71A3E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71A3E4 on black background.


Color preview on white background

This text has color #71A3E4 on white background.



Black color preview on #71A3E4 background

This text has black color on #71A3E4 background.


White color preview on #71A3E4 background

This text has white color on #71A3E4 background.