COLOR #9CBEA4

HEX: #9CBEA4
RGB: (156,190,164)

Color info

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

RGB color model

#9CBEA4 color RGB value is (156,190,164).

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

RGB channels and saturation

R 156 of 255 = 61%
G 190 of 255 = 75%
B 164 of 255 = 64%

156
190
164

R + G + B ~ 67%. #9CBEA4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
156 + 190 + 164 = 510 (100%)
R 156 of 510 ~ 30.59%
G 190 of 510 ~ 37.25%
B 164 of 510 ~ 32.16%

%30.59
%37.25
%32.16

CMYK color model

#9CBEA4 color CMYK value is (18,0,14,25).

  • cyan value is 17.89%
  • magenta value is 0.00%
  • yellow value is 13.68%
  • key color value is 25.49%
CMYK:
(18,0,14,25)
C18M0Y14K25 
(18%,0%,14%,25%)
(0.18/0.00/0.14/0.25)	

CMYK percentages

%17.89
%0
%13.68
%25.49

Codes

Color #9CBEA4 in popluar color models

9CBEA4
RGB156190164
HSL134°20.73%67.84%
HSB/HSV134°17.89%74.51%
CMYK17.89%0.00%13.68%
25.49%

Color #9CBEA4 in popluar number systems.

HEX9CBEA4
Decimal156190164
Binary100111001011111010100100
Octal234276244

Shades and tints

Shades of #9CBEA4

#9CBEA4
(156,190,164)
#8EAD96
(142,173,150)
#809C88
(128,156,136)
#728B7A
(114,139,122)
#647A6C
(100,122,108)
#56695E
(86,105,94)
#485850
(72,88,80)
#3A4742
(58,71,66)
#2C3634
(44,54,52)
#1E2526
(30,37,38)
#101418
(16,20,24)
#000000
(0,0,0)

Tints of #9CBEA4

#9CBEA4
(156,190,164)
#A5C3AC
(165,195,172)
#AEC8B4
(174,200,180)
#B7CDBC
(183,205,188)
#C0D2C4
(192,210,196)
#C9D7CC
(201,215,204)
#D2DCD4
(210,220,212)
#DBE1DC
(219,225,220)
#E4E6E4
(228,230,228)
#EDEBEC
(237,235,236)
#F6F0F4
(246,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9CBEA4; }

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

This text font color is #9CBEA4.


Background Color

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

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

This div background color is #9CBEA4.


Border color

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

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

This div border color is #9CBEA4.


Opacity

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

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

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

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

This text has shadow with #9CBEA4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CBEA4 on black background.


Color preview on white background

This text has color #9CBEA4 on white background.



Black color preview on #9CBEA4 background

This text has black color on #9CBEA4 background.


White color preview on #9CBEA4 background

This text has white color on #9CBEA4 background.