COLOR #BCDBA9

HEX: #BCDBA9
RGB: (188,219,169)

Color info

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

RGB color model

#BCDBA9 color RGB value is (188,219,169).

  • red value is 188;
  • green value is 219;
  • blue value is 169.
RGB:
(188,219,169)
(74%,86%,66%)

RGB channels and saturation

R 188 of 255 = 74%
G 219 of 255 = 86%
B 169 of 255 = 66%

188
219
169

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

Portions of RGB colors in percentages

R + G + B =
188 + 219 + 169 = 576 (100%)
R 188 of 576 ~ 32.64%
G 219 of 576 ~ 38.02%
B 169 of 576 ~ 29.34%

%32.64
%38.02
%29.34

CMYK color model

#BCDBA9 color CMYK value is (14,0,23,14).

  • cyan value is 14.16%
  • magenta value is 0.00%
  • yellow value is 22.83%
  • key color value is 14.12%
CMYK:
(14,0,23,14)
C14M0Y23K14 
(14%,0%,23%,14%)
(0.14/0.00/0.23/0.14)	

CMYK percentages

%14.16
%0
%22.83
%14.12

Codes

Color #BCDBA9 in popluar color models

BCDBA9
RGB188219169
HSL97°40.98%76.08%
HSB/HSV97°22.83%85.88%
CMYK14.16%0.00%22.83%
14.12%

Color #BCDBA9 in popluar number systems.

HEXBCDBA9
Decimal188219169
Binary101111001101101110101001
Octal274333251

Shades and tints

Shades of #BCDBA9

#BCDBA9
(188,219,169)
#ABC89A
(171,200,154)
#9AB58B
(154,181,139)
#89A27C
(137,162,124)
#788F6D
(120,143,109)
#677C5E
(103,124,94)
#56694F
(86,105,79)
#455640
(69,86,64)
#344331
(52,67,49)
#233022
(35,48,34)
#121D13
(18,29,19)
#000000
(0,0,0)

Tints of #BCDBA9

#BCDBA9
(188,219,169)
#C2DEB0
(194,222,176)
#C8E1B7
(200,225,183)
#CEE4BE
(206,228,190)
#D4E7C5
(212,231,197)
#DAEACC
(218,234,204)
#E0EDD3
(224,237,211)
#E6F0DA
(230,240,218)
#ECF3E1
(236,243,225)
#F2F6E8
(242,246,232)
#F8F9EF
(248,249,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCDBA9 color. Also use rgb(188,219,169) instead hex code.

Text Font Color

.myTextColor { color: #BCDBA9; }

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

This text font color is #BCDBA9.


Background Color

.myBgColor { background-color: #BCDBA9; }

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

This div background color is #BCDBA9.


Border color

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

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

This div border color is #BCDBA9.


Opacity

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

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

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

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

This text has shadow with #BCDBA9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCDBA9 on black background.


Color preview on white background

This text has color #BCDBA9 on white background.



Black color preview on #BCDBA9 background

This text has black color on #BCDBA9 background.


White color preview on #BCDBA9 background

This text has white color on #BCDBA9 background.