COLOR #B9D0B7

HEX: #B9D0B7 RGB: (185,208,183)

Color info

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

RGB color model

#B9D0B7 color RGB value is (185,208,183).

RGB: (185,208,183) (73%, 82%, 72%)

RGB channels and saturation

R 185 of 255 = 73%
G 208 of 255 = 82%
B 183 of 255 = 72%

185
208
183

R + G + B ~ 76%. #B9D0B7 is quite light color.

Portions of RGB colors in percentages

R + G + B = 185 + 208 + 183 = 576 (100%)
R 185 of 576 ~ 32.12%
G 208 of 576 ~ 36.11%
B 183 of 576 ~ 31.77'%

%32.12
%36.11
%31.77

CMYK color model

#B9D0B7 color CMYK value is (11,0,12,18).

  • cyan value is 11.06%
  • magenta value is 0.00%
  • yellow value is 12.02%
  • key color value is 18.43%

CMYK: (11,0,12,18)
C11M0Y12K18 (11%, 0%, 12%, 18%)
(0.11 / 0.00 / 0.12 / 0.18)

CMYK percentages

%11.06
%0
%12.02
%18.43

Codes

Color #B9D0B7 in popluar color models

B9 D0 B7
RGB 185 208 183
HSL 115° 21.01% 76.67%
HSB/HSV 115° 12.02% 81.57%
CMYK 11.06% 0.00% 12.02%
18.43%

Color #B9D0B7 in popluar number systems.

HEX B9 D0 B7
Decimal 185 208 183
Binary 10111001 11010000 10110111
Octal 271 320 267

Shades and tints

Shades of #B9D0B7

#B9D0B7
(185,208,183)
#A9BEA7
(169,190,167)
#99AC97
(153,172,151)
#899A87
(137,154,135)
#798877
(121,136,119)
#697667
(105,118,103)
#596457
(89,100,87)
#495247
(73,82,71)
#394037
(57,64,55)
#292E27
(41,46,39)
#191C17
(25,28,23)
#000000
(0,0,0)

Tints of #B9D0B7

#B9D0B7
(185,208,183)
#BFD4BD
(191,212,189)
#C5D8C3
(197,216,195)
#CBDCC9
(203,220,201)
#D1E0CF
(209,224,207)
#D7E4D5
(215,228,213)
#DDE8DB
(221,232,219)
#E3ECE1
(227,236,225)
#E9F0E7
(233,240,231)
#EFF4ED
(239,244,237)
#F5F8F3
(245,248,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9D0B7 color. Also use rgb(185,208,183) instead hex code.

Text Font Color

.myTextColor { color: #B9D0B7; }

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

This text font color is #B9D0B7.

Background Color

.myBgColor { background-color: #B9D0B7; }

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

This div background color is #B9D0B7.

Border color

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

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

This div border color is #B9D0B7.

Opacity

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

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

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

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

This text has shadow with #B9D0B7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9D0B7.

Preview

Color preview on black background

This text has color #B9D0B7 on black background.


Color preview on white background

This text has color #B9D0B7 on white background.


Black color preview on #B9D0B7 background

This text has black color on #B9D0B7 background.


White color preview on #B9D0B7 background

This text has white color on #B9D0B7 background.


Related colors

Complementary color

Complementary color for #hex is #462F48.


I love getcolorcode.com

Triadic colors

1 #B7B9D0 and #D0B7B9 with #B9D0B7 are triadic colors.

2 #B7D0B9 and #D0B9B7 with #B9D0B7 are triadic colors.