COLOR #47AE99

HEX: #47AE99
RGB: (71,174,153)

Renk bilgisi

#47AE99 contains mainly green and blue colors. #47AE99 ‘ nin web güvenlik rengi #339999 (ya da #399) dir.

RGB renk modeli

#47AE99 color RGB value is (71,174,153).

  • kırmız ton 71;
  • yeşil ton 174;
  • mavi ton 153.
RGB:
(71,174,153)
(28%,68%,60%)

RGB bağlantıları ve doygunluk

R 71 of 255 = 28%
G 174 of 255 = 68%
B 153 of 255 = 60%

71
174
153

R + G + B ~ 52%. #47AE99 is middle color (not dark and not light).

Yüzdelerle RGB renk parçaları

R + G + B =
71 + 174 + 153 = 398 (100%)
R 71 of 398 ~ 17.84%
G 174 of 398 ~ 43.72%
B 153 of 398 ~ 38.44%

%17.84
%43.72
%38.44

CMYK RENK MODELİ

#47AE99 rengi CMYK tonu (59,0,12,32).

  • camgöbeği tonu 59.20%
  • eflatun tonu 0.00%
  • sarı tonu 12.07%
  • ana renk tonu 31.76%
CMYK:
(59,0,12,32)
C59M0Y12K32 
(59%,0%,12%,32%)
(0.59/0.00/0.12/0.32)	

CMYK yüzdeleri

%59.2
%0
%12.07
%31.76

Codes

Color #47AE99 in popluar color models

47AE99
RGB71174153
HSL168°42.04%48.04%
HSB/HSV168°59.20%68.24%
CMYK59.20%0.00%12.07%
31.76%

Color #47AE99 in popluar number systems.

HEX47AE99
Decimal71174153
Binary10001111010111010011001
Octal107256231

Shades and tints

Shades of #47AE99

#47AE99
(71,174,153)
#419F8C
(65,159,140)
#3B907F
(59,144,127)
#358172
(53,129,114)
#2F7265
(47,114,101)
#296358
(41,99,88)
#23544B
(35,84,75)
#1D453E
(29,69,62)
#173631
(23,54,49)
#112724
(17,39,36)
#0B1817
(11,24,23)
#000000
(0,0,0)

Tints of #47AE99

#47AE99
(71,174,153)
#57B5A2
(87,181,162)
#67BCAB
(103,188,171)
#77C3B4
(119,195,180)
#87CABD
(135,202,189)
#97D1C6
(151,209,198)
#A7D8CF
(167,216,207)
#B7DFD8
(183,223,216)
#C7E6E1
(199,230,225)
#D7EDEA
(215,237,234)
#E7F4F3
(231,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #47AE99 color. Also use rgb(71,174,153) instead hex code.

Text Font Color

.myTextColor { color: #47AE99; }

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

This text font color is #47AE99.


Background Color

.myBgColor { background-color: #47AE99; }

<div style="background-color:#47AE99">Inner text</div>

This div background color is #47AE99.


Border color

.myBorderColor { border: 1px solid #47AE99; }

<div style="border:3px solid #47AE99">Div</div>

This div border color is #47AE99.


Opacity

.myOpacity80 { color: #47AE99; opacity: 0.8; }

<p style="color:#47AE99;opacity:0.8;">80%</p>

Text with #47AE99 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 #47AE99;}

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

This text has shadow with #47AE99 color.

.textShadow {text-shadow: 3px 3px 1px #47AE99, 3px 3px 1px red;}

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

This text has shadow with #47AE99 primary color and red secondary color.


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

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

This text has shadow with #47AE99 and red colors in old Internet Explorer.


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #47AE99 on black background.


Color preview on white background

This text has color #47AE99 on white background.



Black color preview on #47AE99 background

This text has black color on #47AE99 background.


White color preview on #47AE99 background

This text has white color on #47AE99 background.