COLOR #BCD0A6

HEX: #BCD0A6
RGB: (188,208,166)

Color info

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

RGB color model

#BCD0A6 color RGB value is (188,208,166).

  • red value is 188;
  • green value is 208;
  • blue value is 166.
RGB:
(188,208,166)
(74%,82%,65%)

RGB channels and saturation

R 188 of 255 = 74%
G 208 of 255 = 82%
B 166 of 255 = 65%

188
208
166

R + G + B ~ 74%. #BCD0A6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 208 + 166 = 562 (100%)
R 188 of 562 ~ 33.45%
G 208 of 562 ~ 37.01%
B 166 of 562 ~ 29.54%

%33.45
%37.01
%29.54

CMYK color model

#BCD0A6 color CMYK value is (10,0,20,18).

  • cyan value is 9.62%
  • magenta value is 0.00%
  • yellow value is 20.19%
  • key color value is 18.43%
CMYK:
(10,0,20,18)
C10M0Y20K18 
(10%,0%,20%,18%)
(0.10/0.00/0.20/0.18)	

CMYK percentages

%9.62
%0
%20.19
%18.43

Codes

Color #BCD0A6 in popluar color models

BCD0A6
RGB188208166
HSL89°30.88%73.33%
HSB/HSV89°20.19%81.57%
CMYK9.62%0.00%20.19%
18.43%

Color #BCD0A6 in popluar number systems.

HEXBCD0A6
Decimal188208166
Binary101111001101000010100110
Octal274320246

Shades and tints

Shades of #BCD0A6

#BCD0A6
(188,208,166)
#ABBE97
(171,190,151)
#9AAC88
(154,172,136)
#899A79
(137,154,121)
#78886A
(120,136,106)
#67765B
(103,118,91)
#56644C
(86,100,76)
#45523D
(69,82,61)
#34402E
(52,64,46)
#232E1F
(35,46,31)
#121C10
(18,28,16)
#000000
(0,0,0)

Tints of #BCD0A6

#BCD0A6
(188,208,166)
#C2D4AE
(194,212,174)
#C8D8B6
(200,216,182)
#CEDCBE
(206,220,190)
#D4E0C6
(212,224,198)
#DAE4CE
(218,228,206)
#E0E8D6
(224,232,214)
#E6ECDE
(230,236,222)
#ECF0E6
(236,240,230)
#F2F4EE
(242,244,238)
#F8F8F6
(248,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCD0A6 color. Also use rgb(188,208,166) instead hex code.

Text Font Color

.myTextColor { color: #BCD0A6; }

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

This text font color is #BCD0A6.


Background Color

.myBgColor { background-color: #BCD0A6; }

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

This div background color is #BCD0A6.


Border color

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

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

This div border color is #BCD0A6.


Opacity

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

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

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

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

This text has shadow with #BCD0A6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCD0A6 on black background.


Color preview on white background

This text has color #BCD0A6 on white background.



Black color preview on #BCD0A6 background

This text has black color on #BCD0A6 background.


White color preview on #BCD0A6 background

This text has white color on #BCD0A6 background.