COLOR #9CBDA4

HEX: #9CBDA4
RGB: (156,189,164)

Color info

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

RGB color model

#9CBDA4 color RGB value is (156,189,164).

  • red value is 156;
  • green value is 189;
  • blue value is 164.
RGB:
(156,189,164)
(61%,74%,64%)

RGB channels and saturation

R 156 of 255 = 61%
G 189 of 255 = 74%
B 164 of 255 = 64%

156
189
164

R + G + B ~ 66%. #9CBDA4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
156 + 189 + 164 = 509 (100%)
R 156 of 509 ~ 30.65%
G 189 of 509 ~ 37.13%
B 164 of 509 ~ 32.22%

%30.65
%37.13
%32.22

CMYK color model

#9CBDA4 color CMYK value is (17,0,13,26).

  • cyan value is 17.46%
  • magenta value is 0.00%
  • yellow value is 13.23%
  • key color value is 25.88%
CMYK:
(17,0,13,26)
C17M0Y13K26 
(17%,0%,13%,26%)
(0.17/0.00/0.13/0.26)	

CMYK percentages

%17.46
%0
%13.23
%25.88

Codes

Color #9CBDA4 in popluar color models

9CBDA4
RGB156189164
HSL135°20.00%67.65%
HSB/HSV135°17.46%74.12%
CMYK17.46%0.00%13.23%
25.88%

Color #9CBDA4 in popluar number systems.

HEX9CBDA4
Decimal156189164
Binary100111001011110110100100
Octal234275244

Shades and tints

Shades of #9CBDA4

#9CBDA4
(156,189,164)
#8EAC96
(142,172,150)
#809B88
(128,155,136)
#728A7A
(114,138,122)
#64796C
(100,121,108)
#56685E
(86,104,94)
#485750
(72,87,80)
#3A4642
(58,70,66)
#2C3534
(44,53,52)
#1E2426
(30,36,38)
#101318
(16,19,24)
#000000
(0,0,0)

Tints of #9CBDA4

#9CBDA4
(156,189,164)
#A5C3AC
(165,195,172)
#AEC9B4
(174,201,180)
#B7CFBC
(183,207,188)
#C0D5C4
(192,213,196)
#C9DBCC
(201,219,204)
#D2E1D4
(210,225,212)
#DBE7DC
(219,231,220)
#E4EDE4
(228,237,228)
#EDF3EC
(237,243,236)
#F6F9F4
(246,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9CBDA4; }

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

This text font color is #9CBDA4.


Background Color

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

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

This div background color is #9CBDA4.


Border color

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

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

This div border color is #9CBDA4.


Opacity

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

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

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

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

This text has shadow with #9CBDA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CBDA4 on black background.


Color preview on white background

This text has color #9CBDA4 on white background.



Black color preview on #9CBDA4 background

This text has black color on #9CBDA4 background.


White color preview on #9CBDA4 background

This text has white color on #9CBDA4 background.