COLOR #BCCAA3

HEX: #BCCAA3
RGB: (188,202,163)

Color info

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

RGB color model

#BCCAA3 color RGB value is (188,202,163).

  • red value is 188;
  • green value is 202;
  • blue value is 163.
RGB:
(188,202,163)
(74%,79%,64%)

RGB channels and saturation

R 188 of 255 = 74%
G 202 of 255 = 79%
B 163 of 255 = 64%

188
202
163

R + G + B ~ 72%. #BCCAA3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 202 + 163 = 553 (100%)
R 188 of 553 ~ 34%
G 202 of 553 ~ 36.53%
B 163 of 553 ~ 29.48%

%34
%36.53
%29.48

CMYK color model

#BCCAA3 color CMYK value is (7,0,19,21).

  • cyan value is 6.93%
  • magenta value is 0.00%
  • yellow value is 19.31%
  • key color value is 20.78%
CMYK:
(7,0,19,21)
C7M0Y19K21 
(7%,0%,19%,21%)
(0.07/0.00/0.19/0.21)	

CMYK percentages

%6.93
%0
%19.31
%20.78

Codes

Color #BCCAA3 in popluar color models

BCCAA3
RGB188202163
HSL82°26.90%71.57%
HSB/HSV82°19.31%79.22%
CMYK6.93%0.00%19.31%
20.78%

Color #BCCAA3 in popluar number systems.

HEXBCCAA3
Decimal188202163
Binary101111001100101010100011
Octal274312243

Shades and tints

Shades of #BCCAA3

#BCCAA3
(188,202,163)
#ABB895
(171,184,149)
#9AA687
(154,166,135)
#899479
(137,148,121)
#78826B
(120,130,107)
#67705D
(103,112,93)
#565E4F
(86,94,79)
#454C41
(69,76,65)
#343A33
(52,58,51)
#232825
(35,40,37)
#121617
(18,22,23)
#000000
(0,0,0)

Tints of #BCCAA3

#BCCAA3
(188,202,163)
#C2CEAB
(194,206,171)
#C8D2B3
(200,210,179)
#CED6BB
(206,214,187)
#D4DAC3
(212,218,195)
#DADECB
(218,222,203)
#E0E2D3
(224,226,211)
#E6E6DB
(230,230,219)
#ECEAE3
(236,234,227)
#F2EEEB
(242,238,235)
#F8F2F3
(248,242,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCCAA3 color. Also use rgb(188,202,163) instead hex code.

Text Font Color

.myTextColor { color: #BCCAA3; }

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

This text font color is #BCCAA3.


Background Color

.myBgColor { background-color: #BCCAA3; }

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

This div background color is #BCCAA3.


Border color

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

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

This div border color is #BCCAA3.


Opacity

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

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

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

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

This text has shadow with #BCCAA3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCCAA3 on black background.


Color preview on white background

This text has color #BCCAA3 on white background.



Black color preview on #BCCAA3 background

This text has black color on #BCCAA3 background.


White color preview on #BCCAA3 background

This text has white color on #BCCAA3 background.