COLOR #AFEFB9

HEX: #AFEFB9 RGB: (175,239,185)

Color info

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

RGB color model

#AFEFB9 color RGB value is (175,239,185).

RGB: (175,239,185) (69%, 94%, 73%)

RGB channels and saturation

R 175 of 255 = 69%
G 239 of 255 = 94%
B 185 of 255 = 73%

175
239
185

R + G + B ~ 79%. #AFEFB9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 239 + 185 = 599 (100%)
R 175 of 599 ~ 29.22%
G 239 of 599 ~ 39.9%
B 185 of 599 ~ 30.88'%

%29.22
%39.9
%30.88

CMYK color model

#AFEFB9 color CMYK value is (27,0,23,6).

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

CMYK: (27,0,23,6)
C27M0Y23K6 (27%, 0%, 23%, 6%)
(0.27 / 0.00 / 0.23 / 0.06)

CMYK percentages

%26.78
%0
%22.59
%6.27

Codes

Color #AFEFB9 in popluar color models

AF EF B9
RGB 175 239 185
HSL 129° 66.67% 81.18%
HSB/HSV 129° 26.78% 93.73%
CMYK 26.78% 0.00% 22.59%
6.27%

Color #AFEFB9 in popluar number systems.

HEX AF EF B9
Decimal 175 239 185
Binary 10101111 11101111 10111001
Octal 257 357 271

Shades and tints

Shades of #AFEFB9

#AFEFB9
(175,239,185)
#A0DAA9
(160,218,169)
#91C599
(145,197,153)
#82B089
(130,176,137)
#739B79
(115,155,121)
#648669
(100,134,105)
#557159
(85,113,89)
#465C49
(70,92,73)
#374739
(55,71,57)
#283229
(40,50,41)
#191D19
(25,29,25)
#000000
(0,0,0)

Tints of #AFEFB9

#AFEFB9
(175,239,185)
#B6F0BF
(182,240,191)
#BDF1C5
(189,241,197)
#C4F2CB
(196,242,203)
#CBF3D1
(203,243,209)
#D2F4D7
(210,244,215)
#D9F5DD
(217,245,221)
#E0F6E3
(224,246,227)
#E7F7E9
(231,247,233)
#EEF8EF
(238,248,239)
#F5F9F5
(245,249,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFEFB9; }

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

This text font color is #AFEFB9.

Background Color

.myBgColor { background-color: #AFEFB9; }

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

This div background color is #AFEFB9.

Border color

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

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

This div border color is #AFEFB9.

Opacity

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

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

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

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

This text has shadow with #AFEFB9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFEFB9.

Preview

Color preview on black background

This text has color #AFEFB9 on black background.


Color preview on white background

This text has color #AFEFB9 on white background.


Black color preview on #AFEFB9 background

This text has black color on #AFEFB9 background.


White color preview on #AFEFB9 background

This text has white color on #AFEFB9 background.


Related colors

Complementary color

Complementary color for #hex is #501046.


I love getcolorcode.com

Triadic colors

1 #B9AFEF and #EFB9AF with #AFEFB9 are triadic colors.

2 #B9EFAF and #EFAFB9 with #AFEFB9 are triadic colors.