COLOR #71AB99

HEX: #71AB99
RGB: (113,171,153)

Renk bilgisi

#71AB99 contains red, green and blue colors in about the same proportion. #71AB99 ‘ nin web güvenlik rengi #669999 (ya da #699) dir.

RGB renk modeli

#71AB99 color RGB value is (113,171,153).

  • kırmız ton 113;
  • yeşil ton 171;
  • mavi ton 153.
RGB:
(113,171,153)
(44%,67%,60%)

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 171 of 255 = 67%
B 153 of 255 = 60%

113
171
153

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

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 171 + 153 = 437 (100%)
R 113 of 437 ~ 25.86%
G 171 of 437 ~ 39.13%
B 153 of 437 ~ 35.01%

%25.86
%39.13
%35.01

CMYK RENK MODELİ

#71AB99 rengi CMYK tonu (34,0,11,33).

  • camgöbeği tonu 33.92%
  • eflatun tonu 0.00%
  • sarı tonu 10.53%
  • ana renk tonu 32.94%
CMYK:
(34,0,11,33)
C34M0Y11K33 
(34%,0%,11%,33%)
(0.34/0.00/0.11/0.33)	

CMYK yüzdeleri

%33.92
%0
%10.53
%32.94

Codes

Color #71AB99 in popluar color models

71AB99
RGB113171153
HSL161°25.66%55.69%
HSB/HSV161°33.92%67.06%
CMYK33.92%0.00%10.53%
32.94%

Color #71AB99 in popluar number systems.

HEX71AB99
Decimal113171153
Binary11100011010101110011001
Octal161253231

Shades and tints

Shades of #71AB99

#71AB99
(113,171,153)
#679C8C
(103,156,140)
#5D8D7F
(93,141,127)
#537E72
(83,126,114)
#496F65
(73,111,101)
#3F6058
(63,96,88)
#35514B
(53,81,75)
#2B423E
(43,66,62)
#213331
(33,51,49)
#172424
(23,36,36)
#0D1517
(13,21,23)
#000000
(0,0,0)

Tints of #71AB99

#71AB99
(113,171,153)
#7DB2A2
(125,178,162)
#89B9AB
(137,185,171)
#95C0B4
(149,192,180)
#A1C7BD
(161,199,189)
#ADCEC6
(173,206,198)
#B9D5CF
(185,213,207)
#C5DCD8
(197,220,216)
#D1E3E1
(209,227,225)
#DDEAEA
(221,234,234)
#E9F1F3
(233,241,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71AB99 color. Also use rgb(113,171,153) instead hex code.

Text Font Color

.myTextColor { color: #71AB99; }

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

This text font color is #71AB99.


Background Color

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

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

This div background color is #71AB99.


Border color

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

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

This div border color is #71AB99.


Opacity

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

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

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

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

This text has shadow with #71AB99 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71AB99 on black background.


Color preview on white background

This text has color #71AB99 on white background.



Black color preview on #71AB99 background

This text has black color on #71AB99 background.


White color preview on #71AB99 background

This text has white color on #71AB99 background.