COLOR #BDCAC3

HEX: #BDCAC3
RGB: (189,202,195)

Color info

#BDCAC3 contains red, green and blue colors in about the same proportion. Web safe color of #BDCAC3 is #CCCCCC (or #CCC).

RGB color model

#BDCAC3 color RGB value is (189,202,195).

  • red value is 189;
  • green value is 202;
  • blue value is 195.
RGB:
(189,202,195)
(74%,79%,76%)

RGB channels and saturation

R 189 of 255 = 74%
G 202 of 255 = 79%
B 195 of 255 = 76%

189
202
195

R + G + B ~ 76%. #BDCAC3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 202 + 195 = 586 (100%)
R 189 of 586 ~ 32.25%
G 202 of 586 ~ 34.47%
B 195 of 586 ~ 33.28%

%32.25
%34.47
%33.28

CMYK color model

#BDCAC3 color CMYK value is (6,0,3,21).

  • cyan value is 6.44%
  • magenta value is 0.00%
  • yellow value is 3.47%
  • key color value is 20.78%
CMYK:
(6,0,3,21)
C6M0Y3K21 
(6%,0%,3%,21%)
(0.06/0.00/0.03/0.21)	

CMYK percentages

%6.44
%0
%3.47
%20.78

Codes

Color #BDCAC3 in popluar color models

BDCAC3
RGB189202195
HSL148°10.92%76.67%
HSB/HSV148°6.44%79.22%
CMYK6.44%0.00%3.47%
20.78%

Color #BDCAC3 in popluar number systems.

HEXBDCAC3
Decimal189202195
Binary101111011100101011000011
Octal275312303

Shades and tints

Shades of #BDCAC3

#BDCAC3
(189,202,195)
#ACB8B2
(172,184,178)
#9BA6A1
(155,166,161)
#8A9490
(138,148,144)
#79827F
(121,130,127)
#68706E
(104,112,110)
#575E5D
(87,94,93)
#464C4C
(70,76,76)
#353A3B
(53,58,59)
#24282A
(36,40,42)
#131619
(19,22,25)
#000000
(0,0,0)

Tints of #BDCAC3

#BDCAC3
(189,202,195)
#C3CEC8
(195,206,200)
#C9D2CD
(201,210,205)
#CFD6D2
(207,214,210)
#D5DAD7
(213,218,215)
#DBDEDC
(219,222,220)
#E1E2E1
(225,226,225)
#E7E6E6
(231,230,230)
#EDEAEB
(237,234,235)
#F3EEF0
(243,238,240)
#F9F2F5
(249,242,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BDCAC3 color. Also use rgb(189,202,195) instead hex code.

Text Font Color

.myTextColor { color: #BDCAC3; }

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

This text font color is #BDCAC3.


Background Color

.myBgColor { background-color: #BDCAC3; }

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

This div background color is #BDCAC3.


Border color

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

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

This div border color is #BDCAC3.


Opacity

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

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

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

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

This text has shadow with #BDCAC3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDCAC3 on black background.


Color preview on white background

This text has color #BDCAC3 on white background.



Black color preview on #BDCAC3 background

This text has black color on #BDCAC3 background.


White color preview on #BDCAC3 background

This text has white color on #BDCAC3 background.