COLOR #AFCD98

HEX: #AFCD98 RGB: (175,205,152)

Color info

#AFCD98 contains red, green and blue colors in about the same proportion. Web safe color of #AFCD98 is #99CC99 (or #9C9).

RGB color model

#AFCD98 color RGB value is (175,205,152).

RGB: (175,205,152) (69%, 80%, 60%)

RGB channels and saturation

R 175 of 255 = 69%
G 205 of 255 = 80%
B 152 of 255 = 60%

175
205
152

R + G + B ~ 70%. #AFCD98 is quite light color.

Portions of RGB colors in percentages

R + G + B = 175 + 205 + 152 = 532 (100%)
R 175 of 532 ~ 32.89%
G 205 of 532 ~ 38.53%
B 152 of 532 ~ 28.57'%

%32.89
%38.53
%28.57

CMYK color model

#AFCD98 color CMYK value is (15,0,26,20).

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

CMYK: (15,0,26,20)
C15M0Y26K20 (15%, 0%, 26%, 20%)
(0.15 / 0.00 / 0.26 / 0.20)

CMYK percentages

%14.63
%0
%25.85
%19.61

Codes

Color #AFCD98 in popluar color models

AF CD 98
RGB 175 205 152
HSL 94° 34.64% 70.00%
HSB/HSV 94° 25.85% 80.39%
CMYK 14.63% 0.00% 25.85%
19.61%

Color #AFCD98 in popluar number systems.

HEX AF CD 98
Decimal 175 205 152
Binary 10101111 11001101 10011000
Octal 257 315 230

Shades and tints

Shades of #AFCD98

#AFCD98
(175,205,152)
#A0BB8B
(160,187,139)
#91A97E
(145,169,126)
#829771
(130,151,113)
#738564
(115,133,100)
#647357
(100,115,87)
#55614A
(85,97,74)
#464F3D
(70,79,61)
#373D30
(55,61,48)
#282B23
(40,43,35)
#191916
(25,25,22)
#000000
(0,0,0)

Tints of #AFCD98

#AFCD98
(175,205,152)
#B6D1A1
(182,209,161)
#BDD5AA
(189,213,170)
#C4D9B3
(196,217,179)
#CBDDBC
(203,221,188)
#D2E1C5
(210,225,197)
#D9E5CE
(217,229,206)
#E0E9D7
(224,233,215)
#E7EDE0
(231,237,224)
#EEF1E9
(238,241,233)
#F5F5F2
(245,245,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #AFCD98; }

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

This text font color is #AFCD98.

Background Color

.myBgColor { background-color: #AFCD98; }

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

This div background color is #AFCD98.

Border color

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

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

This div border color is #AFCD98.

Opacity

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

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

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

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

This text has shadow with #AFCD98 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #AFCD98.

Preview

Color preview on black background

This text has color #AFCD98 on black background.


Color preview on white background

This text has color #AFCD98 on white background.


Black color preview on #AFCD98 background

This text has black color on #AFCD98 background.


White color preview on #AFCD98 background

This text has white color on #AFCD98 background.


Related colors

Complementary color

Complementary color for #hex is #503267.


I love getcolorcode.com

Triadic colors

1 #98AFCD and #CD98AF with #AFCD98 are triadic colors.

2 #98CDAF and #CDAF98 with #AFCD98 are triadic colors.