COLOR #9BBEAD

HEX: #9BBEAD RGB: (155,190,173)

Color info

#9BBEAD contains red, green and blue colors in about the same proportion. Web safe color of #9BBEAD is #99CC99 (or #9C9).

RGB color model

#9BBEAD color RGB value is (155,190,173).

RGB: (155,190,173) (61%, 75%, 68%)

RGB channels and saturation

R 155 of 255 = 61%
G 190 of 255 = 75%
B 173 of 255 = 68%

155
190
173

R + G + B ~ 68%. #9BBEAD is quite light color.

Portions of RGB colors in percentages

R + G + B = 155 + 190 + 173 = 518 (100%)
R 155 of 518 ~ 29.92%
G 190 of 518 ~ 36.68%
B 173 of 518 ~ 33.4'%

%29.92
%36.68
%33.4

CMYK color model

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

  • cyan value is 18.42%
  • magenta value is 0.00%
  • yellow value is 8.95%
  • key color value is 25.49%
CMYK: (18,0,9,25) C18M0Y9K25 (18%,0%,9%,25%) (0.18/0.00/0.09/0.25) 

CMYK percentages

%18.42
%0
%8.95
%25.49

Codes

Color #9BBEAD in popluar color models

9B BE AD
RGB 155 190 173
HSL 151° 21.21% 67.65%
HSB/HSV 151° 18.42% 74.51%
CMYK 18.42% 0.00% 8.95%
25.49%

Color #9BBEAD in popluar number systems.

HEX 9B BE AD
Decimal 155 190 173
Binary 10011011 10111110 10101101
Octal 233 276 255

Shades and tints

Shades of #9BBEAD

#9BBEAD
(155,190,173)
#8DAD9E
(141,173,158)
#7F9C8F
(127,156,143)
#718B80
(113,139,128)
#637A71
(99,122,113)
#556962
(85,105,98)
#475853
(71,88,83)
#394744
(57,71,68)
#2B3635
(43,54,53)
#1D2526
(29,37,38)
#0F1417
(15,20,23)
#000000
(0,0,0)

Tints of #9BBEAD

#9BBEAD
(155,190,173)
#A4C3B4
(164,195,180)
#ADC8BB
(173,200,187)
#B6CDC2
(182,205,194)
#BFD2C9
(191,210,201)
#C8D7D0
(200,215,208)
#D1DCD7
(209,220,215)
#DAE1DE
(218,225,222)
#E3E6E5
(227,230,229)
#ECEBEC
(236,235,236)
#F5F0F3
(245,240,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BBEAD color. Also use rgb(155,190,173) instead hex code.

Text Font Color

.myTextColor { color: #9BBEAD; }

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

This text font color is #9BBEAD.

Background Color

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

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

This div background color is #9BBEAD.

Border color

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

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

This div border color is #9BBEAD.

Opacity

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

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

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

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

This text has shadow with #9BBEAD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9BBEAD.

Preview

Color preview on black background

This text has color #9BBEAD on black background.


Color preview on white background

This text has color #9BBEAD on white background.


Black color preview on #9BBEAD background

This text has black color on #9BBEAD background.


White color preview on #9BBEAD background

This text has white color on #9BBEAD background.


Related colors

Complementary color

Complementary color for #hex is #644152.


I love getcolorcode.com

Triadic colors

1 #AD9BBE and #BEAD9B with #9BBEAD are triadic colors.

2 #ADBE9B and #BE9BAD with #9BBEAD are triadic colors.