COLOR #AFCF92

HEX: #AFCF92 RGB: (175,207,146)

Color info

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

RGB color model

#AFCF92 color RGB value is (175,207,146).

RGB: (175,207,146) (69%, 81%, 57%)

RGB channels and saturation

R 175 of 255 = 69%
G 207 of 255 = 81%
B 146 of 255 = 57%

175
207
146

R + G + B ~ 69%. #AFCF92 is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 207 + 146 = 528 (100%)
R 175 of 528 ~ 33.14%
G 207 of 528 ~ 39.2%
B 146 of 528 ~ 27.65'%

%33.14
%39.2
%27.65

CMYK color model

#AFCF92 color CMYK value is (15,0,29,19).

  • cyan value is 15.46%
  • magenta value is 0.00%
  • yellow value is 29.47%
  • key color value is 18.82%
CMYK: (15,0,29,19) C15M0Y29K19 (15%,0%,29%,19%) (0.15/0.00/0.29/0.19) 

CMYK percentages

%15.46
%0
%29.47
%18.82

Codes

Color #AFCF92 in popluar color models

AF CF 92
RGB 175 207 146
HSL 91° 38.85% 69.22%
HSB/HSV 91° 29.47% 81.18%
CMYK 15.46% 0.00% 29.47%
18.82%

Color #AFCF92 in popluar number systems.

HEX AF CF 92
Decimal 175 207 146
Binary 10101111 11001111 10010010
Octal 257 317 222

Shades and tints

Shades of #AFCF92

#AFCF92
(175,207,146)
#A0BD85
(160,189,133)
#91AB78
(145,171,120)
#82996B
(130,153,107)
#73875E
(115,135,94)
#647551
(100,117,81)
#556344
(85,99,68)
#465137
(70,81,55)
#373F2A
(55,63,42)
#282D1D
(40,45,29)
#191B10
(25,27,16)
#000000
(0,0,0)

Tints of #AFCF92

#AFCF92
(175,207,146)
#B6D39B
(182,211,155)
#BDD7A4
(189,215,164)
#C4DBAD
(196,219,173)
#CBDFB6
(203,223,182)
#D2E3BF
(210,227,191)
#D9E7C8
(217,231,200)
#E0EBD1
(224,235,209)
#E7EFDA
(231,239,218)
#EEF3E3
(238,243,227)
#F5F7EC
(245,247,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFCF92 color. Also use rgb(175,207,146) instead hex code.

Text Font Color

.myTextColor { color: #AFCF92; }

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

This text font color is #AFCF92.

Background Color

.myBgColor { background-color: #AFCF92; }

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

This div background color is #AFCF92.

Border color

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

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

This div border color is #AFCF92.

Opacity

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

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

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

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

This text has shadow with #AFCF92 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFCF92.

Preview

Color preview on black background

This text has color #AFCF92 on black background.


Color preview on white background

This text has color #AFCF92 on white background.


Black color preview on #AFCF92 background

This text has black color on #AFCF92 background.


White color preview on #AFCF92 background

This text has white color on #AFCF92 background.


Related colors

Complementary color

Complementary color for #hex is #50306D.


I love getcolorcode.com

Triadic colors

1 #92AFCF and #CF92AF with #AFCF92 are triadic colors.

2 #92CFAF and #CFAF92 with #AFCF92 are triadic colors.