COLOR #9BEAD2

HEX: #9BEAD2 RGB: (155,234,210)

Color info

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

RGB color model

#9BEAD2 color RGB value is (155,234,210).

RGB: (155,234,210) (61%, 92%, 82%)

RGB channels and saturation

R 155 of 255 = 61%
G 234 of 255 = 92%
B 210 of 255 = 82%

155
234
210

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

Portions of RGB colors in percentages

R + G + B = 155 + 234 + 210 = 599 (100%)
R 155 of 599 ~ 25.88%
G 234 of 599 ~ 39.07%
B 210 of 599 ~ 35.06'%

%25.88
%39.07
%35.06

CMYK color model

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

  • cyan value is 33.76%
  • magenta value is 0.00%
  • yellow value is 10.26%
  • key color value is 8.24%
CMYK: (34,0,10,8) C34M0Y10K8 (34%,0%,10%,8%) (0.34/0.00/0.10/0.08) 

CMYK percentages

%33.76
%0
%10.26
%8.24

Codes

Color #9BEAD2 in popluar color models

9B EA D2
RGB 155 234 210
HSL 162° 65.29% 76.27%
HSB/HSV 162° 33.76% 91.76%
CMYK 33.76% 0.00% 10.26%
8.24%

Color #9BEAD2 in popluar number systems.

HEX 9B EA D2
Decimal 155 234 210
Binary 10011011 11101010 11010010
Octal 233 352 322

Shades and tints

Shades of #9BEAD2

#9BEAD2
(155,234,210)
#8DD5BF
(141,213,191)
#7FC0AC
(127,192,172)
#71AB99
(113,171,153)
#639686
(99,150,134)
#558173
(85,129,115)
#476C60
(71,108,96)
#39574D
(57,87,77)
#2B423A
(43,66,58)
#1D2D27
(29,45,39)
#0F1814
(15,24,20)
#000000
(0,0,0)

Tints of #9BEAD2

#9BEAD2
(155,234,210)
#A4EBD6
(164,235,214)
#ADECDA
(173,236,218)
#B6EDDE
(182,237,222)
#BFEEE2
(191,238,226)
#C8EFE6
(200,239,230)
#D1F0EA
(209,240,234)
#DAF1EE
(218,241,238)
#E3F2F2
(227,242,242)
#ECF3F6
(236,243,246)
#F5F4FA
(245,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #9BEAD2; }

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

This text font color is #9BEAD2.

Background Color

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

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

This div background color is #9BEAD2.

Border color

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

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

This div border color is #9BEAD2.

Opacity

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

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

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

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

This text has shadow with #9BEAD2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9BEAD2.

Preview

Color preview on black background

This text has color #9BEAD2 on black background.


Color preview on white background

This text has color #9BEAD2 on white background.


Black color preview on #9BEAD2 background

This text has black color on #9BEAD2 background.


White color preview on #9BEAD2 background

This text has white color on #9BEAD2 background.


Related colors

Complementary color

Complementary color for #hex is #64152D.


I love getcolorcode.com

Triadic colors

1 #D29BEA and #EAD29B with #9BEAD2 are triadic colors.

2 #D2EA9B and #EA9BD2 with #9BEAD2 are triadic colors.