COLOR #AFF9ED

HEX: #AFF9ED RGB: (175,249,237)

Color info

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

RGB color model

#AFF9ED color RGB value is (175,249,237).

RGB: (175,249,237) (69%, 98%, 93%)

RGB channels and saturation

R 175 of 255 = 69%
G 249 of 255 = 98%
B 237 of 255 = 93%

175
249
237

R + G + B ~ 87%. #AFF9ED is light color.

Portions of RGB colors in percentages

R + G + B = 175 + 249 + 237 = 661 (100%)
R 175 of 661 ~ 26.48%
G 249 of 661 ~ 37.67%
B 237 of 661 ~ 35.85'%

%26.48
%37.67
%35.85

CMYK color model

#AFF9ED color CMYK value is (30,0,5,2).

  • cyan value is 29.72%
  • magenta value is 0.00%
  • yellow value is 4.82%
  • key color value is 2.35%

CMYK: (30,0,5,2)
C30M0Y5K2 (30%, 0%, 5%, 2%)
(0.30 / 0.00 / 0.05 / 0.02)

CMYK percentages

%29.72
%0
%4.82
%2.35

Codes

Color #AFF9ED in popluar color models

AF F9 ED
RGB 175 249 237
HSL 170° 86.05% 83.14%
HSB/HSV 170° 29.72% 97.65%
CMYK 29.72% 0.00% 4.82%
2.35%

Color #AFF9ED in popluar number systems.

HEX AF F9 ED
Decimal 175 249 237
Binary 10101111 11111001 11101101
Octal 257 371 355

Shades and tints

Shades of #AFF9ED

#AFF9ED
(175,249,237)
#A0E3D8
(160,227,216)
#91CDC3
(145,205,195)
#82B7AE
(130,183,174)
#73A199
(115,161,153)
#648B84
(100,139,132)
#55756F
(85,117,111)
#465F5A
(70,95,90)
#374945
(55,73,69)
#283330
(40,51,48)
#191D1B
(25,29,27)
#000000
(0,0,0)

Tints of #AFF9ED

#AFF9ED
(175,249,237)
#B6F9EE
(182,249,238)
#BDF9EF
(189,249,239)
#C4F9F0
(196,249,240)
#CBF9F1
(203,249,241)
#D2F9F2
(210,249,242)
#D9F9F3
(217,249,243)
#E0F9F4
(224,249,244)
#E7F9F5
(231,249,245)
#EEF9F6
(238,249,246)
#F5F9F7
(245,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFF9ED; }

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

This text font color is #AFF9ED.

Background Color

.myBgColor { background-color: #AFF9ED; }

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

This div background color is #AFF9ED.

Border color

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

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

This div border color is #AFF9ED.

Opacity

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

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

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

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

This text has shadow with #AFF9ED color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFF9ED.

Preview

Color preview on black background

This text has color #AFF9ED on black background.


Color preview on white background

This text has color #AFF9ED on white background.


Black color preview on #AFF9ED background

This text has black color on #AFF9ED background.


White color preview on #AFF9ED background

This text has white color on #AFF9ED background.


Related colors

Complementary color

Complementary color for #hex is #500612.


I love getcolorcode.com

Triadic colors

1 #EDAFF9 and #F9EDAF with #AFF9ED are triadic colors.

2 #EDF9AF and #F9AFED with #AFF9ED are triadic colors.