COLOR #ACCFA5

HEX: #ACCFA5 RGB: (172,207,165)

Color info

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

RGB color model

#ACCFA5 color RGB value is (172,207,165).

RGB: (172,207,165) (67%, 81%, 65%)

RGB channels and saturation

R 172 of 255 = 67%
G 207 of 255 = 81%
B 165 of 255 = 65%

172
207
165

R + G + B ~ 71%. #ACCFA5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 207 + 165 = 544 (100%)
R 172 of 544 ~ 31.62%
G 207 of 544 ~ 38.05%
B 165 of 544 ~ 30.33'%

%31.62
%38.05
%30.33

CMYK color model

#ACCFA5 color CMYK value is (17,0,20,19).

  • cyan value is 16.91%
  • magenta value is 0.00%
  • yellow value is 20.29%
  • key color value is 18.82%
CMYK: (17,0,20,19) C17M0Y20K19 (17%,0%,20%,19%) (0.17/0.00/0.20/0.19) 

CMYK percentages

%16.91
%0
%20.29
%18.82

Codes

Color #ACCFA5 in popluar color models

AC CF A5
RGB 172 207 165
HSL 110° 30.43% 72.94%
HSB/HSV 110° 20.29% 81.18%
CMYK 16.91% 0.00% 20.29%
18.82%

Color #ACCFA5 in popluar number systems.

HEX AC CF A5
Decimal 172 207 165
Binary 10101100 11001111 10100101
Octal 254 317 245

Shades and tints

Shades of #ACCFA5

#ACCFA5
(172,207,165)
#9DBD96
(157,189,150)
#8EAB87
(142,171,135)
#7F9978
(127,153,120)
#708769
(112,135,105)
#61755A
(97,117,90)
#52634B
(82,99,75)
#43513C
(67,81,60)
#343F2D
(52,63,45)
#252D1E
(37,45,30)
#161B0F
(22,27,15)
#000000
(0,0,0)

Tints of #ACCFA5

#ACCFA5
(172,207,165)
#B3D3AD
(179,211,173)
#BAD7B5
(186,215,181)
#C1DBBD
(193,219,189)
#C8DFC5
(200,223,197)
#CFE3CD
(207,227,205)
#D6E7D5
(214,231,213)
#DDEBDD
(221,235,221)
#E4EFE5
(228,239,229)
#EBF3ED
(235,243,237)
#F2F7F5
(242,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACCFA5 color. Also use rgb(172,207,165) instead hex code.

Text Font Color

.myTextColor { color: #ACCFA5; }

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

This text font color is #ACCFA5.

Background Color

.myBgColor { background-color: #ACCFA5; }

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

This div background color is #ACCFA5.

Border color

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

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

This div border color is #ACCFA5.

Opacity

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

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

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

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

This text has shadow with #ACCFA5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACCFA5.

Preview

Color preview on black background

This text has color #ACCFA5 on black background.


Color preview on white background

This text has color #ACCFA5 on white background.


Black color preview on #ACCFA5 background

This text has black color on #ACCFA5 background.


White color preview on #ACCFA5 background

This text has white color on #ACCFA5 background.


Related colors

Complementary color

Complementary color for #hex is #53305A.


I love getcolorcode.com

Triadic colors

1 #A5ACCF and #CFA5AC with #ACCFA5 are triadic colors.

2 #A5CFAC and #CFACA5 with #ACCFA5 are triadic colors.