COLOR #ACCBAF

HEX: #ACCBAF RGB: (172,203,175)

Color info

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

RGB color model

#ACCBAF color RGB value is (172,203,175).

RGB: (172,203,175) (67%, 80%, 69%)

RGB channels and saturation

R 172 of 255 = 67%
G 203 of 255 = 80%
B 175 of 255 = 69%

172
203
175

R + G + B ~ 72%. #ACCBAF is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 203 + 175 = 550 (100%)
R 172 of 550 ~ 31.27%
G 203 of 550 ~ 36.91%
B 175 of 550 ~ 31.82'%

%31.27
%36.91
%31.82

CMYK color model

#ACCBAF color CMYK value is (15,0,14,20).

  • cyan value is 15.27%
  • magenta value is 0.00%
  • yellow value is 13.79%
  • key color value is 20.39%

CMYK: (15,0,14,20)
C15M0Y14K20 (15%, 0%, 14%, 20%)
(0.15 / 0.00 / 0.14 / 0.20)

CMYK percentages

%15.27
%0
%13.79
%20.39

Codes

Color #ACCBAF in popluar color models

AC CB AF
RGB 172 203 175
HSL 126° 22.96% 73.53%
HSB/HSV 126° 15.27% 79.61%
CMYK 15.27% 0.00% 13.79%
20.39%

Color #ACCBAF in popluar number systems.

HEX AC CB AF
Decimal 172 203 175
Binary 10101100 11001011 10101111
Octal 254 313 257

Shades and tints

Shades of #ACCBAF

#ACCBAF
(172,203,175)
#9DB9A0
(157,185,160)
#8EA791
(142,167,145)
#7F9582
(127,149,130)
#708373
(112,131,115)
#617164
(97,113,100)
#525F55
(82,95,85)
#434D46
(67,77,70)
#343B37
(52,59,55)
#252928
(37,41,40)
#161719
(22,23,25)
#000000
(0,0,0)

Tints of #ACCBAF

#ACCBAF
(172,203,175)
#B3CFB6
(179,207,182)
#BAD3BD
(186,211,189)
#C1D7C4
(193,215,196)
#C8DBCB
(200,219,203)
#CFDFD2
(207,223,210)
#D6E3D9
(214,227,217)
#DDE7E0
(221,231,224)
#E4EBE7
(228,235,231)
#EBEFEE
(235,239,238)
#F2F3F5
(242,243,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACCBAF color. Also use rgb(172,203,175) instead hex code.

Text Font Color

.myTextColor { color: #ACCBAF; }

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

This text font color is #ACCBAF.

Background Color

.myBgColor { background-color: #ACCBAF; }

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

This div background color is #ACCBAF.

Border color

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

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

This div border color is #ACCBAF.

Opacity

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

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

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

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

This text has shadow with #ACCBAF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACCBAF.

Preview

Color preview on black background

This text has color #ACCBAF on black background.


Color preview on white background

This text has color #ACCBAF on white background.


Black color preview on #ACCBAF background

This text has black color on #ACCBAF background.


White color preview on #ACCBAF background

This text has white color on #ACCBAF background.


Related colors

Complementary color

Complementary color for #hex is #533450.


I love getcolorcode.com

Triadic colors

1 #AFACCB and #CBAFAC with #ACCBAF are triadic colors.

2 #AFCBAC and #CBACAF with #ACCBAF are triadic colors.