COLOR #ACCFC3

HEX: #ACCFC3
RGB: (172,207,195)

Color info

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

RGB color model

#ACCFC3 color RGB value is (172,207,195).

  • red value is 172;
  • green value is 207;
  • blue value is 195.
RGB:
(172,207,195)
(67%,81%,76%)

RGB channels and saturation

R 172 of 255 = 67%
G 207 of 255 = 81%
B 195 of 255 = 76%

172
207
195

R + G + B ~ 75%. #ACCFC3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 207 + 195 = 574 (100%)
R 172 of 574 ~ 29.97%
G 207 of 574 ~ 36.06%
B 195 of 574 ~ 33.97%

%29.97
%36.06
%33.97

CMYK color model

#ACCFC3 color CMYK value is (17,0,6,19).

  • cyan value is 16.91%
  • magenta value is 0.00%
  • yellow value is 5.80%
  • key color value is 18.82%
CMYK:
(17,0,6,19)
C17M0Y6K19 
(17%,0%,6%,19%)
(0.17/0.00/0.06/0.19)	

CMYK percentages

%16.91
%0
%5.8
%18.82

Codes

Color #ACCFC3 in popluar color models

ACCFC3
RGB172207195
HSL159°26.72%74.31%
HSB/HSV159°16.91%81.18%
CMYK16.91%0.00%5.80%
18.82%

Color #ACCFC3 in popluar number systems.

HEXACCFC3
Decimal172207195
Binary101011001100111111000011
Octal254317303

Shades and tints

Shades of #ACCFC3

#ACCFC3
(172,207,195)
#9DBDB2
(157,189,178)
#8EABA1
(142,171,161)
#7F9990
(127,153,144)
#70877F
(112,135,127)
#61756E
(97,117,110)
#52635D
(82,99,93)
#43514C
(67,81,76)
#343F3B
(52,63,59)
#252D2A
(37,45,42)
#161B19
(22,27,25)
#000000
(0,0,0)

Tints of #ACCFC3

#ACCFC3
(172,207,195)
#B3D3C8
(179,211,200)
#BAD7CD
(186,215,205)
#C1DBD2
(193,219,210)
#C8DFD7
(200,223,215)
#CFE3DC
(207,227,220)
#D6E7E1
(214,231,225)
#DDEBE6
(221,235,230)
#E4EFEB
(228,239,235)
#EBF3F0
(235,243,240)
#F2F7F5
(242,247,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACCFC3; }

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

This text font color is #ACCFC3.


Background Color

.myBgColor { background-color: #ACCFC3; }

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

This div background color is #ACCFC3.


Border color

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

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

This div border color is #ACCFC3.


Opacity

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

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

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

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

This text has shadow with #ACCFC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACCFC3 on black background.


Color preview on white background

This text has color #ACCFC3 on white background.



Black color preview on #ACCFC3 background

This text has black color on #ACCFC3 background.


White color preview on #ACCFC3 background

This text has white color on #ACCFC3 background.