COLOR #AFE3E1

HEX: #AFE3E1
RGB: (175,227,225)

Color info

#AFE3E1 contains red, green and blue colors in about the same proportion. Web safe color of #AFE3E1 is #99CCCC (or #9CC).

RGB color model

#AFE3E1 color RGB value is (175,227,225).

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

RGB channels and saturation

R 175 of 255 = 69%
G 227 of 255 = 89%
B 225 of 255 = 88%

175
227
225

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

Portions of RGB colors in percentages

R + G + B =
175 + 227 + 225 = 627 (100%)
R 175 of 627 ~ 27.91%
G 227 of 627 ~ 36.2%
B 225 of 627 ~ 35.89%

%27.91
%36.2
%35.89

CMYK color model

#AFE3E1 color CMYK value is (23,0,1,11).

  • cyan value is 22.91%
  • magenta value is 0.00%
  • yellow value is 0.88%
  • key color value is 10.98%
CMYK:
(23,0,1,11)
C23M0Y1K11 
(23%,0%,1%,11%)
(0.23/0.00/0.01/0.11)	

CMYK percentages

%22.91
%0
%0.88
%10.98

Codes

Color #AFE3E1 in popluar color models

AFE3E1
RGB175227225
HSL178°48.15%78.82%
HSB/HSV178°22.91%89.02%
CMYK22.91%0.00%0.88%
10.98%

Color #AFE3E1 in popluar number systems.

HEXAFE3E1
Decimal175227225
Binary101011111110001111100001
Octal257343341

Shades and tints

Shades of #AFE3E1

#AFE3E1
(175,227,225)
#A0CFCD
(160,207,205)
#91BBB9
(145,187,185)
#82A7A5
(130,167,165)
#739391
(115,147,145)
#647F7D
(100,127,125)
#556B69
(85,107,105)
#465755
(70,87,85)
#374341
(55,67,65)
#282F2D
(40,47,45)
#191B19
(25,27,25)
#000000
(0,0,0)

Tints of #AFE3E1

#AFE3E1
(175,227,225)
#B6E5E3
(182,229,227)
#BDE7E5
(189,231,229)
#C4E9E7
(196,233,231)
#CBEBE9
(203,235,233)
#D2EDEB
(210,237,235)
#D9EFED
(217,239,237)
#E0F1EF
(224,241,239)
#E7F3F1
(231,243,241)
#EEF5F3
(238,245,243)
#F5F7F5
(245,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFE3E1; }

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

This text font color is #AFE3E1.


Background Color

.myBgColor { background-color: #AFE3E1; }

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

This div background color is #AFE3E1.


Border color

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

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

This div border color is #AFE3E1.


Opacity

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

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

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

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

This text has shadow with #AFE3E1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFE3E1 on black background.


Color preview on white background

This text has color #AFE3E1 on white background.



Black color preview on #AFE3E1 background

This text has black color on #AFE3E1 background.


White color preview on #AFE3E1 background

This text has white color on #AFE3E1 background.