COLOR #B9CEA1

HEX: #B9CEA1 RGB: (185,206,161)

Color info

#B9CEA1 contains red, green and blue colors in about the same proportion. Web safe color of #B9CEA1 is #CCCC99 (or #CC9).

RGB color model

#B9CEA1 color RGB value is (185,206,161).

RGB: (185,206,161) (73%, 81%, 63%)

RGB channels and saturation

R 185 of 255 = 73%
G 206 of 255 = 81%
B 161 of 255 = 63%

185
206
161

R + G + B ~ 72%. #B9CEA1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 185 + 206 + 161 = 552 (100%)
R 185 of 552 ~ 33.51%
G 206 of 552 ~ 37.32%
B 161 of 552 ~ 29.17'%

%33.51
%37.32
%29.17

CMYK color model

#B9CEA1 color CMYK value is (10,0,22,19).

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

CMYK: (10,0,22,19)
C10M0Y22K19 (10%, 0%, 22%, 19%)
(0.10 / 0.00 / 0.22 / 0.19)

CMYK percentages

%10.19
%0
%21.84
%19.22

Codes

Color #B9CEA1 in popluar color models

B9 CE A1
RGB 185 206 161
HSL 88° 31.47% 71.96%
HSB/HSV 88° 21.84% 80.78%
CMYK 10.19% 0.00% 21.84%
19.22%

Color #B9CEA1 in popluar number systems.

HEX B9 CE A1
Decimal 185 206 161
Binary 10111001 11001110 10100001
Octal 271 316 241

Shades and tints

Shades of #B9CEA1

#B9CEA1
(185,206,161)
#A9BC93
(169,188,147)
#99AA85
(153,170,133)
#899877
(137,152,119)
#798669
(121,134,105)
#69745B
(105,116,91)
#59624D
(89,98,77)
#49503F
(73,80,63)
#393E31
(57,62,49)
#292C23
(41,44,35)
#191A15
(25,26,21)
#000000
(0,0,0)

Tints of #B9CEA1

#B9CEA1
(185,206,161)
#BFD2A9
(191,210,169)
#C5D6B1
(197,214,177)
#CBDAB9
(203,218,185)
#D1DEC1
(209,222,193)
#D7E2C9
(215,226,201)
#DDE6D1
(221,230,209)
#E3EAD9
(227,234,217)
#E9EEE1
(233,238,225)
#EFF2E9
(239,242,233)
#F5F6F1
(245,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B9CEA1; }

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

This text font color is #B9CEA1.

Background Color

.myBgColor { background-color: #B9CEA1; }

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

This div background color is #B9CEA1.

Border color

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

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

This div border color is #B9CEA1.

Opacity

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

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

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

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

This text has shadow with #B9CEA1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B9CEA1.

Preview

Color preview on black background

This text has color #B9CEA1 on black background.


Color preview on white background

This text has color #B9CEA1 on white background.


Black color preview on #B9CEA1 background

This text has black color on #B9CEA1 background.


White color preview on #B9CEA1 background

This text has white color on #B9CEA1 background.


Related colors

Complementary color

Complementary color for #hex is #46315E.


I love getcolorcode.com

Triadic colors

1 #A1B9CE and #CEA1B9 with #B9CEA1 are triadic colors.

2 #A1CEB9 and #CEB9A1 with #B9CEA1 are triadic colors.