COLOR #9BDFB6

HEX: #9BDFB6 RGB: (155,223,182)

Color info

#9BDFB6 contains mainly green and blue colors. Web safe color of #9BDFB6 is #99CCCC (or #9CC).

RGB color model

#9BDFB6 color RGB value is (155,223,182).

RGB: (155,223,182) (61%, 87%, 71%)

RGB channels and saturation

R 155 of 255 = 61%
G 223 of 255 = 87%
B 182 of 255 = 71%

155
223
182

R + G + B ~ 73%. #9BDFB6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 155 + 223 + 182 = 560 (100%)
R 155 of 560 ~ 27.68%
G 223 of 560 ~ 39.82%
B 182 of 560 ~ 32.5'%

%27.68
%39.82
%32.5

CMYK color model

#9BDFB6 color CMYK value is (30,0,18,13).

  • cyan value is 30.49%
  • magenta value is 0.00%
  • yellow value is 18.39%
  • key color value is 12.55%

CMYK: (30,0,18,13)
C30M0Y18K13 (30%, 0%, 18%, 13%)
(0.30 / 0.00 / 0.18 / 0.13)

CMYK percentages

%30.49
%0
%18.39
%12.55

Codes

Color #9BDFB6 in popluar color models

9B DF B6
RGB 155 223 182
HSL 144° 51.52% 74.12%
HSB/HSV 144° 30.49% 87.45%
CMYK 30.49% 0.00% 18.39%
12.55%

Color #9BDFB6 in popluar number systems.

HEX 9B DF B6
Decimal 155 223 182
Binary 10011011 11011111 10110110
Octal 233 337 266

Shades and tints

Shades of #9BDFB6

#9BDFB6
(155,223,182)
#8DCBA6
(141,203,166)
#7FB796
(127,183,150)
#71A386
(113,163,134)
#638F76
(99,143,118)
#557B66
(85,123,102)
#476756
(71,103,86)
#395346
(57,83,70)
#2B3F36
(43,63,54)
#1D2B26
(29,43,38)
#0F1716
(15,23,22)
#000000
(0,0,0)

Tints of #9BDFB6

#9BDFB6
(155,223,182)
#A4E1BC
(164,225,188)
#ADE3C2
(173,227,194)
#B6E5C8
(182,229,200)
#BFE7CE
(191,231,206)
#C8E9D4
(200,233,212)
#D1EBDA
(209,235,218)
#DAEDE0
(218,237,224)
#E3EFE6
(227,239,230)
#ECF1EC
(236,241,236)
#F5F3F2
(245,243,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BDFB6 color. Also use rgb(155,223,182) instead hex code.

Text Font Color

.myTextColor { color: #9BDFB6; }

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

This text font color is #9BDFB6.

Background Color

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

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

This div background color is #9BDFB6.

Border color

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

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

This div border color is #9BDFB6.

Opacity

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

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

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

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

This text has shadow with #9BDFB6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9BDFB6.

Preview

Color preview on black background

This text has color #9BDFB6 on black background.


Color preview on white background

This text has color #9BDFB6 on white background.


Black color preview on #9BDFB6 background

This text has black color on #9BDFB6 background.


White color preview on #9BDFB6 background

This text has white color on #9BDFB6 background.


Related colors

Complementary color

Complementary color for #hex is #642049.


I love getcolorcode.com

Triadic colors

1 #B69BDF and #DFB69B with #9BDFB6 are triadic colors.

2 #B6DF9B and #DF9BB6 with #9BDFB6 are triadic colors.