COLOR #AFECF3

HEX: #AFECF3
RGB: (175,236,243)

Color info

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

RGB color model

#AFECF3 color RGB value is (175,236,243).

  • red value is 175;
  • green value is 236;
  • blue value is 243.
RGB:
(175,236,243)
(69%,93%,95%)

RGB channels and saturation

R 175 of 255 = 69%
G 236 of 255 = 93%
B 243 of 255 = 95%

175
236
243

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

Portions of RGB colors in percentages

R + G + B =
175 + 236 + 243 = 654 (100%)
R 175 of 654 ~ 26.76%
G 236 of 654 ~ 36.09%
B 243 of 654 ~ 37.16%

%26.76
%36.09
%37.16

CMYK color model

#AFECF3 color CMYK value is (28,3,0,5).

  • cyan value is 27.98%
  • magenta value is 2.88%
  • yellow value is 0.00%
  • key color value is 4.71%
CMYK:
(28,3,0,5)
C28M3Y0K5 
(28%,3%,0%,5%)
(0.28/0.03/0.00/0.05)	

CMYK percentages

%27.98
%2.88
%0
%4.71

Codes

Color #AFECF3 in popluar color models

AFECF3
RGB175236243
HSL186°73.91%81.96%
HSB/HSV186°27.98%95.29%
CMYK27.98%2.88%0.00%
4.71%

Color #AFECF3 in popluar number systems.

HEXAFECF3
Decimal175236243
Binary101011111110110011110011
Octal257354363

Shades and tints

Shades of #AFECF3

#AFECF3
(175,236,243)
#A0D7DD
(160,215,221)
#91C2C7
(145,194,199)
#82ADB1
(130,173,177)
#73989B
(115,152,155)
#648385
(100,131,133)
#556E6F
(85,110,111)
#465959
(70,89,89)
#374443
(55,68,67)
#282F2D
(40,47,45)
#191A17
(25,26,23)
#000000
(0,0,0)

Tints of #AFECF3

#AFECF3
(175,236,243)
#B6EDF4
(182,237,244)
#BDEEF5
(189,238,245)
#C4EFF6
(196,239,246)
#CBF0F7
(203,240,247)
#D2F1F8
(210,241,248)
#D9F2F9
(217,242,249)
#E0F3FA
(224,243,250)
#E7F4FB
(231,244,251)
#EEF5FC
(238,245,252)
#F5F6FD
(245,246,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFECF3 color. Also use rgb(175,236,243) instead hex code.

Text Font Color

.myTextColor { color: #AFECF3; }

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

This text font color is #AFECF3.


Background Color

.myBgColor { background-color: #AFECF3; }

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

This div background color is #AFECF3.


Border color

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

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

This div border color is #AFECF3.


Opacity

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

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

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

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

This text has shadow with #AFECF3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFECF3 on black background.


Color preview on white background

This text has color #AFECF3 on white background.



Black color preview on #AFECF3 background

This text has black color on #AFECF3 background.


White color preview on #AFECF3 background

This text has white color on #AFECF3 background.