COLOR #AFEBE9

HEX: #AFEBE9
RGB: (175,235,233)

Color info

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

RGB color model

#AFEBE9 color RGB value is (175,235,233).

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

RGB channels and saturation

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

175
235
233

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

Portions of RGB colors in percentages

R + G + B =
175 + 235 + 233 = 643 (100%)
R 175 of 643 ~ 27.22%
G 235 of 643 ~ 36.55%
B 233 of 643 ~ 36.24%

%27.22
%36.55
%36.24

CMYK color model

#AFEBE9 color CMYK value is (26,0,1,8).

  • cyan value is 25.53%
  • magenta value is 0.00%
  • yellow value is 0.85%
  • key color value is 7.84%
CMYK:
(26,0,1,8)
C26M0Y1K8 
(26%,0%,1%,8%)
(0.26/0.00/0.01/0.08)	

CMYK percentages

%25.53
%0
%0.85
%7.84

Codes

Color #AFEBE9 in popluar color models

AFEBE9
RGB175235233
HSL178°60.00%80.39%
HSB/HSV178°25.53%92.16%
CMYK25.53%0.00%0.85%
7.84%

Color #AFEBE9 in popluar number systems.

HEXAFEBE9
Decimal175235233
Binary101011111110101111101001
Octal257353351

Shades and tints

Shades of #AFEBE9

#AFEBE9
(175,235,233)
#A0D6D4
(160,214,212)
#91C1BF
(145,193,191)
#82ACAA
(130,172,170)
#739795
(115,151,149)
#648280
(100,130,128)
#556D6B
(85,109,107)
#465856
(70,88,86)
#374341
(55,67,65)
#282E2C
(40,46,44)
#191917
(25,25,23)
#000000
(0,0,0)

Tints of #AFEBE9

#AFEBE9
(175,235,233)
#B6ECEB
(182,236,235)
#BDEDED
(189,237,237)
#C4EEEF
(196,238,239)
#CBEFF1
(203,239,241)
#D2F0F3
(210,240,243)
#D9F1F5
(217,241,245)
#E0F2F7
(224,242,247)
#E7F3F9
(231,243,249)
#EEF4FB
(238,244,251)
#F5F5FD
(245,245,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFEBE9; }

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

This text font color is #AFEBE9.


Background Color

.myBgColor { background-color: #AFEBE9; }

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

This div background color is #AFEBE9.


Border color

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

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

This div border color is #AFEBE9.


Opacity

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

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

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

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

This text has shadow with #AFEBE9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFEBE9 on black background.


Color preview on white background

This text has color #AFEBE9 on white background.



Black color preview on #AFEBE9 background

This text has black color on #AFEBE9 background.


White color preview on #AFEBE9 background

This text has white color on #AFEBE9 background.