COLOR #ACCFBB

HEX: #ACCFBB RGB: (172,207,187)

Color info

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

RGB color model

#ACCFBB color RGB value is (172,207,187).

RGB: (172,207,187) (67%, 81%, 73%)

RGB channels and saturation

R 172 of 255 = 67%
G 207 of 255 = 81%
B 187 of 255 = 73%

172
207
187

R + G + B ~ 74%. #ACCFBB is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 207 + 187 = 566 (100%)
R 172 of 566 ~ 30.39%
G 207 of 566 ~ 36.57%
B 187 of 566 ~ 33.04'%

%30.39
%36.57
%33.04

CMYK color model

#ACCFBB color CMYK value is (17,0,10,19).

  • cyan value is 16.91%
  • magenta value is 0.00%
  • yellow value is 9.66%
  • key color value is 18.82%

CMYK: (17,0,10,19)
C17M0Y10K19 (17%, 0%, 10%, 19%)
(0.17 / 0.00 / 0.10 / 0.19)

CMYK percentages

%16.91
%0
%9.66
%18.82

Codes

Color #ACCFBB in popluar color models

AC CF BB
RGB 172 207 187
HSL 146° 26.72% 74.31%
HSB/HSV 146° 16.91% 81.18%
CMYK 16.91% 0.00% 9.66%
18.82%

Color #ACCFBB in popluar number systems.

HEX AC CF BB
Decimal 172 207 187
Binary 10101100 11001111 10111011
Octal 254 317 273

Shades and tints

Shades of #ACCFBB

#ACCFBB
(172,207,187)
#9DBDAA
(157,189,170)
#8EAB99
(142,171,153)
#7F9988
(127,153,136)
#708777
(112,135,119)
#617566
(97,117,102)
#526355
(82,99,85)
#435144
(67,81,68)
#343F33
(52,63,51)
#252D22
(37,45,34)
#161B11
(22,27,17)
#000000
(0,0,0)

Tints of #ACCFBB

#ACCFBB
(172,207,187)
#B3D3C1
(179,211,193)
#BAD7C7
(186,215,199)
#C1DBCD
(193,219,205)
#C8DFD3
(200,223,211)
#CFE3D9
(207,227,217)
#D6E7DF
(214,231,223)
#DDEBE5
(221,235,229)
#E4EFEB
(228,239,235)
#EBF3F1
(235,243,241)
#F2F7F7
(242,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACCFBB; }

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

This text font color is #ACCFBB.

Background Color

.myBgColor { background-color: #ACCFBB; }

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

This div background color is #ACCFBB.

Border color

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

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

This div border color is #ACCFBB.

Opacity

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

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

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

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

This text has shadow with #ACCFBB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACCFBB.

Preview

Color preview on black background

This text has color #ACCFBB on black background.


Color preview on white background

This text has color #ACCFBB on white background.


Black color preview on #ACCFBB background

This text has black color on #ACCFBB background.


White color preview on #ACCFBB background

This text has white color on #ACCFBB background.


Related colors

Complementary color

Complementary color for #hex is #533044.


I love getcolorcode.com

Triadic colors

1 #BBACCF and #CFBBAC with #ACCFBB are triadic colors.

2 #BBCFAC and #CFACBB with #ACCFBB are triadic colors.