COLOR #9DD068

HEX: #9DD068
RGB: (157,208,104)

Color info

#9DD068 contains mainly red and green colors. Web safe color of #9DD068 is #99CC66 (or #9C6).

RGB color model

#9DD068 color RGB value is (157,208,104).

  • red value is 157;
  • green value is 208;
  • blue value is 104.
RGB:
(157,208,104)
(62%,82%,41%)

RGB channels and saturation

R 157 of 255 = 62%
G 208 of 255 = 82%
B 104 of 255 = 41%

157
208
104

R + G + B ~ 62%. #9DD068 is quite light color.

Portions of RGB colors in percentages

R + G + B =
157 + 208 + 104 = 469 (100%)
R 157 of 469 ~ 33.48%
G 208 of 469 ~ 44.35%
B 104 of 469 ~ 22.17%

%33.48
%44.35
%22.17

CMYK color model

#9DD068 color CMYK value is (25,0,50,18).

  • cyan value is 24.52%
  • magenta value is 0.00%
  • yellow value is 50.00%
  • key color value is 18.43%
CMYK:
(25,0,50,18)
C25M0Y50K18 
(25%,0%,50%,18%)
(0.25/0.00/0.50/0.18)	

CMYK percentages

%24.52
%0
%50
%18.43

Codes

Color #9DD068 in popluar color models

9DD068
RGB157208104
HSL89°52.53%61.18%
HSB/HSV89°50.00%81.57%
CMYK24.52%0.00%50.00%
18.43%

Color #9DD068 in popluar number systems.

HEX9DD068
Decimal157208104
Binary10011101110100001101000
Octal235320150

Shades and tints

Shades of #9DD068

#9DD068
(157,208,104)
#8FBE5F
(143,190,95)
#81AC56
(129,172,86)
#739A4D
(115,154,77)
#658844
(101,136,68)
#57763B
(87,118,59)
#496432
(73,100,50)
#3B5229
(59,82,41)
#2D4020
(45,64,32)
#1F2E17
(31,46,23)
#111C0E
(17,28,14)
#000000
(0,0,0)

Tints of #9DD068

#9DD068
(157,208,104)
#A5D475
(165,212,117)
#ADD882
(173,216,130)
#B5DC8F
(181,220,143)
#BDE09C
(189,224,156)
#C5E4A9
(197,228,169)
#CDE8B6
(205,232,182)
#D5ECC3
(213,236,195)
#DDF0D0
(221,240,208)
#E5F4DD
(229,244,221)
#EDF8EA
(237,248,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9DD068 color. Also use rgb(157,208,104) instead hex code.

Text Font Color

.myTextColor { color: #9DD068; }

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

This text font color is #9DD068.


Background Color

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

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

This div background color is #9DD068.


Border color

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

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

This div border color is #9DD068.


Opacity

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

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

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

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

This text has shadow with #9DD068 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9DD068 on black background.


Color preview on white background

This text has color #9DD068 on white background.



Black color preview on #9DD068 background

This text has black color on #9DD068 background.


White color preview on #9DD068 background

This text has white color on #9DD068 background.