COLOR #9BE9AF

HEX: #9BE9AF RGB: (155,233,175)

Color info

#9BE9AF contains mainly green and blue colors. Web safe color of #9BE9AF is #99FF99 (or #9F9).

RGB color model

#9BE9AF color RGB value is (155,233,175).

RGB: (155,233,175) (61%, 91%, 69%)

RGB channels and saturation

R 155 of 255 = 61%
G 233 of 255 = 91%
B 175 of 255 = 69%

155
233
175

R + G + B ~ 74%. #9BE9AF is quite light color.

Portions of RGB colors in percentages

R + G + B = 155 + 233 + 175 = 563 (100%)
R 155 of 563 ~ 27.53%
G 233 of 563 ~ 41.39%
B 175 of 563 ~ 31.08'%

%27.53
%41.39
%31.08

CMYK color model

#9BE9AF color CMYK value is (33,0,25,9).

  • cyan value is 33.48%
  • magenta value is 0.00%
  • yellow value is 24.89%
  • key color value is 8.63%

CMYK: (33,0,25,9)
C33M0Y25K9 (33%, 0%, 25%, 9%)
(0.33 / 0.00 / 0.25 / 0.09)

CMYK percentages

%33.48
%0
%24.89
%8.63

Codes

Color #9BE9AF in popluar color models

9B E9 AF
RGB 155 233 175
HSL 135° 63.93% 76.08%
HSB/HSV 135° 33.48% 91.37%
CMYK 33.48% 0.00% 24.89%
8.63%

Color #9BE9AF in popluar number systems.

HEX 9B E9 AF
Decimal 155 233 175
Binary 10011011 11101001 10101111
Octal 233 351 257

Shades and tints

Shades of #9BE9AF

#9BE9AF
(155,233,175)
#8DD4A0
(141,212,160)
#7FBF91
(127,191,145)
#71AA82
(113,170,130)
#639573
(99,149,115)
#558064
(85,128,100)
#476B55
(71,107,85)
#395646
(57,86,70)
#2B4137
(43,65,55)
#1D2C28
(29,44,40)
#0F1719
(15,23,25)
#000000
(0,0,0)

Tints of #9BE9AF

#9BE9AF
(155,233,175)
#A4EBB6
(164,235,182)
#ADEDBD
(173,237,189)
#B6EFC4
(182,239,196)
#BFF1CB
(191,241,203)
#C8F3D2
(200,243,210)
#D1F5D9
(209,245,217)
#DAF7E0
(218,247,224)
#E3F9E7
(227,249,231)
#ECFBEE
(236,251,238)
#F5FDF5
(245,253,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BE9AF color. Also use rgb(155,233,175) instead hex code.

Text Font Color

.myTextColor { color: #9BE9AF; }

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

This text font color is #9BE9AF.

Background Color

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

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

This div background color is #9BE9AF.

Border color

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

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

This div border color is #9BE9AF.

Opacity

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

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

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

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

This text has shadow with #9BE9AF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9BE9AF.

Preview

Color preview on black background

This text has color #9BE9AF on black background.


Color preview on white background

This text has color #9BE9AF on white background.


Black color preview on #9BE9AF background

This text has black color on #9BE9AF background.


White color preview on #9BE9AF background

This text has white color on #9BE9AF background.


Related colors

Complementary color

Complementary color for #hex is #641650.


I love getcolorcode.com

Triadic colors

1 #AF9BE9 and #E9AF9B with #9BE9AF are triadic colors.

2 #AFE99B and #E99BAF with #9BE9AF are triadic colors.