COLOR #AFEFD9

HEX: #AFEFD9 RGB: (175,239,217)

Color info

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

RGB color model

#AFEFD9 color RGB value is (175,239,217).

RGB: (175,239,217) (69%, 94%, 85%)

RGB channels and saturation

R 175 of 255 = 69%
G 239 of 255 = 94%
B 217 of 255 = 85%

175
239
217

R + G + B ~ 83%. #AFEFD9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 239 + 217 = 631 (100%)
R 175 of 631 ~ 27.73%
G 239 of 631 ~ 37.88%
B 217 of 631 ~ 34.39'%

%27.73
%37.88
%34.39

CMYK color model

#AFEFD9 color CMYK value is (27,0,9,6).

  • cyan value is 26.78%
  • magenta value is 0.00%
  • yellow value is 9.21%
  • key color value is 6.27%

CMYK: (27,0,9,6)
C27M0Y9K6 (27%, 0%, 9%, 6%)
(0.27 / 0.00 / 0.09 / 0.06)

CMYK percentages

%26.78
%0
%9.21
%6.27

Codes

Color #AFEFD9 in popluar color models

AF EF D9
RGB 175 239 217
HSL 159° 66.67% 81.18%
HSB/HSV 159° 26.78% 93.73%
CMYK 26.78% 0.00% 9.21%
6.27%

Color #AFEFD9 in popluar number systems.

HEX AF EF D9
Decimal 175 239 217
Binary 10101111 11101111 11011001
Octal 257 357 331

Shades and tints

Shades of #AFEFD9

#AFEFD9
(175,239,217)
#A0DAC6
(160,218,198)
#91C5B3
(145,197,179)
#82B0A0
(130,176,160)
#739B8D
(115,155,141)
#64867A
(100,134,122)
#557167
(85,113,103)
#465C54
(70,92,84)
#374741
(55,71,65)
#28322E
(40,50,46)
#191D1B
(25,29,27)
#000000
(0,0,0)

Tints of #AFEFD9

#AFEFD9
(175,239,217)
#B6F0DC
(182,240,220)
#BDF1DF
(189,241,223)
#C4F2E2
(196,242,226)
#CBF3E5
(203,243,229)
#D2F4E8
(210,244,232)
#D9F5EB
(217,245,235)
#E0F6EE
(224,246,238)
#E7F7F1
(231,247,241)
#EEF8F4
(238,248,244)
#F5F9F7
(245,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFEFD9 color. Also use rgb(175,239,217) instead hex code.

Text Font Color

.myTextColor { color: #AFEFD9; }

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

This text font color is #AFEFD9.

Background Color

.myBgColor { background-color: #AFEFD9; }

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

This div background color is #AFEFD9.

Border color

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

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

This div border color is #AFEFD9.

Opacity

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

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

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

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

This text has shadow with #AFEFD9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFEFD9.

Preview

Color preview on black background

This text has color #AFEFD9 on black background.


Color preview on white background

This text has color #AFEFD9 on white background.


Black color preview on #AFEFD9 background

This text has black color on #AFEFD9 background.


White color preview on #AFEFD9 background

This text has white color on #AFEFD9 background.


Related colors

Complementary color

Complementary color for #hex is #501026.


I love getcolorcode.com

Triadic colors

1 #D9AFEF and #EFD9AF with #AFEFD9 are triadic colors.

2 #D9EFAF and #EFAFD9 with #AFEFD9 are triadic colors.