COLOR #94DD96

HEX: #94DD96 RGB: (148,221,150)

Color info

#94DD96 contains mainly green color. Web safe color of #94DD96 is #99CC99 (or #9C9).

RGB color model

#94DD96 color RGB value is (148,221,150).

RGB: (148,221,150) (58%, 87%, 59%)

RGB channels and saturation

R 148 of 255 = 58%
G 221 of 255 = 87%
B 150 of 255 = 59%

148
221
150

R + G + B ~ 68%. #94DD96 is quite light color.

Portions of RGB colors in percentages

R + G + B = 148 + 221 + 150 = 519 (100%)
R 148 of 519 ~ 28.52%
G 221 of 519 ~ 42.58%
B 150 of 519 ~ 28.9'%

%28.52
%42.58
%28.9

CMYK color model

#94DD96 color CMYK value is (33,0,32,13).

  • cyan value is 33.03%
  • magenta value is 0.00%
  • yellow value is 32.13%
  • key color value is 13.33%

CMYK: (33,0,32,13)
C33M0Y32K13 (33%, 0%, 32%, 13%)
(0.33 / 0.00 / 0.32 / 0.13)

CMYK percentages

%33.03
%0
%32.13
%13.33

Codes

Color #94DD96 in popluar color models

94 DD 96
RGB 148 221 150
HSL 122° 51.77% 72.35%
HSB/HSV 122° 33.03% 86.67%
CMYK 33.03% 0.00% 32.13%
13.33%

Color #94DD96 in popluar number systems.

HEX 94 DD 96
Decimal 148 221 150
Binary 10010100 11011101 10010110
Octal 224 335 226

Shades and tints

Shades of #94DD96

#94DD96
(148,221,150)
#87C989
(135,201,137)
#7AB57C
(122,181,124)
#6DA16F
(109,161,111)
#608D62
(96,141,98)
#537955
(83,121,85)
#466548
(70,101,72)
#39513B
(57,81,59)
#2C3D2E
(44,61,46)
#1F2921
(31,41,33)
#121514
(18,21,20)
#000000
(0,0,0)

Tints of #94DD96

#94DD96
(148,221,150)
#9DE09F
(157,224,159)
#A6E3A8
(166,227,168)
#AFE6B1
(175,230,177)
#B8E9BA
(184,233,186)
#C1ECC3
(193,236,195)
#CAEFCC
(202,239,204)
#D3F2D5
(211,242,213)
#DCF5DE
(220,245,222)
#E5F8E7
(229,248,231)
#EEFBF0
(238,251,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #94DD96 color. Also use rgb(148,221,150) instead hex code.

Text Font Color

.myTextColor { color: #94DD96; }

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

This text font color is #94DD96.

Background Color

.myBgColor { background-color: #94DD96; }

<div style="background-color:#94DD96">Inner text</div>

This div background color is #94DD96.

Border color

.myBorderColor { border: 1px solid #94DD96; }

<div style="border:3px solid #94DD96">Div</div>

This div border color is #94DD96.

Opacity

.myOpacity80 { color: #94DD96; opacity: 0.8; }

<p style="color:#94DD96;opacity:0.8;">80%</p>

Text with #94DD96 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 #94DD96;}

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

This text has shadow with #94DD96 color.


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

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

This text has shadow with #94DD96 primary color and red secondary color.


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

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

This text has shadow with #94DD96 and red colors in old Internet Explorer.

Div box shadow color

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

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

This div box has shadow with color #94DD96.

Preview

Color preview on black background

This text has color #94DD96 on black background.


Color preview on white background

This text has color #94DD96 on white background.


Black color preview on #94DD96 background

This text has black color on #94DD96 background.


White color preview on #94DD96 background

This text has white color on #94DD96 background.


Related colors

Complementary color

Complementary color for #hex is #6B2269.


I love getcolorcode.com

Triadic colors

1 #9694DD and #DD9694 with #94DD96 are triadic colors.

2 #96DD94 and #DD9496 with #94DD96 are triadic colors.