COLOR #B9DBC5

HEX: #B9DBC5 RGB: (185,219,197)

Color info

#B9DBC5 contains red, green and blue colors in about the same proportion. Web safe color of #B9DBC5 is #CCCCCC (or #CCC).

RGB color model

#B9DBC5 color RGB value is (185,219,197).

RGB: (185,219,197) (73%, 86%, 77%)

RGB channels and saturation

R 185 of 255 = 73%
G 219 of 255 = 86%
B 197 of 255 = 77%

185
219
197

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

Portions of RGB colors in percentages

R + G + B = 185 + 219 + 197 = 601 (100%)
R 185 of 601 ~ 30.78%
G 219 of 601 ~ 36.44%
B 197 of 601 ~ 32.78'%

%30.78
%36.44
%32.78

CMYK color model

#B9DBC5 color CMYK value is (16,0,10,14).

  • cyan value is 15.53%
  • magenta value is 0.00%
  • yellow value is 10.05%
  • key color value is 14.12%

CMYK: (16,0,10,14)
C16M0Y10K14 (16%, 0%, 10%, 14%)
(0.16 / 0.00 / 0.10 / 0.14)

CMYK percentages

%15.53
%0
%10.05
%14.12

Codes

Color #B9DBC5 in popluar color models

B9 DB C5
RGB 185 219 197
HSL 141° 32.08% 79.22%
HSB/HSV 141° 15.53% 85.88%
CMYK 15.53% 0.00% 10.05%
14.12%

Color #B9DBC5 in popluar number systems.

HEX B9 DB C5
Decimal 185 219 197
Binary 10111001 11011011 11000101
Octal 271 333 305

Shades and tints

Shades of #B9DBC5

#B9DBC5
(185,219,197)
#A9C8B4
(169,200,180)
#99B5A3
(153,181,163)
#89A292
(137,162,146)
#798F81
(121,143,129)
#697C70
(105,124,112)
#59695F
(89,105,95)
#49564E
(73,86,78)
#39433D
(57,67,61)
#29302C
(41,48,44)
#191D1B
(25,29,27)
#000000
(0,0,0)

Tints of #B9DBC5

#B9DBC5
(185,219,197)
#BFDECA
(191,222,202)
#C5E1CF
(197,225,207)
#CBE4D4
(203,228,212)
#D1E7D9
(209,231,217)
#D7EADE
(215,234,222)
#DDEDE3
(221,237,227)
#E3F0E8
(227,240,232)
#E9F3ED
(233,243,237)
#EFF6F2
(239,246,242)
#F5F9F7
(245,249,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9DBC5 color. Also use rgb(185,219,197) instead hex code.

Text Font Color

.myTextColor { color: #B9DBC5; }

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

This text font color is #B9DBC5.

Background Color

.myBgColor { background-color: #B9DBC5; }

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

This div background color is #B9DBC5.

Border color

.myBorderColor { border: 1px solid #B9DBC5; }

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

This div border color is #B9DBC5.

Opacity

.myOpacity80 { color: #B9DBC5; opacity: 0.8; }

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

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

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

This text has shadow with #B9DBC5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9DBC5.

Preview

Color preview on black background

This text has color #B9DBC5 on black background.


Color preview on white background

This text has color #B9DBC5 on white background.


Black color preview on #B9DBC5 background

This text has black color on #B9DBC5 background.


White color preview on #B9DBC5 background

This text has white color on #B9DBC5 background.


Related colors

Complementary color

Complementary color for #hex is #46243A.


I love getcolorcode.com

Triadic colors

1 #C5B9DB and #DBC5B9 with #B9DBC5 are triadic colors.

2 #C5DBB9 and #DBB9C5 with #B9DBC5 are triadic colors.