COLOR #ACCEC9

HEX: #ACCEC9
RGB: (172,206,201)

Color info

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

RGB color model

#ACCEC9 color RGB value is (172,206,201).

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

RGB channels and saturation

R 172 of 255 = 67%
G 206 of 255 = 81%
B 201 of 255 = 79%

172
206
201

R + G + B ~ 76%. #ACCEC9 is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 206 + 201 = 579 (100%)
R 172 of 579 ~ 29.71%
G 206 of 579 ~ 35.58%
B 201 of 579 ~ 34.72%

%29.71
%35.58
%34.72

CMYK color model

#ACCEC9 color CMYK value is (17,0,2,19).

  • cyan value is 16.50%
  • magenta value is 0.00%
  • yellow value is 2.43%
  • key color value is 19.22%
CMYK:
(17,0,2,19)
C17M0Y2K19 
(17%,0%,2%,19%)
(0.17/0.00/0.02/0.19)	

CMYK percentages

%16.5
%0
%2.43
%19.22

Codes

Color #ACCEC9 in popluar color models

ACCEC9
RGB172206201
HSL171°25.76%74.12%
HSB/HSV171°16.50%80.78%
CMYK16.50%0.00%2.43%
19.22%

Color #ACCEC9 in popluar number systems.

HEXACCEC9
Decimal172206201
Binary101011001100111011001001
Octal254316311

Shades and tints

Shades of #ACCEC9

#ACCEC9
(172,206,201)
#9DBCB7
(157,188,183)
#8EAAA5
(142,170,165)
#7F9893
(127,152,147)
#708681
(112,134,129)
#61746F
(97,116,111)
#52625D
(82,98,93)
#43504B
(67,80,75)
#343E39
(52,62,57)
#252C27
(37,44,39)
#161A15
(22,26,21)
#000000
(0,0,0)

Tints of #ACCEC9

#ACCEC9
(172,206,201)
#B3D2CD
(179,210,205)
#BAD6D1
(186,214,209)
#C1DAD5
(193,218,213)
#C8DED9
(200,222,217)
#CFE2DD
(207,226,221)
#D6E6E1
(214,230,225)
#DDEAE5
(221,234,229)
#E4EEE9
(228,238,233)
#EBF2ED
(235,242,237)
#F2F6F1
(242,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACCEC9; }

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

This text font color is #ACCEC9.


Background Color

.myBgColor { background-color: #ACCEC9; }

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

This div background color is #ACCEC9.


Border color

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

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

This div border color is #ACCEC9.


Opacity

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

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

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

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

This text has shadow with #ACCEC9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACCEC9 on black background.


Color preview on white background

This text has color #ACCEC9 on white background.



Black color preview on #ACCEC9 background

This text has black color on #ACCEC9 background.


White color preview on #ACCEC9 background

This text has white color on #ACCEC9 background.