COLOR #9BE1DD

HEX: #9BE1DD RGB: (155,225,221)

Color info

#9BE1DD contains mainly green and blue colors. Web safe color of #9BE1DD is #99CCCC (or #9CC).

RGB color model

#9BE1DD color RGB value is (155,225,221).

RGB: (155,225,221) (61%, 88%, 87%)

RGB channels and saturation

R 155 of 255 = 61%
G 225 of 255 = 88%
B 221 of 255 = 87%

155
225
221

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

Portions of RGB colors in percentages

R + G + B = 155 + 225 + 221 = 601 (100%)
R 155 of 601 ~ 25.79%
G 225 of 601 ~ 37.44%
B 221 of 601 ~ 36.77'%

%25.79
%37.44
%36.77

CMYK color model

#9BE1DD color CMYK value is (31,0,2,12).

  • cyan value is 31.11%
  • magenta value is 0.00%
  • yellow value is 1.78%
  • key color value is 11.76%
CMYK: (31,0,2,12) C31M0Y2K12 (31%,0%,2%,12%) (0.31/0.00/0.02/0.12) 

CMYK percentages

%31.11
%0
%1.78
%11.76

Codes

Color #9BE1DD in popluar color models

9B E1 DD
RGB 155 225 221
HSL 177° 53.85% 74.51%
HSB/HSV 177° 31.11% 88.24%
CMYK 31.11% 0.00% 1.78%
11.76%

Color #9BE1DD in popluar number systems.

HEX 9B E1 DD
Decimal 155 225 221
Binary 10011011 11100001 11011101
Octal 233 341 335

Shades and tints

Shades of #9BE1DD

#9BE1DD
(155,225,221)
#8DCDC9
(141,205,201)
#7FB9B5
(127,185,181)
#71A5A1
(113,165,161)
#63918D
(99,145,141)
#557D79
(85,125,121)
#476965
(71,105,101)
#395551
(57,85,81)
#2B413D
(43,65,61)
#1D2D29
(29,45,41)
#0F1915
(15,25,21)
#000000
(0,0,0)

Tints of #9BE1DD

#9BE1DD
(155,225,221)
#A4E3E0
(164,227,224)
#ADE5E3
(173,229,227)
#B6E7E6
(182,231,230)
#BFE9E9
(191,233,233)
#C8EBEC
(200,235,236)
#D1EDEF
(209,237,239)
#DAEFF2
(218,239,242)
#E3F1F5
(227,241,245)
#ECF3F8
(236,243,248)
#F5F5FB
(245,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BE1DD color. Also use rgb(155,225,221) instead hex code.

Text Font Color

.myTextColor { color: #9BE1DD; }

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

This text font color is #9BE1DD.

Background Color

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

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

This div background color is #9BE1DD.

Border color

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

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

This div border color is #9BE1DD.

Opacity

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

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

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

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

This text has shadow with #9BE1DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9BE1DD.

Preview

Color preview on black background

This text has color #9BE1DD on black background.


Color preview on white background

This text has color #9BE1DD on white background.


Black color preview on #9BE1DD background

This text has black color on #9BE1DD background.


White color preview on #9BE1DD background

This text has white color on #9BE1DD background.


Related colors

Complementary color

Complementary color for #hex is #641E22.


I love getcolorcode.com

Triadic colors

1 #DD9BE1 and #E1DD9B with #9BE1DD are triadic colors.

2 #DDE19B and #E19BDD with #9BE1DD are triadic colors.