COLOR #AFFBB4

HEX: #AFFBB4
RGB: (175,251,180)

Color info

#AFFBB4 contains mainly green color. Web safe color of #AFFBB4 is #99FFCC (or #9FC).

RGB color model

#AFFBB4 color RGB value is (175,251,180).

  • red value is 175;
  • green value is 251;
  • blue value is 180.
RGB:
(175,251,180)
(69%,98%,71%)

RGB channels and saturation

R 175 of 255 = 69%
G 251 of 255 = 98%
B 180 of 255 = 71%

175
251
180

R + G + B ~ 79%. #AFFBB4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 251 + 180 = 606 (100%)
R 175 of 606 ~ 28.88%
G 251 of 606 ~ 41.42%
B 180 of 606 ~ 29.7%

%28.88
%41.42
%29.7

CMYK color model

#AFFBB4 color CMYK value is (30,0,28,2).

  • cyan value is 30.28%
  • magenta value is 0.00%
  • yellow value is 28.29%
  • key color value is 1.57%
CMYK:
(30,0,28,2)
C30M0Y28K2 
(30%,0%,28%,2%)
(0.30/0.00/0.28/0.02)	

CMYK percentages

%30.28
%0
%28.29
%1.57

Codes

Color #AFFBB4 in popluar color models

AFFBB4
RGB175251180
HSL124°90.48%83.53%
HSB/HSV124°30.28%98.43%
CMYK30.28%0.00%28.29%
1.57%

Color #AFFBB4 in popluar number systems.

HEXAFFBB4
Decimal175251180
Binary101011111111101110110100
Octal257373264

Shades and tints

Shades of #AFFBB4

#AFFBB4
(175,251,180)
#A0E5A4
(160,229,164)
#91CF94
(145,207,148)
#82B984
(130,185,132)
#73A374
(115,163,116)
#648D64
(100,141,100)
#557754
(85,119,84)
#466144
(70,97,68)
#374B34
(55,75,52)
#283524
(40,53,36)
#191F14
(25,31,20)
#000000
(0,0,0)

Tints of #AFFBB4

#AFFBB4
(175,251,180)
#B6FBBA
(182,251,186)
#BDFBC0
(189,251,192)
#C4FBC6
(196,251,198)
#CBFBCC
(203,251,204)
#D2FBD2
(210,251,210)
#D9FBD8
(217,251,216)
#E0FBDE
(224,251,222)
#E7FBE4
(231,251,228)
#EEFBEA
(238,251,234)
#F5FBF0
(245,251,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFFBB4 color. Also use rgb(175,251,180) instead hex code.

Text Font Color

.myTextColor { color: #AFFBB4; }

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

This text font color is #AFFBB4.


Background Color

.myBgColor { background-color: #AFFBB4; }

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

This div background color is #AFFBB4.


Border color

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

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

This div border color is #AFFBB4.


Opacity

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

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

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

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

This text has shadow with #AFFBB4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFFBB4 on black background.


Color preview on white background

This text has color #AFFBB4 on white background.



Black color preview on #AFFBB4 background

This text has black color on #AFFBB4 background.


White color preview on #AFFBB4 background

This text has white color on #AFFBB4 background.