COLOR #AFF4EA

HEX: #AFF4EA
RGB: (175,244,234)

Color info

#AFF4EA contains mainly green and blue colors. Web safe color of #AFF4EA is #99FFFF (or #9FF).

RGB color model

#AFF4EA color RGB value is (175,244,234).

  • red value is 175;
  • green value is 244;
  • blue value is 234.
RGB:
(175,244,234)
(69%,96%,92%)

RGB channels and saturation

R 175 of 255 = 69%
G 244 of 255 = 96%
B 234 of 255 = 92%

175
244
234

R + G + B ~ 86%. #AFF4EA is light color.

Portions of RGB colors in percentages

R + G + B =
175 + 244 + 234 = 653 (100%)
R 175 of 653 ~ 26.8%
G 244 of 653 ~ 37.37%
B 234 of 653 ~ 35.83%

%26.8
%37.37
%35.83

CMYK color model

#AFF4EA color CMYK value is (28,0,4,4).

  • cyan value is 28.28%
  • magenta value is 0.00%
  • yellow value is 4.10%
  • key color value is 4.31%
CMYK:
(28,0,4,4)
C28M0Y4K4 
(28%,0%,4%,4%)
(0.28/0.00/0.04/0.04)	

CMYK percentages

%28.28
%0
%4.1
%4.31

Codes

Color #AFF4EA in popluar color models

AFF4EA
RGB175244234
HSL171°75.82%82.16%
HSB/HSV171°28.28%95.69%
CMYK28.28%0.00%4.10%
4.31%

Color #AFF4EA in popluar number systems.

HEXAFF4EA
Decimal175244234
Binary101011111111010011101010
Octal257364352

Shades and tints

Shades of #AFF4EA

#AFF4EA
(175,244,234)
#A0DED5
(160,222,213)
#91C8C0
(145,200,192)
#82B2AB
(130,178,171)
#739C96
(115,156,150)
#648681
(100,134,129)
#55706C
(85,112,108)
#465A57
(70,90,87)
#374442
(55,68,66)
#282E2D
(40,46,45)
#191818
(25,24,24)
#000000
(0,0,0)

Tints of #AFF4EA

#AFF4EA
(175,244,234)
#B6F5EB
(182,245,235)
#BDF6EC
(189,246,236)
#C4F7ED
(196,247,237)
#CBF8EE
(203,248,238)
#D2F9EF
(210,249,239)
#D9FAF0
(217,250,240)
#E0FBF1
(224,251,241)
#E7FCF2
(231,252,242)
#EEFDF3
(238,253,243)
#F5FEF4
(245,254,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFF4EA color. Also use rgb(175,244,234) instead hex code.

Text Font Color

.myTextColor { color: #AFF4EA; }

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

This text font color is #AFF4EA.


Background Color

.myBgColor { background-color: #AFF4EA; }

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

This div background color is #AFF4EA.


Border color

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

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

This div border color is #AFF4EA.


Opacity

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

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

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

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

This text has shadow with #AFF4EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFF4EA on black background.


Color preview on white background

This text has color #AFF4EA on white background.



Black color preview on #AFF4EA background

This text has black color on #AFF4EA background.


White color preview on #AFF4EA background

This text has white color on #AFF4EA background.