COLOR #9CDCA4

HEX: #9CDCA4 RGB: (156,220,164)

Color info

#9CDCA4 contains mainly green and blue colors. Web safe color of #9CDCA4 is #99CC99 (or #9C9).

RGB color model

#9CDCA4 color RGB value is (156,220,164).

RGB: (156,220,164) (61%, 86%, 64%)

RGB channels and saturation

R 156 of 255 = 61%
G 220 of 255 = 86%
B 164 of 255 = 64%

156
220
164

R + G + B ~ 70%. #9CDCA4 is quite light color.

Portions of RGB colors in percentages

R + G + B = 156 + 220 + 164 = 540 (100%)
R 156 of 540 ~ 28.89%
G 220 of 540 ~ 40.74%
B 164 of 540 ~ 30.37'%

%28.89
%40.74
%30.37

CMYK color model

#9CDCA4 color CMYK value is (29,0,25,14).

  • cyan value is 29.09%
  • magenta value is 0.00%
  • yellow value is 25.45%
  • key color value is 13.73%

CMYK: (29,0,25,14)
C29M0Y25K14 (29%, 0%, 25%, 14%)
(0.29 / 0.00 / 0.25 / 0.14)

CMYK percentages

%29.09
%0
%25.45
%13.73

Codes

Color #9CDCA4 in popluar color models

9C DC A4
RGB 156 220 164
HSL 128° 47.76% 73.73%
HSB/HSV 128° 29.09% 86.27%
CMYK 29.09% 0.00% 25.45%
13.73%

Color #9CDCA4 in popluar number systems.

HEX 9C DC A4
Decimal 156 220 164
Binary 10011100 11011100 10100100
Octal 234 334 244

Shades and tints

Shades of #9CDCA4

#9CDCA4
(156,220,164)
#8EC896
(142,200,150)
#80B488
(128,180,136)
#72A07A
(114,160,122)
#648C6C
(100,140,108)
#56785E
(86,120,94)
#486450
(72,100,80)
#3A5042
(58,80,66)
#2C3C34
(44,60,52)
#1E2826
(30,40,38)
#101418
(16,20,24)
#000000
(0,0,0)

Tints of #9CDCA4

#9CDCA4
(156,220,164)
#A5DFAC
(165,223,172)
#AEE2B4
(174,226,180)
#B7E5BC
(183,229,188)
#C0E8C4
(192,232,196)
#C9EBCC
(201,235,204)
#D2EED4
(210,238,212)
#DBF1DC
(219,241,220)
#E4F4E4
(228,244,228)
#EDF7EC
(237,247,236)
#F6FAF4
(246,250,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CDCA4 color. Also use rgb(156,220,164) instead hex code.

Text Font Color

.myTextColor { color: #9CDCA4; }

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

This text font color is #9CDCA4.

Background Color

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

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

This div background color is #9CDCA4.

Border color

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

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

This div border color is #9CDCA4.

Opacity

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

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

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

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

This text has shadow with #9CDCA4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9CDCA4.

Preview

Color preview on black background

This text has color #9CDCA4 on black background.


Color preview on white background

This text has color #9CDCA4 on white background.


Black color preview on #9CDCA4 background

This text has black color on #9CDCA4 background.


White color preview on #9CDCA4 background

This text has white color on #9CDCA4 background.


Related colors

Complementary color

Complementary color for #hex is #63235B.


I love getcolorcode.com

Triadic colors

1 #A49CDC and #DCA49C with #9CDCA4 are triadic colors.

2 #A4DC9C and #DC9CA4 with #9CDCA4 are triadic colors.