COLOR #B9DCA5

HEX: #B9DCA5
RGB: (185,220,165)

Color info

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

RGB color model

#B9DCA5 color RGB value is (185,220,165).

  • red value is 185;
  • green value is 220;
  • blue value is 165.
RGB:
(185,220,165)
(73%,86%,65%)

RGB channels and saturation

R 185 of 255 = 73%
G 220 of 255 = 86%
B 165 of 255 = 65%

185
220
165

R + G + B ~ 75%. #B9DCA5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
185 + 220 + 165 = 570 (100%)
R 185 of 570 ~ 32.46%
G 220 of 570 ~ 38.6%
B 165 of 570 ~ 28.95%

%32.46
%38.6
%28.95

CMYK color model

#B9DCA5 color CMYK value is (16,0,25,14).

  • cyan value is 15.91%
  • magenta value is 0.00%
  • yellow value is 25.00%
  • key color value is 13.73%
CMYK:
(16,0,25,14)
C16M0Y25K14 
(16%,0%,25%,14%)
(0.16/0.00/0.25/0.14)	

CMYK percentages

%15.91
%0
%25
%13.73

Codes

Color #B9DCA5 in popluar color models

B9DCA5
RGB185220165
HSL98°44.00%75.49%
HSB/HSV98°25.00%86.27%
CMYK15.91%0.00%25.00%
13.73%

Color #B9DCA5 in popluar number systems.

HEXB9DCA5
Decimal185220165
Binary101110011101110010100101
Octal271334245

Shades and tints

Shades of #B9DCA5

#B9DCA5
(185,220,165)
#A9C896
(169,200,150)
#99B487
(153,180,135)
#89A078
(137,160,120)
#798C69
(121,140,105)
#69785A
(105,120,90)
#59644B
(89,100,75)
#49503C
(73,80,60)
#393C2D
(57,60,45)
#29281E
(41,40,30)
#19140F
(25,20,15)
#000000
(0,0,0)

Tints of #B9DCA5

#B9DCA5
(185,220,165)
#BFDFAD
(191,223,173)
#C5E2B5
(197,226,181)
#CBE5BD
(203,229,189)
#D1E8C5
(209,232,197)
#D7EBCD
(215,235,205)
#DDEED5
(221,238,213)
#E3F1DD
(227,241,221)
#E9F4E5
(233,244,229)
#EFF7ED
(239,247,237)
#F5FAF5
(245,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B9DCA5 color. Also use rgb(185,220,165) instead hex code.

Text Font Color

.myTextColor { color: #B9DCA5; }

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

This text font color is #B9DCA5.


Background Color

.myBgColor { background-color: #B9DCA5; }

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

This div background color is #B9DCA5.


Border color

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

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

This div border color is #B9DCA5.


Opacity

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

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

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

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

This text has shadow with #B9DCA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B9DCA5 on black background.


Color preview on white background

This text has color #B9DCA5 on white background.



Black color preview on #B9DCA5 background

This text has black color on #B9DCA5 background.


White color preview on #B9DCA5 background

This text has white color on #B9DCA5 background.