COLOR #9BDEA9

HEX: #9BDEA9 RGB: (155,222,169)

Color info

#9BDEA9 contains mainly green and blue colors. Web safe color of #9BDEA9 is #99CC99 (or #9C9).

RGB color model

#9BDEA9 color RGB value is (155,222,169).

RGB: (155,222,169) (61%, 87%, 66%)

RGB channels and saturation

R 155 of 255 = 61%
G 222 of 255 = 87%
B 169 of 255 = 66%

155
222
169

R + G + B ~ 71%. #9BDEA9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 155 + 222 + 169 = 546 (100%)
R 155 of 546 ~ 28.39%
G 222 of 546 ~ 40.66%
B 169 of 546 ~ 30.95'%

%28.39
%40.66
%30.95

CMYK color model

#9BDEA9 color CMYK value is (30,0,24,13).

  • cyan value is 30.18%
  • magenta value is 0.00%
  • yellow value is 23.87%
  • key color value is 12.94%

CMYK: (30,0,24,13)
C30M0Y24K13 (30%, 0%, 24%, 13%)
(0.30 / 0.00 / 0.24 / 0.13)

CMYK percentages

%30.18
%0
%23.87
%12.94

Codes

Color #9BDEA9 in popluar color models

9B DE A9
RGB 155 222 169
HSL 133° 50.38% 73.92%
HSB/HSV 133° 30.18% 87.06%
CMYK 30.18% 0.00% 23.87%
12.94%

Color #9BDEA9 in popluar number systems.

HEX 9B DE A9
Decimal 155 222 169
Binary 10011011 11011110 10101001
Octal 233 336 251

Shades and tints

Shades of #9BDEA9

#9BDEA9
(155,222,169)
#8DCA9A
(141,202,154)
#7FB68B
(127,182,139)
#71A27C
(113,162,124)
#638E6D
(99,142,109)
#557A5E
(85,122,94)
#47664F
(71,102,79)
#395240
(57,82,64)
#2B3E31
(43,62,49)
#1D2A22
(29,42,34)
#0F1613
(15,22,19)
#000000
(0,0,0)

Tints of #9BDEA9

#9BDEA9
(155,222,169)
#A4E1B0
(164,225,176)
#ADE4B7
(173,228,183)
#B6E7BE
(182,231,190)
#BFEAC5
(191,234,197)
#C8EDCC
(200,237,204)
#D1F0D3
(209,240,211)
#DAF3DA
(218,243,218)
#E3F6E1
(227,246,225)
#ECF9E8
(236,249,232)
#F5FCEF
(245,252,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BDEA9 color. Also use rgb(155,222,169) instead hex code.

Text Font Color

.myTextColor { color: #9BDEA9; }

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

This text font color is #9BDEA9.

Background Color

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

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

This div background color is #9BDEA9.

Border color

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

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

This div border color is #9BDEA9.

Opacity

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

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

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

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

This text has shadow with #9BDEA9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9BDEA9.

Preview

Color preview on black background

This text has color #9BDEA9 on black background.


Color preview on white background

This text has color #9BDEA9 on white background.


Black color preview on #9BDEA9 background

This text has black color on #9BDEA9 background.


White color preview on #9BDEA9 background

This text has white color on #9BDEA9 background.


Related colors

Complementary color

Complementary color for #hex is #642156.


I love getcolorcode.com

Triadic colors

1 #A99BDE and #DEA99B with #9BDEA9 are triadic colors.

2 #A9DE9B and #DE9BA9 with #9BDEA9 are triadic colors.