COLOR #71ACD7

HEX: #71ACD7
RGB: (113,172,215)

Renk bilgisi

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

RGB renk modeli

#71ACD7 color RGB value is (113,172,215).

  • kırmız ton 113;
  • yeşil ton 172;
  • mavi ton 215.
RGB:
(113,172,215)
(44%,67%,84%)

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 172 of 255 = 67%
B 215 of 255 = 84%

113
172
215

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

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 172 + 215 = 500 (100%)
R 113 of 500 ~ 22.6%
G 172 of 500 ~ 34.4%
B 215 of 500 ~ 43%

%22.6
%34.4
%43

CMYK RENK MODELİ

#71ACD7 rengi CMYK tonu (47,20,0,16).

  • camgöbeği tonu 47.44%
  • eflatun tonu 20.00%
  • sarı tonu 0.00%
  • ana renk tonu 15.69%
CMYK:
(47,20,0,16)
C47M20Y0K16 
(47%,20%,0%,16%)
(0.47/0.20/0.00/0.16)	

CMYK yüzdeleri

%47.44
%20
%0
%15.69

Codes

Color #71ACD7 in popluar color models

71ACD7
RGB113172215
HSL205°56.04%64.31%
HSB/HSV205°47.44%84.31%
CMYK47.44%20.00%0.00%
15.69%

Color #71ACD7 in popluar number systems.

HEX71ACD7
Decimal113172215
Binary11100011010110011010111
Octal161254327

Shades and tints

Shades of #71ACD7

#71ACD7
(113,172,215)
#679DC4
(103,157,196)
#5D8EB1
(93,142,177)
#537F9E
(83,127,158)
#49708B
(73,112,139)
#3F6178
(63,97,120)
#355265
(53,82,101)
#2B4352
(43,67,82)
#21343F
(33,52,63)
#17252C
(23,37,44)
#0D1619
(13,22,25)
#000000
(0,0,0)

Tints of #71ACD7

#71ACD7
(113,172,215)
#7DB3DA
(125,179,218)
#89BADD
(137,186,221)
#95C1E0
(149,193,224)
#A1C8E3
(161,200,227)
#ADCFE6
(173,207,230)
#B9D6E9
(185,214,233)
#C5DDEC
(197,221,236)
#D1E4EF
(209,228,239)
#DDEBF2
(221,235,242)
#E9F2F5
(233,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71ACD7 color. Also use rgb(113,172,215) instead hex code.

Text Font Color

.myTextColor { color: #71ACD7; }

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

This text font color is #71ACD7.


Background Color

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

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

This div background color is #71ACD7.


Border color

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

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

This div border color is #71ACD7.


Opacity

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

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

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

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

This text has shadow with #71ACD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71ACD7 on black background.


Color preview on white background

This text has color #71ACD7 on white background.



Black color preview on #71ACD7 background

This text has black color on #71ACD7 background.


White color preview on #71ACD7 background

This text has white color on #71ACD7 background.