COLOR #AFCD68

HEX: #AFCD68 RGB: (175,205,104)

Color info

#AFCD68 contains mainly red and green colors. Web safe color of #AFCD68 is #99CC66 (or #9C6).

RGB color model

#AFCD68 color RGB value is (175,205,104).

RGB: (175,205,104) (69%, 80%, 41%)

RGB channels and saturation

R 175 of 255 = 69%
G 205 of 255 = 80%
B 104 of 255 = 41%

175
205
104

R + G + B ~ 63%. #AFCD68 is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 205 + 104 = 484 (100%)
R 175 of 484 ~ 36.16%
G 205 of 484 ~ 42.36%
B 104 of 484 ~ 21.49'%

%36.16
%42.36
%21.49

CMYK color model

#AFCD68 color CMYK value is (15,0,49,20).

  • cyan value is 14.63%
  • magenta value is 0.00%
  • yellow value is 49.27%
  • key color value is 19.61%

CMYK: (15,0,49,20)
C15M0Y49K20 (15%, 0%, 49%, 20%)
(0.15 / 0.00 / 0.49 / 0.20)

CMYK percentages

%14.63
%0
%49.27
%19.61

Codes

Color #AFCD68 in popluar color models

AF CD 68
RGB 175 205 104
HSL 78° 50.25% 60.59%
HSB/HSV 78° 49.27% 80.39%
CMYK 14.63% 0.00% 49.27%
19.61%

Color #AFCD68 in popluar number systems.

HEX AF CD 68
Decimal 175 205 104
Binary 10101111 11001101 1101000
Octal 257 315 150

Shades and tints

Shades of #AFCD68

#AFCD68
(175,205,104)
#A0BB5F
(160,187,95)
#91A956
(145,169,86)
#82974D
(130,151,77)
#738544
(115,133,68)
#64733B
(100,115,59)
#556132
(85,97,50)
#464F29
(70,79,41)
#373D20
(55,61,32)
#282B17
(40,43,23)
#19190E
(25,25,14)
#000000
(0,0,0)

Tints of #AFCD68

#AFCD68
(175,205,104)
#B6D175
(182,209,117)
#BDD582
(189,213,130)
#C4D98F
(196,217,143)
#CBDD9C
(203,221,156)
#D2E1A9
(210,225,169)
#D9E5B6
(217,229,182)
#E0E9C3
(224,233,195)
#E7EDD0
(231,237,208)
#EEF1DD
(238,241,221)
#F5F5EA
(245,245,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #AFCD68 color. Also use rgb(175,205,104) instead hex code.

Text Font Color

.myTextColor { color: #AFCD68; }

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

This text font color is #AFCD68.

Background Color

.myBgColor { background-color: #AFCD68; }

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

This div background color is #AFCD68.

Border color

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

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

This div border color is #AFCD68.

Opacity

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

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

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

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

This text has shadow with #AFCD68 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFCD68.

Preview

Color preview on black background

This text has color #AFCD68 on black background.


Color preview on white background

This text has color #AFCD68 on white background.


Black color preview on #AFCD68 background

This text has black color on #AFCD68 background.


White color preview on #AFCD68 background

This text has white color on #AFCD68 background.


Related colors

Complementary color

Complementary color for #hex is #503297.


I love getcolorcode.com

Triadic colors

1 #68AFCD and #CD68AF with #AFCD68 are triadic colors.

2 #68CDAF and #CDAF68 with #AFCD68 are triadic colors.