COLOR #BCCEA6

HEX: #BCCEA6
RGB: (188,206,166)

Color info

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

RGB color model

#BCCEA6 color RGB value is (188,206,166).

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

RGB channels and saturation

R 188 of 255 = 74%
G 206 of 255 = 81%
B 166 of 255 = 65%

188
206
166

R + G + B ~ 73%. #BCCEA6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 206 + 166 = 560 (100%)
R 188 of 560 ~ 33.57%
G 206 of 560 ~ 36.79%
B 166 of 560 ~ 29.64%

%33.57
%36.79
%29.64

CMYK color model

#BCCEA6 color CMYK value is (9,0,19,19).

  • cyan value is 8.74%
  • magenta value is 0.00%
  • yellow value is 19.42%
  • key color value is 19.22%
CMYK:
(9,0,19,19)
C9M0Y19K19 
(9%,0%,19%,19%)
(0.09/0.00/0.19/0.19)	

CMYK percentages

%8.74
%0
%19.42
%19.22

Codes

Color #BCCEA6 in popluar color models

BCCEA6
RGB188206166
HSL87°28.99%72.94%
HSB/HSV87°19.42%80.78%
CMYK8.74%0.00%19.42%
19.22%

Color #BCCEA6 in popluar number systems.

HEXBCCEA6
Decimal188206166
Binary101111001100111010100110
Octal274316246

Shades and tints

Shades of #BCCEA6

#BCCEA6
(188,206,166)
#ABBC97
(171,188,151)
#9AAA88
(154,170,136)
#899879
(137,152,121)
#78866A
(120,134,106)
#67745B
(103,116,91)
#56624C
(86,98,76)
#45503D
(69,80,61)
#343E2E
(52,62,46)
#232C1F
(35,44,31)
#121A10
(18,26,16)
#000000
(0,0,0)

Tints of #BCCEA6

#BCCEA6
(188,206,166)
#C2D2AE
(194,210,174)
#C8D6B6
(200,214,182)
#CEDABE
(206,218,190)
#D4DEC6
(212,222,198)
#DAE2CE
(218,226,206)
#E0E6D6
(224,230,214)
#E6EADE
(230,234,222)
#ECEEE6
(236,238,230)
#F2F2EE
(242,242,238)
#F8F6F6
(248,246,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BCCEA6; }

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

This text font color is #BCCEA6.


Background Color

.myBgColor { background-color: #BCCEA6; }

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

This div background color is #BCCEA6.


Border color

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

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

This div border color is #BCCEA6.


Opacity

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

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

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

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

This text has shadow with #BCCEA6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCCEA6 on black background.


Color preview on white background

This text has color #BCCEA6 on white background.



Black color preview on #BCCEA6 background

This text has black color on #BCCEA6 background.


White color preview on #BCCEA6 background

This text has white color on #BCCEA6 background.