COLOR #BCADAB

HEX: #BCADAB
RGB: (188,173,171)

Color info

#BCADAB contains red, green and blue colors in about the same proportion. Web safe color of #BCADAB is #CC9999 (or #C99).

RGB color model

#BCADAB color RGB value is (188,173,171).

  • red value is 188;
  • green value is 173;
  • blue value is 171.
RGB:
(188,173,171)
(74%,68%,67%)

RGB channels and saturation

R 188 of 255 = 74%
G 173 of 255 = 68%
B 171 of 255 = 67%

188
173
171

R + G + B ~ 70%. #BCADAB is quite light color.

Portions of RGB colors in percentages

R + G + B =
188 + 173 + 171 = 532 (100%)
R 188 of 532 ~ 35.34%
G 173 of 532 ~ 32.52%
B 171 of 532 ~ 32.14%

%35.34
%32.52
%32.14

CMYK color model

#BCADAB color CMYK value is (0,8,9,26).

  • cyan value is 0.00%
  • magenta value is 7.98%
  • yellow value is 9.04%
  • key color value is 26.27%
CMYK:
(0,8,9,26)
C0M8Y9K26 
(0%,8%,9%,26%)
(0.00/0.08/0.09/0.26)	

CMYK percentages

%0
%7.98
%9.04
%26.27

Codes

Color #BCADAB in popluar color models

BCADAB
RGB188173171
HSL11.26%70.39%
HSB/HSV9.04%73.73%
CMYK0.00%7.98%9.04%
26.27%

Color #BCADAB in popluar number systems.

HEXBCADAB
Decimal188173171
Binary101111001010110110101011
Octal274255253

Shades and tints

Shades of #BCADAB

#BCADAB
(188,173,171)
#AB9E9C
(171,158,156)
#9A8F8D
(154,143,141)
#89807E
(137,128,126)
#78716F
(120,113,111)
#676260
(103,98,96)
#565351
(86,83,81)
#454442
(69,68,66)
#343533
(52,53,51)
#232624
(35,38,36)
#121715
(18,23,21)
#000000
(0,0,0)

Tints of #BCADAB

#BCADAB
(188,173,171)
#C2B4B2
(194,180,178)
#C8BBB9
(200,187,185)
#CEC2C0
(206,194,192)
#D4C9C7
(212,201,199)
#DAD0CE
(218,208,206)
#E0D7D5
(224,215,213)
#E6DEDC
(230,222,220)
#ECE5E3
(236,229,227)
#F2ECEA
(242,236,234)
#F8F3F1
(248,243,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BCADAB color. Also use rgb(188,173,171) instead hex code.

Text Font Color

.myTextColor { color: #BCADAB; }

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

This text font color is #BCADAB.


Background Color

.myBgColor { background-color: #BCADAB; }

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

This div background color is #BCADAB.


Border color

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

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

This div border color is #BCADAB.


Opacity

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

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

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

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

This text has shadow with #BCADAB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BCADAB on black background.


Color preview on white background

This text has color #BCADAB on white background.



Black color preview on #BCADAB background

This text has black color on #BCADAB background.


White color preview on #BCADAB background

This text has white color on #BCADAB background.