COLOR #9BEFC9

HEX: #9BEFC9 RGB: (155,239,201)

Color info

#9BEFC9 contains mainly green and blue colors. Web safe color of #9BEFC9 is #99FFCC (or #9FC).

RGB color model

#9BEFC9 color RGB value is (155,239,201).

RGB: (155,239,201) (61%, 94%, 79%)

RGB channels and saturation

R 155 of 255 = 61%
G 239 of 255 = 94%
B 201 of 255 = 79%

155
239
201

R + G + B ~ 78%. #9BEFC9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 155 + 239 + 201 = 595 (100%)
R 155 of 595 ~ 26.05%
G 239 of 595 ~ 40.17%
B 201 of 595 ~ 33.78'%

%26.05
%40.17
%33.78

CMYK color model

#9BEFC9 color CMYK value is (35,0,16,6).

  • cyan value is 35.15%
  • magenta value is 0.00%
  • yellow value is 15.90%
  • key color value is 6.27%
CMYK: (35,0,16,6) C35M0Y16K6 (35%,0%,16%,6%) (0.35/0.00/0.16/0.06) 

CMYK percentages

%35.15
%0
%15.9
%6.27

Codes

Color #9BEFC9 in popluar color models

9B EF C9
RGB 155 239 201
HSL 153° 72.41% 77.25%
HSB/HSV 153° 35.15% 93.73%
CMYK 35.15% 0.00% 15.90%
6.27%

Color #9BEFC9 in popluar number systems.

HEX 9B EF C9
Decimal 155 239 201
Binary 10011011 11101111 11001001
Octal 233 357 311

Shades and tints

Shades of #9BEFC9

#9BEFC9
(155,239,201)
#8DDAB7
(141,218,183)
#7FC5A5
(127,197,165)
#71B093
(113,176,147)
#639B81
(99,155,129)
#55866F
(85,134,111)
#47715D
(71,113,93)
#395C4B
(57,92,75)
#2B4739
(43,71,57)
#1D3227
(29,50,39)
#0F1D15
(15,29,21)
#000000
(0,0,0)

Tints of #9BEFC9

#9BEFC9
(155,239,201)
#A4F0CD
(164,240,205)
#ADF1D1
(173,241,209)
#B6F2D5
(182,242,213)
#BFF3D9
(191,243,217)
#C8F4DD
(200,244,221)
#D1F5E1
(209,245,225)
#DAF6E5
(218,246,229)
#E3F7E9
(227,247,233)
#ECF8ED
(236,248,237)
#F5F9F1
(245,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BEFC9 color. Also use rgb(155,239,201) instead hex code.

Text Font Color

.myTextColor { color: #9BEFC9; }

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

This text font color is #9BEFC9.

Background Color

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

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

This div background color is #9BEFC9.

Border color

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

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

This div border color is #9BEFC9.

Opacity

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

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

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

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

This text has shadow with #9BEFC9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9BEFC9.

Preview

Color preview on black background

This text has color #9BEFC9 on black background.


Color preview on white background

This text has color #9BEFC9 on white background.


Black color preview on #9BEFC9 background

This text has black color on #9BEFC9 background.


White color preview on #9BEFC9 background

This text has white color on #9BEFC9 background.


Related colors

Complementary color

Complementary color for #hex is #641036.


I love getcolorcode.com

Triadic colors

1 #C99BEF and #EFC99B with #9BEFC9 are triadic colors.

2 #C9EF9B and #EF9BC9 with #9BEFC9 are triadic colors.