COLOR #9BEAD5

HEX: #9BEAD5 RGB: (155,234,213)

Color info

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

RGB color model

#9BEAD5 color RGB value is (155,234,213).

RGB: (155,234,213) (61%, 92%, 84%)

RGB channels and saturation

R 155 of 255 = 61%
G 234 of 255 = 92%
B 213 of 255 = 84%

155
234
213

R + G + B ~ 79%. #9BEAD5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 155 + 234 + 213 = 602 (100%)
R 155 of 602 ~ 25.75%
G 234 of 602 ~ 38.87%
B 213 of 602 ~ 35.38'%

%25.75
%38.87
%35.38

CMYK color model

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

  • cyan value is 33.76%
  • magenta value is 0.00%
  • yellow value is 8.97%
  • key color value is 8.24%
CMYK: (34,0,9,8) C34M0Y9K8 (34%,0%,9%,8%) (0.34/0.00/0.09/0.08) 

CMYK percentages

%33.76
%0
%8.97
%8.24

Codes

Color #9BEAD5 in popluar color models

9B EA D5
RGB 155 234 213
HSL 164° 65.29% 76.27%
HSB/HSV 164° 33.76% 91.76%
CMYK 33.76% 0.00% 8.97%
8.24%

Color #9BEAD5 in popluar number systems.

HEX 9B EA D5
Decimal 155 234 213
Binary 10011011 11101010 11010101
Octal 233 352 325

Shades and tints

Shades of #9BEAD5

#9BEAD5
(155,234,213)
#8DD5C2
(141,213,194)
#7FC0AF
(127,192,175)
#71AB9C
(113,171,156)
#639689
(99,150,137)
#558176
(85,129,118)
#476C63
(71,108,99)
#395750
(57,87,80)
#2B423D
(43,66,61)
#1D2D2A
(29,45,42)
#0F1817
(15,24,23)
#000000
(0,0,0)

Tints of #9BEAD5

#9BEAD5
(155,234,213)
#A4EBD8
(164,235,216)
#ADECDB
(173,236,219)
#B6EDDE
(182,237,222)
#BFEEE1
(191,238,225)
#C8EFE4
(200,239,228)
#D1F0E7
(209,240,231)
#DAF1EA
(218,241,234)
#E3F2ED
(227,242,237)
#ECF3F0
(236,243,240)
#F5F4F3
(245,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BEAD5 color. Also use rgb(155,234,213) instead hex code.

Text Font Color

.myTextColor { color: #9BEAD5; }

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

This text font color is #9BEAD5.

Background Color

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

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

This div background color is #9BEAD5.

Border color

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

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

This div border color is #9BEAD5.

Opacity

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

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

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

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

This text has shadow with #9BEAD5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9BEAD5.

Preview

Color preview on black background

This text has color #9BEAD5 on black background.


Color preview on white background

This text has color #9BEAD5 on white background.


Black color preview on #9BEAD5 background

This text has black color on #9BEAD5 background.


White color preview on #9BEAD5 background

This text has white color on #9BEAD5 background.


Related colors

Complementary color

Complementary color for #hex is #64152A.


I love getcolorcode.com

Triadic colors

1 #D59BEA and #EAD59B with #9BEAD5 are triadic colors.

2 #D5EA9B and #EA9BD5 with #9BEAD5 are triadic colors.