COLOR #71A8DA

HEX: #71A8DA
RGB: (113,168,218)

Renk bilgisi

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

RGB renk modeli

#71A8DA color RGB value is (113,168,218).

  • kırmız ton 113;
  • yeşil ton 168;
  • mavi ton 218.
RGB:
(113,168,218)
(44%,66%,85%)

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 168 of 255 = 66%
B 218 of 255 = 85%

113
168
218

R + G + B ~ 65%. #71A8DA is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 168 + 218 = 499 (100%)
R 113 of 499 ~ 22.65%
G 168 of 499 ~ 33.67%
B 218 of 499 ~ 43.69%

%22.65
%33.67
%43.69

CMYK RENK MODELİ

#71A8DA rengi CMYK tonu (48,23,0,15).

  • camgöbeği tonu 48.17%
  • eflatun tonu 22.94%
  • sarı tonu 0.00%
  • ana renk tonu 14.51%
CMYK:
(48,23,0,15)
C48M23Y0K15 
(48%,23%,0%,15%)
(0.48/0.23/0.00/0.15)	

CMYK yüzdeleri

%48.17
%22.94
%0
%14.51

Codes

Color #71A8DA in popluar color models

71A8DA
RGB113168218
HSL209°58.66%64.90%
HSB/HSV209°48.17%85.49%
CMYK48.17%22.94%0.00%
14.51%

Color #71A8DA in popluar number systems.

HEX71A8DA
Decimal113168218
Binary11100011010100011011010
Octal161250332

Shades and tints

Shades of #71A8DA

#71A8DA
(113,168,218)
#6799C7
(103,153,199)
#5D8AB4
(93,138,180)
#537BA1
(83,123,161)
#496C8E
(73,108,142)
#3F5D7B
(63,93,123)
#354E68
(53,78,104)
#2B3F55
(43,63,85)
#213042
(33,48,66)
#17212F
(23,33,47)
#0D121C
(13,18,28)
#000000
(0,0,0)

Tints of #71A8DA

#71A8DA
(113,168,218)
#7DAFDD
(125,175,221)
#89B6E0
(137,182,224)
#95BDE3
(149,189,227)
#A1C4E6
(161,196,230)
#ADCBE9
(173,203,233)
#B9D2EC
(185,210,236)
#C5D9EF
(197,217,239)
#D1E0F2
(209,224,242)
#DDE7F5
(221,231,245)
#E9EEF8
(233,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71A8DA color. Also use rgb(113,168,218) instead hex code.

Text Font Color

.myTextColor { color: #71A8DA; }

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

This text font color is #71A8DA.


Background Color

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

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

This div background color is #71A8DA.


Border color

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

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

This div border color is #71A8DA.


Opacity

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

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

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

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

This text has shadow with #71A8DA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71A8DA on black background.


Color preview on white background

This text has color #71A8DA on white background.



Black color preview on #71A8DA background

This text has black color on #71A8DA background.


White color preview on #71A8DA background

This text has white color on #71A8DA background.