COLOR #9CCCA2

HEX: #9CCCA2 RGB: (156,204,162)

Color info

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

RGB color model

#9CCCA2 color RGB value is (156,204,162).

RGB: (156,204,162) (61%, 80%, 64%)

RGB channels and saturation

R 156 of 255 = 61%
G 204 of 255 = 80%
B 162 of 255 = 64%

156
204
162

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

Portions of RGB colors in percentages

R + G + B = 156 + 204 + 162 = 522 (100%)
R 156 of 522 ~ 29.89%
G 204 of 522 ~ 39.08%
B 162 of 522 ~ 31.03'%

%29.89
%39.08
%31.03

CMYK color model

#9CCCA2 color CMYK value is (24,0,21,20).

  • cyan value is 23.53%
  • magenta value is 0.00%
  • yellow value is 20.59%
  • key color value is 20.00%

CMYK: (24,0,21,20)
C24M0Y21K20 (24%, 0%, 21%, 20%)
(0.24 / 0.00 / 0.21 / 0.20)

CMYK percentages

%23.53
%0
%20.59
%20

Codes

Color #9CCCA2 in popluar color models

9C CC A2
RGB 156 204 162
HSL 128° 32.00% 70.59%
HSB/HSV 128° 23.53% 80.00%
CMYK 23.53% 0.00% 20.59%
20.00%

Color #9CCCA2 in popluar number systems.

HEX 9C CC A2
Decimal 156 204 162
Binary 10011100 11001100 10100010
Octal 234 314 242

Shades and tints

Shades of #9CCCA2

#9CCCA2
(156,204,162)
#8EBA94
(142,186,148)
#80A886
(128,168,134)
#729678
(114,150,120)
#64846A
(100,132,106)
#56725C
(86,114,92)
#48604E
(72,96,78)
#3A4E40
(58,78,64)
#2C3C32
(44,60,50)
#1E2A24
(30,42,36)
#101816
(16,24,22)
#000000
(0,0,0)

Tints of #9CCCA2

#9CCCA2
(156,204,162)
#A5D0AA
(165,208,170)
#AED4B2
(174,212,178)
#B7D8BA
(183,216,186)
#C0DCC2
(192,220,194)
#C9E0CA
(201,224,202)
#D2E4D2
(210,228,210)
#DBE8DA
(219,232,218)
#E4ECE2
(228,236,226)
#EDF0EA
(237,240,234)
#F6F4F2
(246,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CCCA2 color. Also use rgb(156,204,162) instead hex code.

Text Font Color

.myTextColor { color: #9CCCA2; }

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

This text font color is #9CCCA2.

Background Color

.myBgColor { background-color: #9CCCA2; }

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

This div background color is #9CCCA2.

Border color

.myBorderColor { border: 1px solid #9CCCA2; }

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

This div border color is #9CCCA2.

Opacity

.myOpacity80 { color: #9CCCA2; opacity: 0.8; }

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

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

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

This text has shadow with #9CCCA2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9CCCA2.

Preview

Color preview on black background

This text has color #9CCCA2 on black background.


Color preview on white background

This text has color #9CCCA2 on white background.


Black color preview on #9CCCA2 background

This text has black color on #9CCCA2 background.


White color preview on #9CCCA2 background

This text has white color on #9CCCA2 background.


Related colors

Complementary color

Complementary color for #hex is #63335D.


I love getcolorcode.com

Triadic colors

1 #A29CCC and #CCA29C with #9CCCA2 are triadic colors.

2 #A2CC9C and #CC9CA2 with #9CCCA2 are triadic colors.