COLOR #9BEBD1

HEX: #9BEBD1
RGB: (155,235,209)

Color info

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

RGB color model

#9BEBD1 color RGB value is (155,235,209).

  • red value is 155;
  • green value is 235;
  • blue value is 209.
RGB:
(155,235,209)
(61%,92%,82%)

RGB channels and saturation

R 155 of 255 = 61%
G 235 of 255 = 92%
B 209 of 255 = 82%

155
235
209

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

Portions of RGB colors in percentages

R + G + B =
155 + 235 + 209 = 599 (100%)
R 155 of 599 ~ 25.88%
G 235 of 599 ~ 39.23%
B 209 of 599 ~ 34.89%

%25.88
%39.23
%34.89

CMYK color model

#9BEBD1 color CMYK value is (34,0,11,8).

  • cyan value is 34.04%
  • magenta value is 0.00%
  • yellow value is 11.06%
  • key color value is 7.84%
CMYK:
(34,0,11,8)
C34M0Y11K8 
(34%,0%,11%,8%)
(0.34/0.00/0.11/0.08)	

CMYK percentages

%34.04
%0
%11.06
%7.84

Codes

Color #9BEBD1 in popluar color models

9BEBD1
RGB155235209
HSL161°66.67%76.47%
HSB/HSV161°34.04%92.16%
CMYK34.04%0.00%11.06%
7.84%

Color #9BEBD1 in popluar number systems.

HEX9BEBD1
Decimal155235209
Binary100110111110101111010001
Octal233353321

Shades and tints

Shades of #9BEBD1

#9BEBD1
(155,235,209)
#8DD6BE
(141,214,190)
#7FC1AB
(127,193,171)
#71AC98
(113,172,152)
#639785
(99,151,133)
#558272
(85,130,114)
#476D5F
(71,109,95)
#39584C
(57,88,76)
#2B4339
(43,67,57)
#1D2E26
(29,46,38)
#0F1913
(15,25,19)
#000000
(0,0,0)

Tints of #9BEBD1

#9BEBD1
(155,235,209)
#A4ECD5
(164,236,213)
#ADEDD9
(173,237,217)
#B6EEDD
(182,238,221)
#BFEFE1
(191,239,225)
#C8F0E5
(200,240,229)
#D1F1E9
(209,241,233)
#DAF2ED
(218,242,237)
#E3F3F1
(227,243,241)
#ECF4F5
(236,244,245)
#F5F5F9
(245,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BEBD1 color. Also use rgb(155,235,209) instead hex code.

Text Font Color

.myTextColor { color: #9BEBD1; }

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

This text font color is #9BEBD1.


Background Color

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

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

This div background color is #9BEBD1.


Border color

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

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

This div border color is #9BEBD1.


Opacity

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

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

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

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

This text has shadow with #9BEBD1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #9BEBD1 on black background.


Color preview on white background

This text has color #9BEBD1 on white background.



Black color preview on #9BEBD1 background

This text has black color on #9BEBD1 background.


White color preview on #9BEBD1 background

This text has white color on #9BEBD1 background.