COLOR #9BDAA8

HEX: #9BDAA8 RGB: (155,218,168)

Color info

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

RGB color model

#9BDAA8 color RGB value is (155,218,168).

RGB: (155,218,168) (61%, 85%, 66%)

RGB channels and saturation

R 155 of 255 = 61%
G 218 of 255 = 85%
B 168 of 255 = 66%

155
218
168

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

Portions of RGB colors in percentages

R + G + B = 155 + 218 + 168 = 541 (100%)
R 155 of 541 ~ 28.65%
G 218 of 541 ~ 40.3%
B 168 of 541 ~ 31.05'%

%28.65
%40.3
%31.05

CMYK color model

#9BDAA8 color CMYK value is (29,0,23,15).

  • cyan value is 28.90%
  • magenta value is 0.00%
  • yellow value is 22.94%
  • key color value is 14.51%

CMYK: (29,0,23,15)
C29M0Y23K15 (29%, 0%, 23%, 15%)
(0.29 / 0.00 / 0.23 / 0.15)

CMYK percentages

%28.9
%0
%22.94
%14.51

Codes

Color #9BDAA8 in popluar color models

9B DA A8
RGB 155 218 168
HSL 132° 45.99% 73.14%
HSB/HSV 132° 28.90% 85.49%
CMYK 28.90% 0.00% 22.94%
14.51%

Color #9BDAA8 in popluar number systems.

HEX 9B DA A8
Decimal 155 218 168
Binary 10011011 11011010 10101000
Octal 233 332 250

Shades and tints

Shades of #9BDAA8

#9BDAA8
(155,218,168)
#8DC799
(141,199,153)
#7FB48A
(127,180,138)
#71A17B
(113,161,123)
#638E6C
(99,142,108)
#557B5D
(85,123,93)
#47684E
(71,104,78)
#39553F
(57,85,63)
#2B4230
(43,66,48)
#1D2F21
(29,47,33)
#0F1C12
(15,28,18)
#000000
(0,0,0)

Tints of #9BDAA8

#9BDAA8
(155,218,168)
#A4DDAF
(164,221,175)
#ADE0B6
(173,224,182)
#B6E3BD
(182,227,189)
#BFE6C4
(191,230,196)
#C8E9CB
(200,233,203)
#D1ECD2
(209,236,210)
#DAEFD9
(218,239,217)
#E3F2E0
(227,242,224)
#ECF5E7
(236,245,231)
#F5F8EE
(245,248,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BDAA8 color. Also use rgb(155,218,168) instead hex code.

Text Font Color

.myTextColor { color: #9BDAA8; }

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

This text font color is #9BDAA8.

Background Color

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

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

This div background color is #9BDAA8.

Border color

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

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

This div border color is #9BDAA8.

Opacity

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

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

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

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

This text has shadow with #9BDAA8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9BDAA8.

Preview

Color preview on black background

This text has color #9BDAA8 on black background.


Color preview on white background

This text has color #9BDAA8 on white background.


Black color preview on #9BDAA8 background

This text has black color on #9BDAA8 background.


White color preview on #9BDAA8 background

This text has white color on #9BDAA8 background.


Related colors

Complementary color

Complementary color for #hex is #642557.


I love getcolorcode.com

Triadic colors

1 #A89BDA and #DAA89B with #9BDAA8 are triadic colors.

2 #A8DA9B and #DA9BA8 with #9BDAA8 are triadic colors.