COLOR #B9CEBD

HEX: #B9CEBD RGB: (185,206,189)

Color info

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

RGB color model

#B9CEBD color RGB value is (185,206,189).

RGB: (185,206,189) (73%, 81%, 74%)

RGB channels and saturation

R 185 of 255 = 73%
G 206 of 255 = 81%
B 189 of 255 = 74%

185
206
189

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

Portions of RGB colors in percentages

R + G + B = 185 + 206 + 189 = 580 (100%)
R 185 of 580 ~ 31.9%
G 206 of 580 ~ 35.52%
B 189 of 580 ~ 32.59'%

%31.9
%35.52
%32.59

CMYK color model

#B9CEBD color CMYK value is (10,0,8,19).

  • cyan value is 10.19%
  • magenta value is 0.00%
  • yellow value is 8.25%
  • key color value is 19.22%

CMYK: (10,0,8,19)
C10M0Y8K19 (10%, 0%, 8%, 19%)
(0.10 / 0.00 / 0.08 / 0.19)

CMYK percentages

%10.19
%0
%8.25
%19.22

Codes

Color #B9CEBD in popluar color models

B9 CE BD
RGB 185 206 189
HSL 131° 17.65% 76.67%
HSB/HSV 131° 10.19% 80.78%
CMYK 10.19% 0.00% 8.25%
19.22%

Color #B9CEBD in popluar number systems.

HEX B9 CE BD
Decimal 185 206 189
Binary 10111001 11001110 10111101
Octal 271 316 275

Shades and tints

Shades of #B9CEBD

#B9CEBD
(185,206,189)
#A9BCAC
(169,188,172)
#99AA9B
(153,170,155)
#89988A
(137,152,138)
#798679
(121,134,121)
#697468
(105,116,104)
#596257
(89,98,87)
#495046
(73,80,70)
#393E35
(57,62,53)
#292C24
(41,44,36)
#191A13
(25,26,19)
#000000
(0,0,0)

Tints of #B9CEBD

#B9CEBD
(185,206,189)
#BFD2C3
(191,210,195)
#C5D6C9
(197,214,201)
#CBDACF
(203,218,207)
#D1DED5
(209,222,213)
#D7E2DB
(215,226,219)
#DDE6E1
(221,230,225)
#E3EAE7
(227,234,231)
#E9EEED
(233,238,237)
#EFF2F3
(239,242,243)
#F5F6F9
(245,246,249)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9CEBD color. Also use rgb(185,206,189) instead hex code.

Text Font Color

.myTextColor { color: #B9CEBD; }

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

This text font color is #B9CEBD.

Background Color

.myBgColor { background-color: #B9CEBD; }

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

This div background color is #B9CEBD.

Border color

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

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

This div border color is #B9CEBD.

Opacity

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

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

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

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

This text has shadow with #B9CEBD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9CEBD.

Preview

Color preview on black background

This text has color #B9CEBD on black background.


Color preview on white background

This text has color #B9CEBD on white background.


Black color preview on #B9CEBD background

This text has black color on #B9CEBD background.


White color preview on #B9CEBD background

This text has white color on #B9CEBD background.


Related colors

Complementary color

Complementary color for #hex is #463142.


I love getcolorcode.com

Triadic colors

1 #BDB9CE and #CEBDB9 with #B9CEBD are triadic colors.

2 #BDCEB9 and #CEB9BD with #B9CEBD are triadic colors.