COLOR #AFFFB7

HEX: #AFFFB7 RGB: (175,255,183)

Color info

#AFFFB7 contains mainly green color. Web safe color of #AFFFB7 is #99FFCC (or #9FC).

RGB color model

#AFFFB7 color RGB value is (175,255,183).

RGB: (175,255,183) (69%, 100%, 72%)

RGB channels and saturation

R 175 of 255 = 69%
G 255 of 255 = 100%
B 183 of 255 = 72%

175
255
183

R + G + B ~ 80%. #AFFFB7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 255 + 183 = 613 (100%)
R 175 of 613 ~ 28.55%
G 255 of 613 ~ 41.6%
B 183 of 613 ~ 29.85'%

%28.55
%41.6
%29.85

CMYK color model

#AFFFB7 color CMYK value is (31,0,28,0).

  • cyan value is 31.37%
  • magenta value is 0.00%
  • yellow value is 28.24%
  • key color value is 0.00%

CMYK: (31,0,28,0)
C31M0Y28K0 (31%, 0%, 28%, 0%)
(0.31 / 0.00 / 0.28 / 0.00)

CMYK percentages

%31.37
%0
%28.24
%0

Codes

Color #AFFFB7 in popluar color models

AF FF B7
RGB 175 255 183
HSL 126° 100.00% 84.31%
HSB/HSV 126° 31.37% 100.00%
CMYK 31.37% 0.00% 28.24%
0.00%

Color #AFFFB7 in popluar number systems.

HEX AF FF B7
Decimal 175 255 183
Binary 10101111 11111111 10110111
Octal 257 377 267

Shades and tints

Shades of #AFFFB7

#AFFFB7
(175,255,183)
#A0E8A7
(160,232,167)
#91D197
(145,209,151)
#82BA87
(130,186,135)
#73A377
(115,163,119)
#648C67
(100,140,103)
#557557
(85,117,87)
#465E47
(70,94,71)
#374737
(55,71,55)
#283027
(40,48,39)
#191917
(25,25,23)
#000000
(0,0,0)

Tints of #AFFFB7

#AFFFB7
(175,255,183)
#B6FFBD
(182,255,189)
#BDFFC3
(189,255,195)
#C4FFC9
(196,255,201)
#CBFFCF
(203,255,207)
#D2FFD5
(210,255,213)
#D9FFDB
(217,255,219)
#E0FFE1
(224,255,225)
#E7FFE7
(231,255,231)
#EEFFED
(238,255,237)
#F5FFF3
(245,255,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFFFB7 color. Also use rgb(175,255,183) instead hex code.

Text Font Color

.myTextColor { color: #AFFFB7; }

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

This text font color is #AFFFB7.

Background Color

.myBgColor { background-color: #AFFFB7; }

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

This div background color is #AFFFB7.

Border color

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

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

This div border color is #AFFFB7.

Opacity

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

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

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

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

This text has shadow with #AFFFB7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFFFB7.

Preview

Color preview on black background

This text has color #AFFFB7 on black background.


Color preview on white background

This text has color #AFFFB7 on white background.


Black color preview on #AFFFB7 background

This text has black color on #AFFFB7 background.


White color preview on #AFFFB7 background

This text has white color on #AFFFB7 background.


Related colors

Complementary color

Complementary color for #hex is #500048.


I love getcolorcode.com

Triadic colors

1 #B7AFFF and #FFB7AF with #AFFFB7 are triadic colors.

2 #B7FFAF and #FFAFB7 with #AFFFB7 are triadic colors.