COLOR #ACCEBA

HEX: #ACCEBA
RGB: (172,206,186)

Color info

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

RGB color model

#ACCEBA color RGB value is (172,206,186).

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

RGB channels and saturation

R 172 of 255 = 67%
G 206 of 255 = 81%
B 186 of 255 = 73%

172
206
186

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

Portions of RGB colors in percentages

R + G + B =
172 + 206 + 186 = 564 (100%)
R 172 of 564 ~ 30.5%
G 206 of 564 ~ 36.52%
B 186 of 564 ~ 32.98%

%30.5
%36.52
%32.98

CMYK color model

#ACCEBA color CMYK value is (17,0,10,19).

  • cyan value is 16.50%
  • magenta value is 0.00%
  • yellow value is 9.71%
  • key color value is 19.22%
CMYK:
(17,0,10,19)
C17M0Y10K19 
(17%,0%,10%,19%)
(0.17/0.00/0.10/0.19)	

CMYK percentages

%16.5
%0
%9.71
%19.22

Codes

Color #ACCEBA in popluar color models

ACCEBA
RGB172206186
HSL145°25.76%74.12%
HSB/HSV145°16.50%80.78%
CMYK16.50%0.00%9.71%
19.22%

Color #ACCEBA in popluar number systems.

HEXACCEBA
Decimal172206186
Binary101011001100111010111010
Octal254316272

Shades and tints

Shades of #ACCEBA

#ACCEBA
(172,206,186)
#9DBCAA
(157,188,170)
#8EAA9A
(142,170,154)
#7F988A
(127,152,138)
#70867A
(112,134,122)
#61746A
(97,116,106)
#52625A
(82,98,90)
#43504A
(67,80,74)
#343E3A
(52,62,58)
#252C2A
(37,44,42)
#161A1A
(22,26,26)
#000000
(0,0,0)

Tints of #ACCEBA

#ACCEBA
(172,206,186)
#B3D2C0
(179,210,192)
#BAD6C6
(186,214,198)
#C1DACC
(193,218,204)
#C8DED2
(200,222,210)
#CFE2D8
(207,226,216)
#D6E6DE
(214,230,222)
#DDEAE4
(221,234,228)
#E4EEEA
(228,238,234)
#EBF2F0
(235,242,240)
#F2F6F6
(242,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACCEBA; }

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

This text font color is #ACCEBA.


Background Color

.myBgColor { background-color: #ACCEBA; }

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

This div background color is #ACCEBA.


Border color

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

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

This div border color is #ACCEBA.


Opacity

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

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

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

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

This text has shadow with #ACCEBA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACCEBA on black background.


Color preview on white background

This text has color #ACCEBA on white background.



Black color preview on #ACCEBA background

This text has black color on #ACCEBA background.


White color preview on #ACCEBA background

This text has white color on #ACCEBA background.