COLOR #9CCBA7

HEX: #9CCBA7 RGB: (156,203,167)

Color info

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

RGB color model

#9CCBA7 color RGB value is (156,203,167).

RGB: (156,203,167) (61%, 80%, 65%)

RGB channels and saturation

R 156 of 255 = 61%
G 203 of 255 = 80%
B 167 of 255 = 65%

156
203
167

R + G + B ~ 69%. #9CCBA7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 156 + 203 + 167 = 526 (100%)
R 156 of 526 ~ 29.66%
G 203 of 526 ~ 38.59%
B 167 of 526 ~ 31.75'%

%29.66
%38.59
%31.75

CMYK color model

#9CCBA7 color CMYK value is (23,0,18,20).

  • cyan value is 23.15%
  • magenta value is 0.00%
  • yellow value is 17.73%
  • key color value is 20.39%

CMYK: (23,0,18,20)
C23M0Y18K20 (23%, 0%, 18%, 20%)
(0.23 / 0.00 / 0.18 / 0.20)

CMYK percentages

%23.15
%0
%17.73
%20.39

Codes

Color #9CCBA7 in popluar color models

9C CB A7
RGB 156 203 167
HSL 134° 31.13% 70.39%
HSB/HSV 134° 23.15% 79.61%
CMYK 23.15% 0.00% 17.73%
20.39%

Color #9CCBA7 in popluar number systems.

HEX 9C CB A7
Decimal 156 203 167
Binary 10011100 11001011 10100111
Octal 234 313 247

Shades and tints

Shades of #9CCBA7

#9CCBA7
(156,203,167)
#8EB998
(142,185,152)
#80A789
(128,167,137)
#72957A
(114,149,122)
#64836B
(100,131,107)
#56715C
(86,113,92)
#485F4D
(72,95,77)
#3A4D3E
(58,77,62)
#2C3B2F
(44,59,47)
#1E2920
(30,41,32)
#101711
(16,23,17)
#000000
(0,0,0)

Tints of #9CCBA7

#9CCBA7
(156,203,167)
#A5CFAF
(165,207,175)
#AED3B7
(174,211,183)
#B7D7BF
(183,215,191)
#C0DBC7
(192,219,199)
#C9DFCF
(201,223,207)
#D2E3D7
(210,227,215)
#DBE7DF
(219,231,223)
#E4EBE7
(228,235,231)
#EDEFEF
(237,239,239)
#F6F3F7
(246,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9CCBA7 color. Also use rgb(156,203,167) instead hex code.

Text Font Color

.myTextColor { color: #9CCBA7; }

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

This text font color is #9CCBA7.

Background Color

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

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

This div background color is #9CCBA7.

Border color

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

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

This div border color is #9CCBA7.

Opacity

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

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

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

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

This text has shadow with #9CCBA7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9CCBA7.

Preview

Color preview on black background

This text has color #9CCBA7 on black background.


Color preview on white background

This text has color #9CCBA7 on white background.


Black color preview on #9CCBA7 background

This text has black color on #9CCBA7 background.


White color preview on #9CCBA7 background

This text has white color on #9CCBA7 background.


Related colors

Complementary color

Complementary color for #hex is #633458.


I love getcolorcode.com

Triadic colors

1 #A79CCB and #CBA79C with #9CCBA7 are triadic colors.

2 #A7CB9C and #CB9CA7 with #9CCBA7 are triadic colors.