COLOR #BCD7A9

HEX: #BCD7A9
RGB: (188,215,169)

Color info

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

RGB color model

#BCD7A9 color RGB value is (188,215,169).

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

RGB channels and saturation

R 188 of 255 = 74%
G 215 of 255 = 84%
B 169 of 255 = 66%

188
215
169

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

Portions of RGB colors in percentages

R + G + B =
188 + 215 + 169 = 572 (100%)
R 188 of 572 ~ 32.87%
G 215 of 572 ~ 37.59%
B 169 of 572 ~ 29.55%

%32.87
%37.59
%29.55

CMYK color model

#BCD7A9 color CMYK value is (13,0,21,16).

  • cyan value is 12.56%
  • magenta value is 0.00%
  • yellow value is 21.40%
  • key color value is 15.69%
CMYK:
(13,0,21,16)
C13M0Y21K16 
(13%,0%,21%,16%)
(0.13/0.00/0.21/0.16)	

CMYK percentages

%12.56
%0
%21.4
%15.69

Codes

Color #BCD7A9 in popluar color models

BCD7A9
RGB188215169
HSL95°36.51%75.29%
HSB/HSV95°21.40%84.31%
CMYK12.56%0.00%21.40%
15.69%

Color #BCD7A9 in popluar number systems.

HEXBCD7A9
Decimal188215169
Binary101111001101011110101001
Octal274327251

Shades and tints

Shades of #BCD7A9

#BCD7A9
(188,215,169)
#ABC49A
(171,196,154)
#9AB18B
(154,177,139)
#899E7C
(137,158,124)
#788B6D
(120,139,109)
#67785E
(103,120,94)
#56654F
(86,101,79)
#455240
(69,82,64)
#343F31
(52,63,49)
#232C22
(35,44,34)
#121913
(18,25,19)
#000000
(0,0,0)

Tints of #BCD7A9

#BCD7A9
(188,215,169)
#C2DAB0
(194,218,176)
#C8DDB7
(200,221,183)
#CEE0BE
(206,224,190)
#D4E3C5
(212,227,197)
#DAE6CC
(218,230,204)
#E0E9D3
(224,233,211)
#E6ECDA
(230,236,218)
#ECEFE1
(236,239,225)
#F2F2E8
(242,242,232)
#F8F5EF
(248,245,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCD7A9; }

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

This text font color is #BCD7A9.


Background Color

.myBgColor { background-color: #BCD7A9; }

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

This div background color is #BCD7A9.


Border color

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

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

This div border color is #BCD7A9.


Opacity

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

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

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

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

This text has shadow with #BCD7A9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCD7A9 on black background.


Color preview on white background

This text has color #BCD7A9 on white background.



Black color preview on #BCD7A9 background

This text has black color on #BCD7A9 background.


White color preview on #BCD7A9 background

This text has white color on #BCD7A9 background.