COLOR #AFCB85

HEX: #AFCB85
RGB: (175,203,133)

Color info

#AFCB85 contains mainly red and green colors. Web safe color of #AFCB85 is #99CC99 (or #9C9).

RGB color model

#AFCB85 color RGB value is (175,203,133).

  • red value is 175;
  • green value is 203;
  • blue value is 133.
RGB:
(175,203,133)
(69%,80%,52%)

RGB channels and saturation

R 175 of 255 = 69%
G 203 of 255 = 80%
B 133 of 255 = 52%

175
203
133

R + G + B ~ 67%. #AFCB85 is quite light color.

Portions of RGB colors in percentages

R + G + B =
175 + 203 + 133 = 511 (100%)
R 175 of 511 ~ 34.25%
G 203 of 511 ~ 39.73%
B 133 of 511 ~ 26.03%

%34.25
%39.73
%26.03

CMYK color model

#AFCB85 color CMYK value is (14,0,34,20).

  • cyan value is 13.79%
  • magenta value is 0.00%
  • yellow value is 34.48%
  • key color value is 20.39%
CMYK:
(14,0,34,20)
C14M0Y34K20 
(14%,0%,34%,20%)
(0.14/0.00/0.34/0.20)	

CMYK percentages

%13.79
%0
%34.48
%20.39

Codes

Color #AFCB85 in popluar color models

AFCB85
RGB175203133
HSL84°40.23%65.88%
HSB/HSV84°34.48%79.61%
CMYK13.79%0.00%34.48%
20.39%

Color #AFCB85 in popluar number systems.

HEXAFCB85
Decimal175203133
Binary101011111100101110000101
Octal257313205

Shades and tints

Shades of #AFCB85

#AFCB85
(175,203,133)
#A0B979
(160,185,121)
#91A76D
(145,167,109)
#829561
(130,149,97)
#738355
(115,131,85)
#647149
(100,113,73)
#555F3D
(85,95,61)
#464D31
(70,77,49)
#373B25
(55,59,37)
#282919
(40,41,25)
#19170D
(25,23,13)
#000000
(0,0,0)

Tints of #AFCB85

#AFCB85
(175,203,133)
#B6CF90
(182,207,144)
#BDD39B
(189,211,155)
#C4D7A6
(196,215,166)
#CBDBB1
(203,219,177)
#D2DFBC
(210,223,188)
#D9E3C7
(217,227,199)
#E0E7D2
(224,231,210)
#E7EBDD
(231,235,221)
#EEEFE8
(238,239,232)
#F5F3F3
(245,243,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFCB85 color. Also use rgb(175,203,133) instead hex code.

Text Font Color

.myTextColor { color: #AFCB85; }

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

This text font color is #AFCB85.


Background Color

.myBgColor { background-color: #AFCB85; }

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

This div background color is #AFCB85.


Border color

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

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

This div border color is #AFCB85.


Opacity

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

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

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

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

This text has shadow with #AFCB85 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFCB85 on black background.


Color preview on white background

This text has color #AFCB85 on white background.



Black color preview on #AFCB85 background

This text has black color on #AFCB85 background.


White color preview on #AFCB85 background

This text has white color on #AFCB85 background.