COLOR #AFEBF7

HEX: #AFEBF7
RGB: (175,235,247)

Color info

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

RGB color model

#AFEBF7 color RGB value is (175,235,247).

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

RGB channels and saturation

R 175 of 255 = 69%
G 235 of 255 = 92%
B 247 of 255 = 97%

175
235
247

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

Portions of RGB colors in percentages

R + G + B =
175 + 235 + 247 = 657 (100%)
R 175 of 657 ~ 26.64%
G 235 of 657 ~ 35.77%
B 247 of 657 ~ 37.6%

%26.64
%35.77
%37.6

CMYK color model

#AFEBF7 color CMYK value is (29,5,0,3).

  • cyan value is 29.15%
  • magenta value is 4.86%
  • yellow value is 0.00%
  • key color value is 3.14%
CMYK:
(29,5,0,3)
C29M5Y0K3 
(29%,5%,0%,3%)
(0.29/0.05/0.00/0.03)	

CMYK percentages

%29.15
%4.86
%0
%3.14

Codes

Color #AFEBF7 in popluar color models

AFEBF7
RGB175235247
HSL190°81.82%82.75%
HSB/HSV190°29.15%96.86%
CMYK29.15%4.86%0.00%
3.14%

Color #AFEBF7 in popluar number systems.

HEXAFEBF7
Decimal175235247
Binary101011111110101111110111
Octal257353367

Shades and tints

Shades of #AFEBF7

#AFEBF7
(175,235,247)
#A0D6E1
(160,214,225)
#91C1CB
(145,193,203)
#82ACB5
(130,172,181)
#73979F
(115,151,159)
#648289
(100,130,137)
#556D73
(85,109,115)
#46585D
(70,88,93)
#374347
(55,67,71)
#282E31
(40,46,49)
#19191B
(25,25,27)
#000000
(0,0,0)

Tints of #AFEBF7

#AFEBF7
(175,235,247)
#B6ECF7
(182,236,247)
#BDEDF7
(189,237,247)
#C4EEF7
(196,238,247)
#CBEFF7
(203,239,247)
#D2F0F7
(210,240,247)
#D9F1F7
(217,241,247)
#E0F2F7
(224,242,247)
#E7F3F7
(231,243,247)
#EEF4F7
(238,244,247)
#F5F5F7
(245,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFEBF7; }

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

This text font color is #AFEBF7.


Background Color

.myBgColor { background-color: #AFEBF7; }

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

This div background color is #AFEBF7.


Border color

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

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

This div border color is #AFEBF7.


Opacity

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

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

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

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

This text has shadow with #AFEBF7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFEBF7 on black background.


Color preview on white background

This text has color #AFEBF7 on white background.



Black color preview on #AFEBF7 background

This text has black color on #AFEBF7 background.


White color preview on #AFEBF7 background

This text has white color on #AFEBF7 background.