COLOR #9CCCA3

HEX: #9CCCA3
RGB: (156,204,163)

Color info

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

RGB color model

#9CCCA3 color RGB value is (156,204,163).

  • red value is 156;
  • green value is 204;
  • blue value is 163.
RGB:
(156,204,163)
(61%,80%,64%)

RGB channels and saturation

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

156
204
163

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

Portions of RGB colors in percentages

R + G + B =
156 + 204 + 163 = 523 (100%)
R 156 of 523 ~ 29.83%
G 204 of 523 ~ 39.01%
B 163 of 523 ~ 31.17%

%29.83
%39.01
%31.17

CMYK color model

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

  • cyan value is 23.53%
  • magenta value is 0.00%
  • yellow value is 20.10%
  • key color value is 20.00%
CMYK:
(24,0,20,20)
C24M0Y20K20 
(24%,0%,20%,20%)
(0.24/0.00/0.20/0.20)	

CMYK percentages

%23.53
%0
%20.1
%20

Codes

Color #9CCCA3 in popluar color models

9CCCA3
RGB156204163
HSL129°32.00%70.59%
HSB/HSV129°23.53%80.00%
CMYK23.53%0.00%20.10%
20.00%

Color #9CCCA3 in popluar number systems.

HEX9CCCA3
Decimal156204163
Binary100111001100110010100011
Octal234314243

Shades and tints

Shades of #9CCCA3

#9CCCA3
(156,204,163)
#8EBA95
(142,186,149)
#80A887
(128,168,135)
#729679
(114,150,121)
#64846B
(100,132,107)
#56725D
(86,114,93)
#48604F
(72,96,79)
#3A4E41
(58,78,65)
#2C3C33
(44,60,51)
#1E2A25
(30,42,37)
#101817
(16,24,23)
#000000
(0,0,0)

Tints of #9CCCA3

#9CCCA3
(156,204,163)
#A5D0AB
(165,208,171)
#AED4B3
(174,212,179)
#B7D8BB
(183,216,187)
#C0DCC3
(192,220,195)
#C9E0CB
(201,224,203)
#D2E4D3
(210,228,211)
#DBE8DB
(219,232,219)
#E4ECE3
(228,236,227)
#EDF0EB
(237,240,235)
#F6F4F3
(246,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9CCCA3; }

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

This text font color is #9CCCA3.


Background Color

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

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

This div background color is #9CCCA3.


Border color

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

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

This div border color is #9CCCA3.


Opacity

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

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

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

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

This text has shadow with #9CCCA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CCCA3 on black background.


Color preview on white background

This text has color #9CCCA3 on white background.



Black color preview on #9CCCA3 background

This text has black color on #9CCCA3 background.


White color preview on #9CCCA3 background

This text has white color on #9CCCA3 background.