COLOR #AFE6EB

HEX: #AFE6EB RGB: (175,230,235)

Color info

#AFE6EB contains mainly green and blue colors. Web safe color of #AFE6EB is #99CCFF (or #9CF).

RGB color model

#AFE6EB color RGB value is (175,230,235).

RGB: (175,230,235) (69%, 90%, 92%)

RGB channels and saturation

R 175 of 255 = 69%
G 230 of 255 = 90%
B 235 of 255 = 92%

175
230
235

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

Portions of RGB colors in percentages

R + G + B = 175 + 230 + 235 = 640 (100%)
R 175 of 640 ~ 27.34%
G 230 of 640 ~ 35.94%
B 235 of 640 ~ 36.72'%

%27.34
%35.94
%36.72

CMYK color model

#AFE6EB color CMYK value is (26,2,0,8).

  • cyan value is 25.53%
  • magenta value is 2.13%
  • yellow value is 0.00%
  • key color value is 7.84%

CMYK: (26,2,0,8)
C26M2Y0K8 (26%, 2%, 0%, 8%)
(0.26 / 0.02 / 0.00 / 0.08)

CMYK percentages

%25.53
%2.13
%0
%7.84

Codes

Color #AFE6EB in popluar color models

AF E6 EB
RGB 175 230 235
HSL 185° 60.00% 80.39%
HSB/HSV 185° 25.53% 92.16%
CMYK 25.53% 2.13% 0.00%
7.84%

Color #AFE6EB in popluar number systems.

HEX AF E6 EB
Decimal 175 230 235
Binary 10101111 11100110 11101011
Octal 257 346 353

Shades and tints

Shades of #AFE6EB

#AFE6EB
(175,230,235)
#A0D2D6
(160,210,214)
#91BEC1
(145,190,193)
#82AAAC
(130,170,172)
#739697
(115,150,151)
#648282
(100,130,130)
#556E6D
(85,110,109)
#465A58
(70,90,88)
#374643
(55,70,67)
#28322E
(40,50,46)
#191E19
(25,30,25)
#000000
(0,0,0)

Tints of #AFE6EB

#AFE6EB
(175,230,235)
#B6E8EC
(182,232,236)
#BDEAED
(189,234,237)
#C4ECEE
(196,236,238)
#CBEEEF
(203,238,239)
#D2F0F0
(210,240,240)
#D9F2F1
(217,242,241)
#E0F4F2
(224,244,242)
#E7F6F3
(231,246,243)
#EEF8F4
(238,248,244)
#F5FAF5
(245,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFE6EB; }

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

This text font color is #AFE6EB.

Background Color

.myBgColor { background-color: #AFE6EB; }

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

This div background color is #AFE6EB.

Border color

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

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

This div border color is #AFE6EB.

Opacity

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

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

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

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

This text has shadow with #AFE6EB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFE6EB.

Preview

Color preview on black background

This text has color #AFE6EB on black background.


Color preview on white background

This text has color #AFE6EB on white background.


Black color preview on #AFE6EB background

This text has black color on #AFE6EB background.


White color preview on #AFE6EB background

This text has white color on #AFE6EB background.


Related colors

Complementary color

Complementary color for #hex is #501914.


I love getcolorcode.com

Triadic colors

1 #EBAFE6 and #E6EBAF with #AFE6EB are triadic colors.

2 #EBE6AF and #E6AFEB with #AFE6EB are triadic colors.