COLOR #AFEBF9

HEX: #AFEBF9
RGB: (175,235,249)

Color info

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

RGB color model

#AFEBF9 color RGB value is (175,235,249).

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

RGB channels and saturation

R 175 of 255 = 69%
G 235 of 255 = 92%
B 249 of 255 = 98%

175
235
249

R + G + B ~ 86%. #AFEBF9 is light color.

Portions of RGB colors in percentages

R + G + B =
175 + 235 + 249 = 659 (100%)
R 175 of 659 ~ 26.56%
G 235 of 659 ~ 35.66%
B 249 of 659 ~ 37.78%

%26.56
%35.66
%37.78

CMYK color model

#AFEBF9 color CMYK value is (30,6,0,2).

  • cyan value is 29.72%
  • magenta value is 5.62%
  • yellow value is 0.00%
  • key color value is 2.35%
CMYK:
(30,6,0,2)
C30M6Y0K2 
(30%,6%,0%,2%)
(0.30/0.06/0.00/0.02)	

CMYK percentages

%29.72
%5.62
%0
%2.35

Codes

Color #AFEBF9 in popluar color models

AFEBF9
RGB175235249
HSL191°86.05%83.14%
HSB/HSV191°29.72%97.65%
CMYK29.72%5.62%0.00%
2.35%

Color #AFEBF9 in popluar number systems.

HEXAFEBF9
Decimal175235249
Binary101011111110101111111001
Octal257353371

Shades and tints

Shades of #AFEBF9

#AFEBF9
(175,235,249)
#A0D6E3
(160,214,227)
#91C1CD
(145,193,205)
#82ACB7
(130,172,183)
#7397A1
(115,151,161)
#64828B
(100,130,139)
#556D75
(85,109,117)
#46585F
(70,88,95)
#374349
(55,67,73)
#282E33
(40,46,51)
#19191D
(25,25,29)
#000000
(0,0,0)

Tints of #AFEBF9

#AFEBF9
(175,235,249)
#B6ECF9
(182,236,249)
#BDEDF9
(189,237,249)
#C4EEF9
(196,238,249)
#CBEFF9
(203,239,249)
#D2F0F9
(210,240,249)
#D9F1F9
(217,241,249)
#E0F2F9
(224,242,249)
#E7F3F9
(231,243,249)
#EEF4F9
(238,244,249)
#F5F5F9
(245,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFEBF9; }

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

This text font color is #AFEBF9.


Background Color

.myBgColor { background-color: #AFEBF9; }

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

This div background color is #AFEBF9.


Border color

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

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

This div border color is #AFEBF9.


Opacity

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

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

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

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

This text has shadow with #AFEBF9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFEBF9 on black background.


Color preview on white background

This text has color #AFEBF9 on white background.



Black color preview on #AFEBF9 background

This text has black color on #AFEBF9 background.


White color preview on #AFEBF9 background

This text has white color on #AFEBF9 background.