COLOR #AFD980

HEX: #AFD980
RGB: (175,217,128)

Renk bilgisi

#AFD980 contains mainly red and green colors. #AFD980 ‘ nin web güvenlik rengi #99CC66 (ya da #9C6) dir.

RGB renk modeli

#AFD980 color RGB value is (175,217,128).

  • kırmız ton 175;
  • yeşil ton 217;
  • mavi ton 128.
RGB:
(175,217,128)
(69%,85%,50%)

RGB bağlantıları ve doygunluk

R 175 of 255 = 69%
G 217 of 255 = 85%
B 128 of 255 = 50%

175
217
128

R + G + B ~ 68%. #AFD980 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B =
175 + 217 + 128 = 520 (100%)
R 175 of 520 ~ 33.65%
G 217 of 520 ~ 41.73%
B 128 of 520 ~ 24.62%

%33.65
%41.73
%24.62

CMYK RENK MODELİ

#AFD980 rengi CMYK tonu (19,0,41,15).

  • camgöbeği tonu 19.35%
  • eflatun tonu 0.00%
  • sarı tonu 41.01%
  • ana renk tonu 14.90%
CMYK:
(19,0,41,15)
C19M0Y41K15 
(19%,0%,41%,15%)
(0.19/0.00/0.41/0.15)	

CMYK yüzdeleri

%19.35
%0
%41.01
%14.9

Codes

Color #AFD980 in popluar color models

AFD980
RGB175217128
HSL88°53.94%67.65%
HSB/HSV88°41.01%85.10%
CMYK19.35%0.00%41.01%
14.90%

Color #AFD980 in popluar number systems.

HEXAFD980
Decimal175217128
Binary101011111101100110000000
Octal257331200

Shades and tints

Shades of #AFD980

#AFD980
(175,217,128)
#A0C675
(160,198,117)
#91B36A
(145,179,106)
#82A05F
(130,160,95)
#738D54
(115,141,84)
#647A49
(100,122,73)
#55673E
(85,103,62)
#465433
(70,84,51)
#374128
(55,65,40)
#282E1D
(40,46,29)
#191B12
(25,27,18)
#000000
(0,0,0)

Tints of #AFD980

#AFD980
(175,217,128)
#B6DC8B
(182,220,139)
#BDDF96
(189,223,150)
#C4E2A1
(196,226,161)
#CBE5AC
(203,229,172)
#D2E8B7
(210,232,183)
#D9EBC2
(217,235,194)
#E0EECD
(224,238,205)
#E7F1D8
(231,241,216)
#EEF4E3
(238,244,227)
#F5F7EE
(245,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFD980 color. Also use rgb(175,217,128) instead hex code.

Text Font Color

.myTextColor { color: #AFD980; }

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

This text font color is #AFD980.


Background Color

.myBgColor { background-color: #AFD980; }

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

This div background color is #AFD980.


Border color

.myBorderColor { border: 1px solid #AFD980; }

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

This div border color is #AFD980.


Opacity

.myOpacity80 { color: #AFD980; opacity: 0.8; }

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

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

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

This text has shadow with #AFD980 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFD980 on black background.


Color preview on white background

This text has color #AFD980 on white background.



Black color preview on #AFD980 background

This text has black color on #AFD980 background.


White color preview on #AFD980 background

This text has white color on #AFD980 background.