COLOR #ACCD95

HEX: #ACCD95 RGB: (172,205,149)

Color info

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

RGB color model

#ACCD95 color RGB value is (172,205,149).

RGB: (172,205,149) (67%, 80%, 58%)

RGB channels and saturation

R 172 of 255 = 67%
G 205 of 255 = 80%
B 149 of 255 = 58%

172
205
149

R + G + B ~ 68%. #ACCD95 is quite light color.

Portions of RGB colors in percentages

R + G + B = 172 + 205 + 149 = 526 (100%)
R 172 of 526 ~ 32.7%
G 205 of 526 ~ 38.97%
B 149 of 526 ~ 28.33'%

%32.7
%38.97
%28.33

CMYK color model

#ACCD95 color CMYK value is (16,0,27,20).

  • cyan value is 16.10%
  • magenta value is 0.00%
  • yellow value is 27.32%
  • key color value is 19.61%
CMYK: (16,0,27,20) C16M0Y27K20 (16%,0%,27%,20%) (0.16/0.00/0.27/0.20) 

CMYK percentages

%16.1
%0
%27.32
%19.61

Codes

Color #ACCD95 in popluar color models

AC CD 95
RGB 172 205 149
HSL 95° 35.90% 69.41%
HSB/HSV 95° 27.32% 80.39%
CMYK 16.10% 0.00% 27.32%
19.61%

Color #ACCD95 in popluar number systems.

HEX AC CD 95
Decimal 172 205 149
Binary 10101100 11001101 10010101
Octal 254 315 225

Shades and tints

Shades of #ACCD95

#ACCD95
(172,205,149)
#9DBB88
(157,187,136)
#8EA97B
(142,169,123)
#7F976E
(127,151,110)
#708561
(112,133,97)
#617354
(97,115,84)
#526147
(82,97,71)
#434F3A
(67,79,58)
#343D2D
(52,61,45)
#252B20
(37,43,32)
#161913
(22,25,19)
#000000
(0,0,0)

Tints of #ACCD95

#ACCD95
(172,205,149)
#B3D19E
(179,209,158)
#BAD5A7
(186,213,167)
#C1D9B0
(193,217,176)
#C8DDB9
(200,221,185)
#CFE1C2
(207,225,194)
#D6E5CB
(214,229,203)
#DDE9D4
(221,233,212)
#E4EDDD
(228,237,221)
#EBF1E6
(235,241,230)
#F2F5EF
(242,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #ACCD95; }

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

This text font color is #ACCD95.

Background Color

.myBgColor { background-color: #ACCD95; }

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

This div background color is #ACCD95.

Border color

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

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

This div border color is #ACCD95.

Opacity

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

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

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

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

This text has shadow with #ACCD95 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #ACCD95.

Preview

Color preview on black background

This text has color #ACCD95 on black background.


Color preview on white background

This text has color #ACCD95 on white background.


Black color preview on #ACCD95 background

This text has black color on #ACCD95 background.


White color preview on #ACCD95 background

This text has white color on #ACCD95 background.


Related colors

Complementary color

Complementary color for #hex is #53326A.


I love getcolorcode.com

Triadic colors

1 #95ACCD and #CD95AC with #ACCD95 are triadic colors.

2 #95CDAC and #CDAC95 with #ACCD95 are triadic colors.