COLOR #71B097

HEX: #71B097
RGB: (113,176,151)

Renk bilgisi

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

RGB renk modeli

#71B097 color RGB value is (113,176,151).

  • kırmız ton 113;
  • yeşil ton 176;
  • mavi ton 151.
RGB:
(113,176,151)
(44%,69%,59%)

RGB bağlantıları ve doygunluk

R 113 of 255 = 44%
G 176 of 255 = 69%
B 151 of 255 = 59%

113
176
151

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

Yüzdelerle RGB renk parçaları

R + G + B =
113 + 176 + 151 = 440 (100%)
R 113 of 440 ~ 25.68%
G 176 of 440 ~ 40%
B 151 of 440 ~ 34.32%

%25.68
%40
%34.32

CMYK RENK MODELİ

#71B097 rengi CMYK tonu (36,0,14,31).

  • camgöbeği tonu 35.80%
  • eflatun tonu 0.00%
  • sarı tonu 14.20%
  • ana renk tonu 30.98%
CMYK:
(36,0,14,31)
C36M0Y14K31 
(36%,0%,14%,31%)
(0.36/0.00/0.14/0.31)	

CMYK yüzdeleri

%35.8
%0
%14.2
%30.98

Codes

Color #71B097 in popluar color models

71B097
RGB113176151
HSL156°28.51%56.67%
HSB/HSV156°35.80%69.02%
CMYK35.80%0.00%14.20%
30.98%

Color #71B097 in popluar number systems.

HEX71B097
Decimal113176151
Binary11100011011000010010111
Octal161260227

Shades and tints

Shades of #71B097

#71B097
(113,176,151)
#67A08A
(103,160,138)
#5D907D
(93,144,125)
#538070
(83,128,112)
#497063
(73,112,99)
#3F6056
(63,96,86)
#355049
(53,80,73)
#2B403C
(43,64,60)
#21302F
(33,48,47)
#172022
(23,32,34)
#0D1015
(13,16,21)
#000000
(0,0,0)

Tints of #71B097

#71B097
(113,176,151)
#7DB7A0
(125,183,160)
#89BEA9
(137,190,169)
#95C5B2
(149,197,178)
#A1CCBB
(161,204,187)
#ADD3C4
(173,211,196)
#B9DACD
(185,218,205)
#C5E1D6
(197,225,214)
#D1E8DF
(209,232,223)
#DDEFE8
(221,239,232)
#E9F6F1
(233,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #71B097 color. Also use rgb(113,176,151) instead hex code.

Text Font Color

.myTextColor { color: #71B097; }

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

This text font color is #71B097.


Background Color

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

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

This div background color is #71B097.


Border color

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

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

This div border color is #71B097.


Opacity

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

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

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

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

This text has shadow with #71B097 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #71B097 on black background.


Color preview on white background

This text has color #71B097 on white background.



Black color preview on #71B097 background

This text has black color on #71B097 background.


White color preview on #71B097 background

This text has white color on #71B097 background.