COLOR #ACCEC6

HEX: #ACCEC6
RGB: (172,206,198)

Color info

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

RGB color model

#ACCEC6 color RGB value is (172,206,198).

  • red value is 172;
  • green value is 206;
  • blue value is 198.
RGB:
(172,206,198)
(67%,81%,78%)

RGB channels and saturation

R 172 of 255 = 67%
G 206 of 255 = 81%
B 198 of 255 = 78%

172
206
198

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

Portions of RGB colors in percentages

R + G + B =
172 + 206 + 198 = 576 (100%)
R 172 of 576 ~ 29.86%
G 206 of 576 ~ 35.76%
B 198 of 576 ~ 34.38%

%29.86
%35.76
%34.38

CMYK color model

#ACCEC6 color CMYK value is (17,0,4,19).

  • cyan value is 16.50%
  • magenta value is 0.00%
  • yellow value is 3.88%
  • key color value is 19.22%
CMYK:
(17,0,4,19)
C17M0Y4K19 
(17%,0%,4%,19%)
(0.17/0.00/0.04/0.19)	

CMYK percentages

%16.5
%0
%3.88
%19.22

Codes

Color #ACCEC6 in popluar color models

ACCEC6
RGB172206198
HSL166°25.76%74.12%
HSB/HSV166°16.50%80.78%
CMYK16.50%0.00%3.88%
19.22%

Color #ACCEC6 in popluar number systems.

HEXACCEC6
Decimal172206198
Binary101011001100111011000110
Octal254316306

Shades and tints

Shades of #ACCEC6

#ACCEC6
(172,206,198)
#9DBCB4
(157,188,180)
#8EAAA2
(142,170,162)
#7F9890
(127,152,144)
#70867E
(112,134,126)
#61746C
(97,116,108)
#52625A
(82,98,90)
#435048
(67,80,72)
#343E36
(52,62,54)
#252C24
(37,44,36)
#161A12
(22,26,18)
#000000
(0,0,0)

Tints of #ACCEC6

#ACCEC6
(172,206,198)
#B3D2CB
(179,210,203)
#BAD6D0
(186,214,208)
#C1DAD5
(193,218,213)
#C8DEDA
(200,222,218)
#CFE2DF
(207,226,223)
#D6E6E4
(214,230,228)
#DDEAE9
(221,234,233)
#E4EEEE
(228,238,238)
#EBF2F3
(235,242,243)
#F2F6F8
(242,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACCEC6 color. Also use rgb(172,206,198) instead hex code.

Text Font Color

.myTextColor { color: #ACCEC6; }

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

This text font color is #ACCEC6.


Background Color

.myBgColor { background-color: #ACCEC6; }

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

This div background color is #ACCEC6.


Border color

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

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

This div border color is #ACCEC6.


Opacity

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

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

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

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

This text has shadow with #ACCEC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACCEC6 on black background.


Color preview on white background

This text has color #ACCEC6 on white background.



Black color preview on #ACCEC6 background

This text has black color on #ACCEC6 background.


White color preview on #ACCEC6 background

This text has white color on #ACCEC6 background.