COLOR #71ADA9

HEX: #71ADA9
RGB: (113,173,169)

Renk bilgisi

#71ADA9 contains mainly green and blue colors. #71ADA9 ‘ nin web güvenlik rengi #669999 (ya da #699) dir.

RGB renk modeli

#71ADA9 color RGB value is (113,173,169).

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

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 173 of 255 = 68%
B 169 of 255 = 66%

113
173
169

R + G + B ~ 59%. #71ADA9 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 173 + 169 = 455 (100%)
R 113 of 455 ~ 24.84%
G 173 of 455 ~ 38.02%
B 169 of 455 ~ 37.14%

%24.84
%38.02
%37.14

CMYK RENK MODELİ

#71ADA9 rengi CMYK tonu (35,0,2,32).

  • camgöbeği tonu 34.68%
  • eflatun tonu 0.00%
  • sarı tonu 2.31%
  • ana renk tonu 32.16%
CMYK:
(35,0,2,32)
C35M0Y2K32 
(35%,0%,2%,32%)
(0.35/0.00/0.02/0.32)	

CMYK yüzdeleri

%34.68
%0
%2.31
%32.16

Codes

Color #71ADA9 in popluar color models

71ADA9
RGB113173169
HSL176°26.79%56.08%
HSB/HSV176°34.68%67.84%
CMYK34.68%0.00%2.31%
32.16%

Color #71ADA9 in popluar number systems.

HEX71ADA9
Decimal113173169
Binary11100011010110110101001
Octal161255251

Shades and tints

Shades of #71ADA9

#71ADA9
(113,173,169)
#679E9A
(103,158,154)
#5D8F8B
(93,143,139)
#53807C
(83,128,124)
#49716D
(73,113,109)
#3F625E
(63,98,94)
#35534F
(53,83,79)
#2B4440
(43,68,64)
#213531
(33,53,49)
#172622
(23,38,34)
#0D1713
(13,23,19)
#000000
(0,0,0)

Tints of #71ADA9

#71ADA9
(113,173,169)
#7DB4B0
(125,180,176)
#89BBB7
(137,187,183)
#95C2BE
(149,194,190)
#A1C9C5
(161,201,197)
#ADD0CC
(173,208,204)
#B9D7D3
(185,215,211)
#C5DEDA
(197,222,218)
#D1E5E1
(209,229,225)
#DDECE8
(221,236,232)
#E9F3EF
(233,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #71ADA9; }

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

This text font color is #71ADA9.


Background Color

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

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

This div background color is #71ADA9.


Border color

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

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

This div border color is #71ADA9.


Opacity

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

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

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

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

This text has shadow with #71ADA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71ADA9 on black background.


Color preview on white background

This text has color #71ADA9 on white background.



Black color preview on #71ADA9 background

This text has black color on #71ADA9 background.


White color preview on #71ADA9 background

This text has white color on #71ADA9 background.