COLOR #AFEDE6

HEX: #AFEDE6 RGB: (175,237,230)

Color info

#AFEDE6 contains mainly green and blue colors. Web safe color of #AFEDE6 is #99FFCC (or #9FC).

RGB color model

#AFEDE6 color RGB value is (175,237,230).

RGB: (175,237,230) (69%, 93%, 90%)

RGB channels and saturation

R 175 of 255 = 69%
G 237 of 255 = 93%
B 230 of 255 = 90%

175
237
230

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

Portions of RGB colors in percentages

R + G + B = 175 + 237 + 230 = 642 (100%)
R 175 of 642 ~ 27.26%
G 237 of 642 ~ 36.92%
B 230 of 642 ~ 35.83'%

%27.26
%36.92
%35.83

CMYK color model

#AFEDE6 color CMYK value is (26,0,3,7).

  • cyan value is 26.16%
  • magenta value is 0.00%
  • yellow value is 2.95%
  • key color value is 7.06%

CMYK: (26,0,3,7)
C26M0Y3K7 (26%, 0%, 3%, 7%)
(0.26 / 0.00 / 0.03 / 0.07)

CMYK percentages

%26.16
%0
%2.95
%7.06

Codes

Color #AFEDE6 in popluar color models

AF ED E6
RGB 175 237 230
HSL 173° 63.27% 80.78%
HSB/HSV 173° 26.16% 92.94%
CMYK 26.16% 0.00% 2.95%
7.06%

Color #AFEDE6 in popluar number systems.

HEX AF ED E6
Decimal 175 237 230
Binary 10101111 11101101 11100110
Octal 257 355 346

Shades and tints

Shades of #AFEDE6

#AFEDE6
(175,237,230)
#A0D8D2
(160,216,210)
#91C3BE
(145,195,190)
#82AEAA
(130,174,170)
#739996
(115,153,150)
#648482
(100,132,130)
#556F6E
(85,111,110)
#465A5A
(70,90,90)
#374546
(55,69,70)
#283032
(40,48,50)
#191B1E
(25,27,30)
#000000
(0,0,0)

Tints of #AFEDE6

#AFEDE6
(175,237,230)
#B6EEE8
(182,238,232)
#BDEFEA
(189,239,234)
#C4F0EC
(196,240,236)
#CBF1EE
(203,241,238)
#D2F2F0
(210,242,240)
#D9F3F2
(217,243,242)
#E0F4F4
(224,244,244)
#E7F5F6
(231,245,246)
#EEF6F8
(238,246,248)
#F5F7FA
(245,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFEDE6; }

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

This text font color is #AFEDE6.

Background Color

.myBgColor { background-color: #AFEDE6; }

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

This div background color is #AFEDE6.

Border color

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

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

This div border color is #AFEDE6.

Opacity

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

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

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

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

This text has shadow with #AFEDE6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFEDE6.

Preview

Color preview on black background

This text has color #AFEDE6 on black background.


Color preview on white background

This text has color #AFEDE6 on white background.


Black color preview on #AFEDE6 background

This text has black color on #AFEDE6 background.


White color preview on #AFEDE6 background

This text has white color on #AFEDE6 background.


Related colors

Complementary color

Complementary color for #hex is #501219.


I love getcolorcode.com

Triadic colors

1 #E6AFED and #EDE6AF with #AFEDE6 are triadic colors.

2 #E6EDAF and #EDAFE6 with #AFEDE6 are triadic colors.