COLOR #ACCDB3

HEX: #ACCDB3
RGB: (172,205,179)

Color info

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

RGB color model

#ACCDB3 color RGB value is (172,205,179).

  • red value is 172;
  • green value is 205;
  • blue value is 179.
RGB:
(172,205,179)
(67%,80%,70%)

RGB channels and saturation

R 172 of 255 = 67%
G 205 of 255 = 80%
B 179 of 255 = 70%

172
205
179

R + G + B ~ 72%. #ACCDB3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
172 + 205 + 179 = 556 (100%)
R 172 of 556 ~ 30.94%
G 205 of 556 ~ 36.87%
B 179 of 556 ~ 32.19%

%30.94
%36.87
%32.19

CMYK color model

#ACCDB3 color CMYK value is (16,0,13,20).

  • cyan value is 16.10%
  • magenta value is 0.00%
  • yellow value is 12.68%
  • key color value is 19.61%
CMYK:
(16,0,13,20)
C16M0Y13K20 
(16%,0%,13%,20%)
(0.16/0.00/0.13/0.20)	

CMYK percentages

%16.1
%0
%12.68
%19.61

Codes

Color #ACCDB3 in popluar color models

ACCDB3
RGB172205179
HSL133°24.81%73.92%
HSB/HSV133°16.10%80.39%
CMYK16.10%0.00%12.68%
19.61%

Color #ACCDB3 in popluar number systems.

HEXACCDB3
Decimal172205179
Binary101011001100110110110011
Octal254315263

Shades and tints

Shades of #ACCDB3

#ACCDB3
(172,205,179)
#9DBBA3
(157,187,163)
#8EA993
(142,169,147)
#7F9783
(127,151,131)
#708573
(112,133,115)
#617363
(97,115,99)
#526153
(82,97,83)
#434F43
(67,79,67)
#343D33
(52,61,51)
#252B23
(37,43,35)
#161913
(22,25,19)
#000000
(0,0,0)

Tints of #ACCDB3

#ACCDB3
(172,205,179)
#B3D1B9
(179,209,185)
#BAD5BF
(186,213,191)
#C1D9C5
(193,217,197)
#C8DDCB
(200,221,203)
#CFE1D1
(207,225,209)
#D6E5D7
(214,229,215)
#DDE9DD
(221,233,221)
#E4EDE3
(228,237,227)
#EBF1E9
(235,241,233)
#F2F5EF
(242,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #ACCDB3 color. Also use rgb(172,205,179) instead hex code.

Text Font Color

.myTextColor { color: #ACCDB3; }

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

This text font color is #ACCDB3.


Background Color

.myBgColor { background-color: #ACCDB3; }

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

This div background color is #ACCDB3.


Border color

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

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

This div border color is #ACCDB3.


Opacity

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

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

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

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

This text has shadow with #ACCDB3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #ACCDB3 on black background.


Color preview on white background

This text has color #ACCDB3 on white background.



Black color preview on #ACCDB3 background

This text has black color on #ACCDB3 background.


White color preview on #ACCDB3 background

This text has white color on #ACCDB3 background.