COLOR #9BDAC5

HEX: #9BDAC5 RGB: (155,218,197)

Color info

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

RGB color model

#9BDAC5 color RGB value is (155,218,197).

RGB: (155,218,197) (61%, 85%, 77%)

RGB channels and saturation

R 155 of 255 = 61%
G 218 of 255 = 85%
B 197 of 255 = 77%

155
218
197

R + G + B ~ 74%. #9BDAC5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 155 + 218 + 197 = 570 (100%)
R 155 of 570 ~ 27.19%
G 218 of 570 ~ 38.25%
B 197 of 570 ~ 34.56'%

%27.19
%38.25
%34.56

CMYK color model

#9BDAC5 color CMYK value is (29,0,10,15).

  • cyan value is 28.90%
  • magenta value is 0.00%
  • yellow value is 9.63%
  • key color value is 14.51%

CMYK: (29,0,10,15)
C29M0Y10K15 (29%, 0%, 10%, 15%)
(0.29 / 0.00 / 0.10 / 0.15)

CMYK percentages

%28.9
%0
%9.63
%14.51

Codes

Color #9BDAC5 in popluar color models

9B DA C5
RGB 155 218 197
HSL 160° 45.99% 73.14%
HSB/HSV 160° 28.90% 85.49%
CMYK 28.90% 0.00% 9.63%
14.51%

Color #9BDAC5 in popluar number systems.

HEX 9B DA C5
Decimal 155 218 197
Binary 10011011 11011010 11000101
Octal 233 332 305

Shades and tints

Shades of #9BDAC5

#9BDAC5
(155,218,197)
#8DC7B4
(141,199,180)
#7FB4A3
(127,180,163)
#71A192
(113,161,146)
#638E81
(99,142,129)
#557B70
(85,123,112)
#47685F
(71,104,95)
#39554E
(57,85,78)
#2B423D
(43,66,61)
#1D2F2C
(29,47,44)
#0F1C1B
(15,28,27)
#000000
(0,0,0)

Tints of #9BDAC5

#9BDAC5
(155,218,197)
#A4DDCA
(164,221,202)
#ADE0CF
(173,224,207)
#B6E3D4
(182,227,212)
#BFE6D9
(191,230,217)
#C8E9DE
(200,233,222)
#D1ECE3
(209,236,227)
#DAEFE8
(218,239,232)
#E3F2ED
(227,242,237)
#ECF5F2
(236,245,242)
#F5F8F7
(245,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #9BDAC5 color. Also use rgb(155,218,197) instead hex code.

Text Font Color

.myTextColor { color: #9BDAC5; }

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

This text font color is #9BDAC5.

Background Color

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

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

This div background color is #9BDAC5.

Border color

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

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

This div border color is #9BDAC5.

Opacity

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

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

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

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

This text has shadow with #9BDAC5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #9BDAC5.

Preview

Color preview on black background

This text has color #9BDAC5 on black background.


Color preview on white background

This text has color #9BDAC5 on white background.


Black color preview on #9BDAC5 background

This text has black color on #9BDAC5 background.


White color preview on #9BDAC5 background

This text has white color on #9BDAC5 background.


Related colors

Complementary color

Complementary color for #hex is #64253A.


I love getcolorcode.com

Triadic colors

1 #C59BDA and #DAC59B with #9BDAC5 are triadic colors.

2 #C5DA9B and #DA9BC5 with #9BDAC5 are triadic colors.