COLOR #AFE7EA

HEX: #AFE7EA
RGB: (175,231,234)

Color info

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

RGB color model

#AFE7EA color RGB value is (175,231,234).

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

RGB channels and saturation

R 175 of 255 = 69%
G 231 of 255 = 91%
B 234 of 255 = 92%

175
231
234

R + G + B ~ 84%. #AFE7EA is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 231 + 234 = 640 (100%)
R 175 of 640 ~ 27.34%
G 231 of 640 ~ 36.09%
B 234 of 640 ~ 36.56%

%27.34
%36.09
%36.56

CMYK color model

#AFE7EA color CMYK value is (25,1,0,8).

  • cyan value is 25.21%
  • magenta value is 1.28%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(25,1,0,8)
C25M1Y0K8 
(25%,1%,0%,8%)
(0.25/0.01/0.00/0.08)	

CMYK percentages

%25.21
%1.28
%0
%8.24

Codes

Color #AFE7EA in popluar color models

AFE7EA
RGB175231234
HSL183°58.42%80.20%
HSB/HSV183°25.21%91.76%
CMYK25.21%1.28%0.00%
8.24%

Color #AFE7EA in popluar number systems.

HEXAFE7EA
Decimal175231234
Binary101011111110011111101010
Octal257347352

Shades and tints

Shades of #AFE7EA

#AFE7EA
(175,231,234)
#A0D2D5
(160,210,213)
#91BDC0
(145,189,192)
#82A8AB
(130,168,171)
#739396
(115,147,150)
#647E81
(100,126,129)
#55696C
(85,105,108)
#465457
(70,84,87)
#373F42
(55,63,66)
#282A2D
(40,42,45)
#191518
(25,21,24)
#000000
(0,0,0)

Tints of #AFE7EA

#AFE7EA
(175,231,234)
#B6E9EB
(182,233,235)
#BDEBEC
(189,235,236)
#C4EDED
(196,237,237)
#CBEFEE
(203,239,238)
#D2F1EF
(210,241,239)
#D9F3F0
(217,243,240)
#E0F5F1
(224,245,241)
#E7F7F2
(231,247,242)
#EEF9F3
(238,249,243)
#F5FBF4
(245,251,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFE7EA; }

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

This text font color is #AFE7EA.


Background Color

.myBgColor { background-color: #AFE7EA; }

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

This div background color is #AFE7EA.


Border color

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

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

This div border color is #AFE7EA.


Opacity

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

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

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

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

This text has shadow with #AFE7EA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFE7EA on black background.


Color preview on white background

This text has color #AFE7EA on white background.



Black color preview on #AFE7EA background

This text has black color on #AFE7EA background.


White color preview on #AFE7EA background

This text has white color on #AFE7EA background.