COLOR #9DBEA4

HEX: #9DBEA4 RGB: (157,190,164)

Color info

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

RGB color model

#9DBEA4 color RGB value is (157,190,164).

RGB: (157,190,164) (62%, 75%, 64%)

RGB channels and saturation

R 157 of 255 = 62%
G 190 of 255 = 75%
B 164 of 255 = 64%

157
190
164

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

Portions of RGB colors in percentages

R + G + B = 157 + 190 + 164 = 511 (100%)
R 157 of 511 ~ 30.72%
G 190 of 511 ~ 37.18%
B 164 of 511 ~ 32.09'%

%30.72
%37.18
%32.09

CMYK color model

#9DBEA4 color CMYK value is (17,0,14,25).

  • cyan value is 17.37%
  • magenta value is 0.00%
  • yellow value is 13.68%
  • key color value is 25.49%

CMYK: (17,0,14,25)
C17M0Y14K25 (17%, 0%, 14%, 25%)
(0.17 / 0.00 / 0.14 / 0.25)

CMYK percentages

%17.37
%0
%13.68
%25.49

Codes

Color #9DBEA4 in popluar color models

9D BE A4
RGB 157 190 164
HSL 133° 20.25% 68.04%
HSB/HSV 133° 17.37% 74.51%
CMYK 17.37% 0.00% 13.68%
25.49%

Color #9DBEA4 in popluar number systems.

HEX 9D BE A4
Decimal 157 190 164
Binary 10011101 10111110 10100100
Octal 235 276 244

Shades and tints

Shades of #9DBEA4

#9DBEA4
(157,190,164)
#8FAD96
(143,173,150)
#819C88
(129,156,136)
#738B7A
(115,139,122)
#657A6C
(101,122,108)
#57695E
(87,105,94)
#495850
(73,88,80)
#3B4742
(59,71,66)
#2D3634
(45,54,52)
#1F2526
(31,37,38)
#111418
(17,20,24)
#000000
(0,0,0)

Tints of #9DBEA4

#9DBEA4
(157,190,164)
#A5C3AC
(165,195,172)
#ADC8B4
(173,200,180)
#B5CDBC
(181,205,188)
#BDD2C4
(189,210,196)
#C5D7CC
(197,215,204)
#CDDCD4
(205,220,212)
#D5E1DC
(213,225,220)
#DDE6E4
(221,230,228)
#E5EBEC
(229,235,236)
#EDF0F4
(237,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DBEA4; }

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

This text font color is #9DBEA4.

Background Color

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

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

This div background color is #9DBEA4.

Border color

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

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

This div border color is #9DBEA4.

Opacity

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

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

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

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

This text has shadow with #9DBEA4 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9DBEA4.

Preview

Color preview on black background

This text has color #9DBEA4 on black background.


Color preview on white background

This text has color #9DBEA4 on white background.


Black color preview on #9DBEA4 background

This text has black color on #9DBEA4 background.


White color preview on #9DBEA4 background

This text has white color on #9DBEA4 background.


Related colors

Complementary color

Complementary color for #hex is #62415B.


I love getcolorcode.com

Triadic colors

1 #A49DBE and #BEA49D with #9DBEA4 are triadic colors.

2 #A4BE9D and #BE9DA4 with #9DBEA4 are triadic colors.