COLOR #AFEEF7

HEX: #AFEEF7 RGB: (175,238,247)

Color info

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

RGB color model

#AFEEF7 color RGB value is (175,238,247).

RGB: (175,238,247) (69%, 93%, 97%)

RGB channels and saturation

R 175 of 255 = 69%
G 238 of 255 = 93%
B 247 of 255 = 97%

175
238
247

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

Portions of RGB colors in percentages

R + G + B = 175 + 238 + 247 = 660 (100%)
R 175 of 660 ~ 26.52%
G 238 of 660 ~ 36.06%
B 247 of 660 ~ 37.42'%

%26.52
%36.06
%37.42

CMYK color model

#AFEEF7 color CMYK value is (29,4,0,3).

  • cyan value is 29.15%
  • magenta value is 3.64%
  • yellow value is 0.00%
  • key color value is 3.14%

CMYK: (29,4,0,3)
C29M4Y0K3 (29%, 4%, 0%, 3%)
(0.29 / 0.04 / 0.00 / 0.03)

CMYK percentages

%29.15
%3.64
%0
%3.14

Codes

Color #AFEEF7 in popluar color models

AF EE F7
RGB 175 238 247
HSL 188° 81.82% 82.75%
HSB/HSV 188° 29.15% 96.86%
CMYK 29.15% 3.64% 0.00%
3.14%

Color #AFEEF7 in popluar number systems.

HEX AF EE F7
Decimal 175 238 247
Binary 10101111 11101110 11110111
Octal 257 356 367

Shades and tints

Shades of #AFEEF7

#AFEEF7
(175,238,247)
#A0D9E1
(160,217,225)
#91C4CB
(145,196,203)
#82AFB5
(130,175,181)
#739A9F
(115,154,159)
#648589
(100,133,137)
#557073
(85,112,115)
#465B5D
(70,91,93)
#374647
(55,70,71)
#283131
(40,49,49)
#191C1B
(25,28,27)
#000000
(0,0,0)

Tints of #AFEEF7

#AFEEF7
(175,238,247)
#B6EFF7
(182,239,247)
#BDF0F7
(189,240,247)
#C4F1F7
(196,241,247)
#CBF2F7
(203,242,247)
#D2F3F7
(210,243,247)
#D9F4F7
(217,244,247)
#E0F5F7
(224,245,247)
#E7F6F7
(231,246,247)
#EEF7F7
(238,247,247)
#F5F8F7
(245,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFEEF7 color. Also use rgb(175,238,247) instead hex code.

Text Font Color

.myTextColor { color: #AFEEF7; }

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

This text font color is #AFEEF7.

Background Color

.myBgColor { background-color: #AFEEF7; }

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

This div background color is #AFEEF7.

Border color

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

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

This div border color is #AFEEF7.

Opacity

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

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

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

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

This text has shadow with #AFEEF7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFEEF7.

Preview

Color preview on black background

This text has color #AFEEF7 on black background.


Color preview on white background

This text has color #AFEEF7 on white background.


Black color preview on #AFEEF7 background

This text has black color on #AFEEF7 background.


White color preview on #AFEEF7 background

This text has white color on #AFEEF7 background.


Related colors

Complementary color

Complementary color for #hex is #501108.


I love getcolorcode.com

Triadic colors

1 #F7AFEE and #EEF7AF with #AFEEF7 are triadic colors.

2 #F7EEAF and #EEAFF7 with #AFEEF7 are triadic colors.