COLOR #AFF5E3

HEX: #AFF5E3
RGB: (175,245,227)

Color info

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

RGB color model

#AFF5E3 color RGB value is (175,245,227).

  • red value is 175;
  • green value is 245;
  • blue value is 227.
RGB:
(175,245,227)
(69%,96%,89%)

RGB channels and saturation

R 175 of 255 = 69%
G 245 of 255 = 96%
B 227 of 255 = 89%

175
245
227

R + G + B ~ 85%. #AFF5E3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 245 + 227 = 647 (100%)
R 175 of 647 ~ 27.05%
G 245 of 647 ~ 37.87%
B 227 of 647 ~ 35.09%

%27.05
%37.87
%35.09

CMYK color model

#AFF5E3 color CMYK value is (29,0,7,4).

  • cyan value is 28.57%
  • magenta value is 0.00%
  • yellow value is 7.35%
  • key color value is 3.92%
CMYK:
(29,0,7,4)
C29M0Y7K4 
(29%,0%,7%,4%)
(0.29/0.00/0.07/0.04)	

CMYK percentages

%28.57
%0
%7.35
%3.92

Codes

Color #AFF5E3 in popluar color models

AFF5E3
RGB175245227
HSL165°77.78%82.35%
HSB/HSV165°28.57%96.08%
CMYK28.57%0.00%7.35%
3.92%

Color #AFF5E3 in popluar number systems.

HEXAFF5E3
Decimal175245227
Binary101011111111010111100011
Octal257365343

Shades and tints

Shades of #AFF5E3

#AFF5E3
(175,245,227)
#A0DFCF
(160,223,207)
#91C9BB
(145,201,187)
#82B3A7
(130,179,167)
#739D93
(115,157,147)
#64877F
(100,135,127)
#55716B
(85,113,107)
#465B57
(70,91,87)
#374543
(55,69,67)
#282F2F
(40,47,47)
#19191B
(25,25,27)
#000000
(0,0,0)

Tints of #AFF5E3

#AFF5E3
(175,245,227)
#B6F5E5
(182,245,229)
#BDF5E7
(189,245,231)
#C4F5E9
(196,245,233)
#CBF5EB
(203,245,235)
#D2F5ED
(210,245,237)
#D9F5EF
(217,245,239)
#E0F5F1
(224,245,241)
#E7F5F3
(231,245,243)
#EEF5F5
(238,245,245)
#F5F5F7
(245,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFF5E3 color. Also use rgb(175,245,227) instead hex code.

Text Font Color

.myTextColor { color: #AFF5E3; }

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

This text font color is #AFF5E3.


Background Color

.myBgColor { background-color: #AFF5E3; }

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

This div background color is #AFF5E3.


Border color

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

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

This div border color is #AFF5E3.


Opacity

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

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

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

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

This text has shadow with #AFF5E3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFF5E3 on black background.


Color preview on white background

This text has color #AFF5E3 on white background.



Black color preview on #AFF5E3 background

This text has black color on #AFF5E3 background.


White color preview on #AFF5E3 background

This text has white color on #AFF5E3 background.