COLOR #AFEBFB

HEX: #AFEBFB RGB: (175,235,251)

Color info

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

RGB color model

#AFEBFB color RGB value is (175,235,251).

RGB: (175,235,251) (69%, 92%, 98%)

RGB channels and saturation

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

175
235
251

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

Portions of RGB colors in percentages

R + G + B = 175 + 235 + 251 = 661 (100%)
R 175 of 661 ~ 26.48%
G 235 of 661 ~ 35.55%
B 251 of 661 ~ 37.97'%

%26.48
%35.55
%37.97

CMYK color model

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

  • cyan value is 30.28%
  • magenta value is 6.37%
  • yellow value is 0.00%
  • key color value is 1.57%

CMYK: (30,6,0,2)
C30M6Y0K2 (30%, 6%, 0%, 2%)
(0.30 / 0.06 / 0.00 / 0.02)

CMYK percentages

%30.28
%6.37
%0
%1.57

Codes

Color #AFEBFB in popluar color models

AF EB FB
RGB 175 235 251
HSL 193° 90.48% 83.53%
HSB/HSV 193° 30.28% 98.43%
CMYK 30.28% 6.37% 0.00%
1.57%

Color #AFEBFB in popluar number systems.

HEX AF EB FB
Decimal 175 235 251
Binary 10101111 11101011 11111011
Octal 257 353 373

Shades and tints

Shades of #AFEBFB

#AFEBFB
(175,235,251)
#A0D6E5
(160,214,229)
#91C1CF
(145,193,207)
#82ACB9
(130,172,185)
#7397A3
(115,151,163)
#64828D
(100,130,141)
#556D77
(85,109,119)
#465861
(70,88,97)
#37434B
(55,67,75)
#282E35
(40,46,53)
#19191F
(25,25,31)
#000000
(0,0,0)

Tints of #AFEBFB

#AFEBFB
(175,235,251)
#B6ECFB
(182,236,251)
#BDEDFB
(189,237,251)
#C4EEFB
(196,238,251)
#CBEFFB
(203,239,251)
#D2F0FB
(210,240,251)
#D9F1FB
(217,241,251)
#E0F2FB
(224,242,251)
#E7F3FB
(231,243,251)
#EEF4FB
(238,244,251)
#F5F5FB
(245,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFEBFB; }

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

This text font color is #AFEBFB.

Background Color

.myBgColor { background-color: #AFEBFB; }

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

This div background color is #AFEBFB.

Border color

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

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

This div border color is #AFEBFB.

Opacity

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

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

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

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

This text has shadow with #AFEBFB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFEBFB.

Preview

Color preview on black background

This text has color #AFEBFB on black background.


Color preview on white background

This text has color #AFEBFB on white background.


Black color preview on #AFEBFB background

This text has black color on #AFEBFB background.


White color preview on #AFEBFB background

This text has white color on #AFEBFB background.


Related colors

Complementary color

Complementary color for #hex is #501404.


I love getcolorcode.com

Triadic colors

1 #FBAFEB and #EBFBAF with #AFEBFB are triadic colors.

2 #FBEBAF and #EBAFFB with #AFEBFB are triadic colors.