COLOR #9CBEAE

HEX: #9CBEAE
RGB: (156,190,174)

Color info

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

RGB color model

#9CBEAE color RGB value is (156,190,174).

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

RGB channels and saturation

R 156 of 255 = 61%
G 190 of 255 = 75%
B 174 of 255 = 68%

156
190
174

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

Portions of RGB colors in percentages

R + G + B =
156 + 190 + 174 = 520 (100%)
R 156 of 520 ~ 30%
G 190 of 520 ~ 36.54%
B 174 of 520 ~ 33.46%

%30
%36.54
%33.46

CMYK color model

#9CBEAE color CMYK value is (18,0,8,25).

  • cyan value is 17.89%
  • magenta value is 0.00%
  • yellow value is 8.42%
  • key color value is 25.49%
CMYK:
(18,0,8,25)
C18M0Y8K25 
(18%,0%,8%,25%)
(0.18/0.00/0.08/0.25)	

CMYK percentages

%17.89
%0
%8.42
%25.49

Codes

Color #9CBEAE in popluar color models

9CBEAE
RGB156190174
HSL152°20.73%67.84%
HSB/HSV152°17.89%74.51%
CMYK17.89%0.00%8.42%
25.49%

Color #9CBEAE in popluar number systems.

HEX9CBEAE
Decimal156190174
Binary100111001011111010101110
Octal234276256

Shades and tints

Shades of #9CBEAE

#9CBEAE
(156,190,174)
#8EAD9F
(142,173,159)
#809C90
(128,156,144)
#728B81
(114,139,129)
#647A72
(100,122,114)
#566963
(86,105,99)
#485854
(72,88,84)
#3A4745
(58,71,69)
#2C3636
(44,54,54)
#1E2527
(30,37,39)
#101418
(16,20,24)
#000000
(0,0,0)

Tints of #9CBEAE

#9CBEAE
(156,190,174)
#A5C3B5
(165,195,181)
#AEC8BC
(174,200,188)
#B7CDC3
(183,205,195)
#C0D2CA
(192,210,202)
#C9D7D1
(201,215,209)
#D2DCD8
(210,220,216)
#DBE1DF
(219,225,223)
#E4E6E6
(228,230,230)
#EDEBED
(237,235,237)
#F6F0F4
(246,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9CBEAE; }

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

This text font color is #9CBEAE.


Background Color

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

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

This div background color is #9CBEAE.


Border color

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

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

This div border color is #9CBEAE.


Opacity

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

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

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

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

This text has shadow with #9CBEAE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9CBEAE on black background.


Color preview on white background

This text has color #9CBEAE on white background.



Black color preview on #9CBEAE background

This text has black color on #9CBEAE background.


White color preview on #9CBEAE background

This text has white color on #9CBEAE background.