COLOR #ACCEC0

HEX: #ACCEC0
RGB: (172,206,192)

Color info

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

RGB color model

#ACCEC0 color RGB value is (172,206,192).

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

RGB channels and saturation

R 172 of 255 = 67%
G 206 of 255 = 81%
B 192 of 255 = 75%

172
206
192

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

Portions of RGB colors in percentages

R + G + B =
172 + 206 + 192 = 570 (100%)
R 172 of 570 ~ 30.18%
G 206 of 570 ~ 36.14%
B 192 of 570 ~ 33.68%

%30.18
%36.14
%33.68

CMYK color model

#ACCEC0 color CMYK value is (17,0,7,19).

  • cyan value is 16.50%
  • magenta value is 0.00%
  • yellow value is 6.80%
  • key color value is 19.22%
CMYK:
(17,0,7,19)
C17M0Y7K19 
(17%,0%,7%,19%)
(0.17/0.00/0.07/0.19)	

CMYK percentages

%16.5
%0
%6.8
%19.22

Codes

Color #ACCEC0 in popluar color models

ACCEC0
RGB172206192
HSL155°25.76%74.12%
HSB/HSV155°16.50%80.78%
CMYK16.50%0.00%6.80%
19.22%

Color #ACCEC0 in popluar number systems.

HEXACCEC0
Decimal172206192
Binary101011001100111011000000
Octal254316300

Shades and tints

Shades of #ACCEC0

#ACCEC0
(172,206,192)
#9DBCAF
(157,188,175)
#8EAA9E
(142,170,158)
#7F988D
(127,152,141)
#70867C
(112,134,124)
#61746B
(97,116,107)
#52625A
(82,98,90)
#435049
(67,80,73)
#343E38
(52,62,56)
#252C27
(37,44,39)
#161A16
(22,26,22)
#000000
(0,0,0)

Tints of #ACCEC0

#ACCEC0
(172,206,192)
#B3D2C5
(179,210,197)
#BAD6CA
(186,214,202)
#C1DACF
(193,218,207)
#C8DED4
(200,222,212)
#CFE2D9
(207,226,217)
#D6E6DE
(214,230,222)
#DDEAE3
(221,234,227)
#E4EEE8
(228,238,232)
#EBF2ED
(235,242,237)
#F2F6F2
(242,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACCEC0; }

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

This text font color is #ACCEC0.


Background Color

.myBgColor { background-color: #ACCEC0; }

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

This div background color is #ACCEC0.


Border color

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

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

This div border color is #ACCEC0.


Opacity

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

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

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

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

This text has shadow with #ACCEC0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACCEC0 on black background.


Color preview on white background

This text has color #ACCEC0 on white background.



Black color preview on #ACCEC0 background

This text has black color on #ACCEC0 background.


White color preview on #ACCEC0 background

This text has white color on #ACCEC0 background.