COLOR #ACCEC1

HEX: #ACCEC1
RGB: (172,206,193)

Color info

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

RGB color model

#ACCEC1 color RGB value is (172,206,193).

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

RGB channels and saturation

R 172 of 255 = 67%
G 206 of 255 = 81%
B 193 of 255 = 76%

172
206
193

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

Portions of RGB colors in percentages

R + G + B =
172 + 206 + 193 = 571 (100%)
R 172 of 571 ~ 30.12%
G 206 of 571 ~ 36.08%
B 193 of 571 ~ 33.8%

%30.12
%36.08
%33.8

CMYK color model

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

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

CMYK percentages

%16.5
%0
%6.31
%19.22

Codes

Color #ACCEC1 in popluar color models

ACCEC1
RGB172206193
HSL157°25.76%74.12%
HSB/HSV157°16.50%80.78%
CMYK16.50%0.00%6.31%
19.22%

Color #ACCEC1 in popluar number systems.

HEXACCEC1
Decimal172206193
Binary101011001100111011000001
Octal254316301

Shades and tints

Shades of #ACCEC1

#ACCEC1
(172,206,193)
#9DBCB0
(157,188,176)
#8EAA9F
(142,170,159)
#7F988E
(127,152,142)
#70867D
(112,134,125)
#61746C
(97,116,108)
#52625B
(82,98,91)
#43504A
(67,80,74)
#343E39
(52,62,57)
#252C28
(37,44,40)
#161A17
(22,26,23)
#000000
(0,0,0)

Tints of #ACCEC1

#ACCEC1
(172,206,193)
#B3D2C6
(179,210,198)
#BAD6CB
(186,214,203)
#C1DAD0
(193,218,208)
#C8DED5
(200,222,213)
#CFE2DA
(207,226,218)
#D6E6DF
(214,230,223)
#DDEAE4
(221,234,228)
#E4EEE9
(228,238,233)
#EBF2EE
(235,242,238)
#F2F6F3
(242,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACCEC1; }

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

This text font color is #ACCEC1.


Background Color

.myBgColor { background-color: #ACCEC1; }

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

This div background color is #ACCEC1.


Border color

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

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

This div border color is #ACCEC1.


Opacity

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

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

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

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

This text has shadow with #ACCEC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACCEC1 on black background.


Color preview on white background

This text has color #ACCEC1 on white background.



Black color preview on #ACCEC1 background

This text has black color on #ACCEC1 background.


White color preview on #ACCEC1 background

This text has white color on #ACCEC1 background.