COLOR #AFE7EB

HEX: #AFE7EB
RGB: (175,231,235)

Color info

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

RGB color model

#AFE7EB color RGB value is (175,231,235).

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

RGB channels and saturation

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

175
231
235

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

Portions of RGB colors in percentages

R + G + B =
175 + 231 + 235 = 641 (100%)
R 175 of 641 ~ 27.3%
G 231 of 641 ~ 36.04%
B 235 of 641 ~ 36.66%

%27.3
%36.04
%36.66

CMYK color model

#AFE7EB color CMYK value is (26,2,0,8).

  • cyan value is 25.53%
  • magenta value is 1.70%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(26,2,0,8)
C26M2Y0K8 
(26%,2%,0%,8%)
(0.26/0.02/0.00/0.08)	

CMYK percentages

%25.53
%1.7
%0
%7.84

Codes

Color #AFE7EB in popluar color models

AFE7EB
RGB175231235
HSL184°60.00%80.39%
HSB/HSV184°25.53%92.16%
CMYK25.53%1.70%0.00%
7.84%

Color #AFE7EB in popluar number systems.

HEXAFE7EB
Decimal175231235
Binary101011111110011111101011
Octal257347353

Shades and tints

Shades of #AFE7EB

#AFE7EB
(175,231,235)
#A0D2D6
(160,210,214)
#91BDC1
(145,189,193)
#82A8AC
(130,168,172)
#739397
(115,147,151)
#647E82
(100,126,130)
#55696D
(85,105,109)
#465458
(70,84,88)
#373F43
(55,63,67)
#282A2E
(40,42,46)
#191519
(25,21,25)
#000000
(0,0,0)

Tints of #AFE7EB

#AFE7EB
(175,231,235)
#B6E9EC
(182,233,236)
#BDEBED
(189,235,237)
#C4EDEE
(196,237,238)
#CBEFEF
(203,239,239)
#D2F1F0
(210,241,240)
#D9F3F1
(217,243,241)
#E0F5F2
(224,245,242)
#E7F7F3
(231,247,243)
#EEF9F4
(238,249,244)
#F5FBF5
(245,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFE7EB; }

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

This text font color is #AFE7EB.


Background Color

.myBgColor { background-color: #AFE7EB; }

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

This div background color is #AFE7EB.


Border color

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

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

This div border color is #AFE7EB.


Opacity

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

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

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

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

This text has shadow with #AFE7EB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFE7EB on black background.


Color preview on white background

This text has color #AFE7EB on white background.



Black color preview on #AFE7EB background

This text has black color on #AFE7EB background.


White color preview on #AFE7EB background

This text has white color on #AFE7EB background.