COLOR #AFC788

HEX: #AFC788
RGB: (175,199,136)

Color info

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

RGB color model

#AFC788 color RGB value is (175,199,136).

  • red value is 175;
  • green value is 199;
  • blue value is 136.
RGB:
(175,199,136)
(69%,78%,53%)

RGB channels and saturation

R 175 of 255 = 69%
G 199 of 255 = 78%
B 136 of 255 = 53%

175
199
136

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

Portions of RGB colors in percentages

R + G + B =
175 + 199 + 136 = 510 (100%)
R 175 of 510 ~ 34.31%
G 199 of 510 ~ 39.02%
B 136 of 510 ~ 26.67%

%34.31
%39.02
%26.67

CMYK color model

#AFC788 color CMYK value is (12,0,32,22).

  • cyan value is 12.06%
  • magenta value is 0.00%
  • yellow value is 31.66%
  • key color value is 21.96%
CMYK:
(12,0,32,22)
C12M0Y32K22 
(12%,0%,32%,22%)
(0.12/0.00/0.32/0.22)	

CMYK percentages

%12.06
%0
%31.66
%21.96

Codes

Color #AFC788 in popluar color models

AFC788
RGB175199136
HSL83°36.00%65.69%
HSB/HSV83°31.66%78.04%
CMYK12.06%0.00%31.66%
21.96%

Color #AFC788 in popluar number systems.

HEXAFC788
Decimal175199136
Binary101011111100011110001000
Octal257307210

Shades and tints

Shades of #AFC788

#AFC788
(175,199,136)
#A0B57C
(160,181,124)
#91A370
(145,163,112)
#829164
(130,145,100)
#737F58
(115,127,88)
#646D4C
(100,109,76)
#555B40
(85,91,64)
#464934
(70,73,52)
#373728
(55,55,40)
#28251C
(40,37,28)
#191310
(25,19,16)
#000000
(0,0,0)

Tints of #AFC788

#AFC788
(175,199,136)
#B6CC92
(182,204,146)
#BDD19C
(189,209,156)
#C4D6A6
(196,214,166)
#CBDBB0
(203,219,176)
#D2E0BA
(210,224,186)
#D9E5C4
(217,229,196)
#E0EACE
(224,234,206)
#E7EFD8
(231,239,216)
#EEF4E2
(238,244,226)
#F5F9EC
(245,249,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFC788 color. Also use rgb(175,199,136) instead hex code.

Text Font Color

.myTextColor { color: #AFC788; }

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

This text font color is #AFC788.


Background Color

.myBgColor { background-color: #AFC788; }

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

This div background color is #AFC788.


Border color

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

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

This div border color is #AFC788.


Opacity

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

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

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

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

This text has shadow with #AFC788 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #AFC788 on black background.


Color preview on white background

This text has color #AFC788 on white background.



Black color preview on #AFC788 background

This text has black color on #AFC788 background.


White color preview on #AFC788 background

This text has white color on #AFC788 background.