COLOR #AFF0B5

HEX: #AFF0B5
RGB: (175,240,181)

Color info

#AFF0B5 contains mainly green and blue colors. Web safe color of #AFF0B5 is #99FFCC (or #9FC).

RGB color model

#AFF0B5 color RGB value is (175,240,181).

  • red value is 175;
  • green value is 240;
  • blue value is 181.
RGB:
(175,240,181)
(69%,94%,71%)

RGB channels and saturation

R 175 of 255 = 69%
G 240 of 255 = 94%
B 181 of 255 = 71%

175
240
181

R + G + B ~ 78%. #AFF0B5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 240 + 181 = 596 (100%)
R 175 of 596 ~ 29.36%
G 240 of 596 ~ 40.27%
B 181 of 596 ~ 30.37%

%29.36
%40.27
%30.37

CMYK color model

#AFF0B5 color CMYK value is (27,0,25,6).

  • cyan value is 27.08%
  • magenta value is 0.00%
  • yellow value is 24.58%
  • key color value is 5.88%
CMYK:
(27,0,25,6)
C27M0Y25K6 
(27%,0%,25%,6%)
(0.27/0.00/0.25/0.06)	

CMYK percentages

%27.08
%0
%24.58
%5.88

Codes

Color #AFF0B5 in popluar color models

AFF0B5
RGB175240181
HSL126°68.42%81.37%
HSB/HSV126°27.08%94.12%
CMYK27.08%0.00%24.58%
5.88%

Color #AFF0B5 in popluar number systems.

HEXAFF0B5
Decimal175240181
Binary101011111111000010110101
Octal257360265

Shades and tints

Shades of #AFF0B5

#AFF0B5
(175,240,181)
#A0DBA5
(160,219,165)
#91C695
(145,198,149)
#82B185
(130,177,133)
#739C75
(115,156,117)
#648765
(100,135,101)
#557255
(85,114,85)
#465D45
(70,93,69)
#374835
(55,72,53)
#283325
(40,51,37)
#191E15
(25,30,21)
#000000
(0,0,0)

Tints of #AFF0B5

#AFF0B5
(175,240,181)
#B6F1BB
(182,241,187)
#BDF2C1
(189,242,193)
#C4F3C7
(196,243,199)
#CBF4CD
(203,244,205)
#D2F5D3
(210,245,211)
#D9F6D9
(217,246,217)
#E0F7DF
(224,247,223)
#E7F8E5
(231,248,229)
#EEF9EB
(238,249,235)
#F5FAF1
(245,250,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFF0B5 color. Also use rgb(175,240,181) instead hex code.

Text Font Color

.myTextColor { color: #AFF0B5; }

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

This text font color is #AFF0B5.


Background Color

.myBgColor { background-color: #AFF0B5; }

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

This div background color is #AFF0B5.


Border color

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

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

This div border color is #AFF0B5.


Opacity

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

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

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

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

This text has shadow with #AFF0B5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFF0B5 on black background.


Color preview on white background

This text has color #AFF0B5 on white background.



Black color preview on #AFF0B5 background

This text has black color on #AFF0B5 background.


White color preview on #AFF0B5 background

This text has white color on #AFF0B5 background.