COLOR #AFF2CE

HEX: #AFF2CE
RGB: (175,242,206)

Color info

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

RGB color model

#AFF2CE color RGB value is (175,242,206).

  • red value is 175;
  • green value is 242;
  • blue value is 206.
RGB:
(175,242,206)
(69%,95%,81%)

RGB channels and saturation

R 175 of 255 = 69%
G 242 of 255 = 95%
B 206 of 255 = 81%

175
242
206

R + G + B ~ 82%. #AFF2CE is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 242 + 206 = 623 (100%)
R 175 of 623 ~ 28.09%
G 242 of 623 ~ 38.84%
B 206 of 623 ~ 33.07%

%28.09
%38.84
%33.07

CMYK color model

#AFF2CE color CMYK value is (28,0,15,5).

  • cyan value is 27.69%
  • magenta value is 0.00%
  • yellow value is 14.88%
  • key color value is 5.10%
CMYK:
(28,0,15,5)
C28M0Y15K5 
(28%,0%,15%,5%)
(0.28/0.00/0.15/0.05)	

CMYK percentages

%27.69
%0
%14.88
%5.1

Codes

Color #AFF2CE in popluar color models

AFF2CE
RGB175242206
HSL148°72.04%81.76%
HSB/HSV148°27.69%94.90%
CMYK27.69%0.00%14.88%
5.10%

Color #AFF2CE in popluar number systems.

HEXAFF2CE
Decimal175242206
Binary101011111111001011001110
Octal257362316

Shades and tints

Shades of #AFF2CE

#AFF2CE
(175,242,206)
#A0DCBC
(160,220,188)
#91C6AA
(145,198,170)
#82B098
(130,176,152)
#739A86
(115,154,134)
#648474
(100,132,116)
#556E62
(85,110,98)
#465850
(70,88,80)
#37423E
(55,66,62)
#282C2C
(40,44,44)
#19161A
(25,22,26)
#000000
(0,0,0)

Tints of #AFF2CE

#AFF2CE
(175,242,206)
#B6F3D2
(182,243,210)
#BDF4D6
(189,244,214)
#C4F5DA
(196,245,218)
#CBF6DE
(203,246,222)
#D2F7E2
(210,247,226)
#D9F8E6
(217,248,230)
#E0F9EA
(224,249,234)
#E7FAEE
(231,250,238)
#EEFBF2
(238,251,242)
#F5FCF6
(245,252,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFF2CE color. Also use rgb(175,242,206) instead hex code.

Text Font Color

.myTextColor { color: #AFF2CE; }

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

This text font color is #AFF2CE.


Background Color

.myBgColor { background-color: #AFF2CE; }

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

This div background color is #AFF2CE.


Border color

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

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

This div border color is #AFF2CE.


Opacity

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

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

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

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

This text has shadow with #AFF2CE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFF2CE on black background.


Color preview on white background

This text has color #AFF2CE on white background.



Black color preview on #AFF2CE background

This text has black color on #AFF2CE background.


White color preview on #AFF2CE background

This text has white color on #AFF2CE background.