COLOR #BDCACE

HEX: #BDCACE
RGB: (189,202,206)

Color info

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

RGB color model

#BDCACE color RGB value is (189,202,206).

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

RGB channels and saturation

R 189 of 255 = 74%
G 202 of 255 = 79%
B 206 of 255 = 81%

189
202
206

R + G + B ~ 78%. #BDCACE is quite light color.

Portions of RGB colors in percentages

R + G + B =
189 + 202 + 206 = 597 (100%)
R 189 of 597 ~ 31.66%
G 202 of 597 ~ 33.84%
B 206 of 597 ~ 34.51%

%31.66
%33.84
%34.51

CMYK color model

#BDCACE color CMYK value is (8,2,0,19).

  • cyan value is 8.25%
  • magenta value is 1.94%
  • yellow value is 0.00%
  • key color value is 19.22%
CMYK:
(8,2,0,19)
C8M2Y0K19 
(8%,2%,0%,19%)
(0.08/0.02/0.00/0.19)	

CMYK percentages

%8.25
%1.94
%0
%19.22

Codes

Color #BDCACE in popluar color models

BDCACE
RGB189202206
HSL194°14.78%77.45%
HSB/HSV194°8.25%80.78%
CMYK8.25%1.94%0.00%
19.22%

Color #BDCACE in popluar number systems.

HEXBDCACE
Decimal189202206
Binary101111011100101011001110
Octal275312316

Shades and tints

Shades of #BDCACE

#BDCACE
(189,202,206)
#ACB8BC
(172,184,188)
#9BA6AA
(155,166,170)
#8A9498
(138,148,152)
#798286
(121,130,134)
#687074
(104,112,116)
#575E62
(87,94,98)
#464C50
(70,76,80)
#353A3E
(53,58,62)
#24282C
(36,40,44)
#13161A
(19,22,26)
#000000
(0,0,0)

Tints of #BDCACE

#BDCACE
(189,202,206)
#C3CED2
(195,206,210)
#C9D2D6
(201,210,214)
#CFD6DA
(207,214,218)
#D5DADE
(213,218,222)
#DBDEE2
(219,222,226)
#E1E2E6
(225,226,230)
#E7E6EA
(231,230,234)
#EDEAEE
(237,234,238)
#F3EEF2
(243,238,242)
#F9F2F6
(249,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BDCACE; }

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

This text font color is #BDCACE.


Background Color

.myBgColor { background-color: #BDCACE; }

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

This div background color is #BDCACE.


Border color

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

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

This div border color is #BDCACE.


Opacity

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

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

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

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

This text has shadow with #BDCACE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BDCACE on black background.


Color preview on white background

This text has color #BDCACE on white background.



Black color preview on #BDCACE background

This text has black color on #BDCACE background.


White color preview on #BDCACE background

This text has white color on #BDCACE background.