COLOR #71ADB5

HEX: #71ADB5
RGB: (113,173,181)

Renk bilgisi

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

RGB renk modeli

#71ADB5 color RGB value is (113,173,181).

  • kırmız ton 113;
  • yeşil ton 173;
  • mavi ton 181.
RGB:
(113,173,181)
(44%,68%,71%)

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 173 of 255 = 68%
B 181 of 255 = 71%

113
173
181

R + G + B ~ 61%. #71ADB5 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 173 + 181 = 467 (100%)
R 113 of 467 ~ 24.2%
G 173 of 467 ~ 37.04%
B 181 of 467 ~ 38.76%

%24.2
%37.04
%38.76

CMYK RENK MODELİ

#71ADB5 rengi CMYK tonu (38,4,0,29).

  • camgöbeği tonu 37.57%
  • eflatun tonu 4.42%
  • sarı tonu 0.00%
  • ana renk tonu 29.02%
CMYK:
(38,4,0,29)
C38M4Y0K29 
(38%,4%,0%,29%)
(0.38/0.04/0.00/0.29)	

CMYK yüzdeleri

%37.57
%4.42
%0
%29.02

Codes

Color #71ADB5 in popluar color models

71ADB5
RGB113173181
HSL187°31.48%57.65%
HSB/HSV187°37.57%70.98%
CMYK37.57%4.42%0.00%
29.02%

Color #71ADB5 in popluar number systems.

HEX71ADB5
Decimal113173181
Binary11100011010110110110101
Octal161255265

Shades and tints

Shades of #71ADB5

#71ADB5
(113,173,181)
#679EA5
(103,158,165)
#5D8F95
(93,143,149)
#538085
(83,128,133)
#497175
(73,113,117)
#3F6265
(63,98,101)
#355355
(53,83,85)
#2B4445
(43,68,69)
#213535
(33,53,53)
#172625
(23,38,37)
#0D1715
(13,23,21)
#000000
(0,0,0)

Tints of #71ADB5

#71ADB5
(113,173,181)
#7DB4BB
(125,180,187)
#89BBC1
(137,187,193)
#95C2C7
(149,194,199)
#A1C9CD
(161,201,205)
#ADD0D3
(173,208,211)
#B9D7D9
(185,215,217)
#C5DEDF
(197,222,223)
#D1E5E5
(209,229,229)
#DDECEB
(221,236,235)
#E9F3F1
(233,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71ADB5 color. Also use rgb(113,173,181) instead hex code.

Text Font Color

.myTextColor { color: #71ADB5; }

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

This text font color is #71ADB5.


Background Color

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

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

This div background color is #71ADB5.


Border color

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

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

This div border color is #71ADB5.


Opacity

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

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

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

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

This text has shadow with #71ADB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71ADB5 on black background.


Color preview on white background

This text has color #71ADB5 on white background.



Black color preview on #71ADB5 background

This text has black color on #71ADB5 background.


White color preview on #71ADB5 background

This text has white color on #71ADB5 background.