COLOR #9DCEA4

HEX: #9DCEA4
RGB: (157,206,164)

Color info

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

RGB color model

#9DCEA4 color RGB value is (157,206,164).

  • red value is 157;
  • green value is 206;
  • blue value is 164.
RGB: (157,206,164) (62%,81%,64%)

RGB channels and saturation

R 157 of 255 = 62%
G 206 of 255 = 81%
B 164 of 255 = 64%

157
206
164

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

Portions of RGB colors in percentages

R + G + B =
157 + 206 + 164 = 527 (100%)
R 157 of 527 ~ 29.79%
G 206 of 527 ~ 39.09%
B 164 of 527 ~ 31.12%

%29.79
%39.09
%31.12

CMYK color model

#9DCEA4 color CMYK value is (24,0,20,19).

  • cyan value is 23.79%
  • magenta value is 0.00%
  • yellow value is 20.39%
  • key color value is 19.22%
CMYK: (24,0,20,19) C24M0Y20K19 (24%,0%,20%,19%) (0.24/0.00/0.20/0.19)

CMYK percentages

%23.79
%0
%20.39
%19.22

Codes

Color #9DCEA4 in popluar color models

9DCEA4
RGB157206164
HSL129°33.33%71.18%
HSB/HSV129°23.79%80.78%
CMYK23.79%0.00%20.39%
19.22%

Color #9DCEA4 in popluar number systems.

HEX9DCEA4
Decimal157206164
Binary100111011100111010100100
Octal235316244

Shades and tints

Shades of #9DCEA4

#9DCEA4
(157,206,164)
#8FBC96
(143,188,150)
#81AA88
(129,170,136)
#73987A
(115,152,122)
#65866C
(101,134,108)
#57745E
(87,116,94)
#496250
(73,98,80)
#3B5042
(59,80,66)
#2D3E34
(45,62,52)
#1F2C26
(31,44,38)
#111A18
(17,26,24)
#000000
(0,0,0)

Tints of #9DCEA4

#9DCEA4
(157,206,164)
#A5D2AC
(165,210,172)
#ADD6B4
(173,214,180)
#B5DABC
(181,218,188)
#BDDEC4
(189,222,196)
#C5E2CC
(197,226,204)
#CDE6D4
(205,230,212)
#D5EADC
(213,234,220)
#DDEEE4
(221,238,228)
#E5F2EC
(229,242,236)
#EDF6F4
(237,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9DCEA4; }

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

This text font color is #9DCEA4.


Background Color

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

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

This div background color is #9DCEA4.


Border color

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

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

This div border color is #9DCEA4.


Opacity

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

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

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

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

This text has shadow with #9DCEA4 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #9DCEA4 on black background.


Color preview on white background

This text has color #9DCEA4 on white background.



Black color preview on #9DCEA4 background

This text has black color on #9DCEA4 background.


White color preview on #9DCEA4 background

This text has white color on #9DCEA4 background.