COLOR #B4CADC

HEX: #B4CADC
RGB: (180,202,220)

Color info

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

RGB color model

#B4CADC color RGB value is (180,202,220).

  • red value is 180;
  • green value is 202;
  • blue value is 220.
RGB:
(180,202,220)
(71%,79%,86%)

RGB channels and saturation

R 180 of 255 = 71%
G 202 of 255 = 79%
B 220 of 255 = 86%

180
202
220

R + G + B ~ 79%. #B4CADC is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 202 + 220 = 602 (100%)
R 180 of 602 ~ 29.9%
G 202 of 602 ~ 33.55%
B 220 of 602 ~ 36.54%

%29.9
%33.55
%36.54

CMYK color model

#B4CADC color CMYK value is (18,8,0,14).

  • cyan value is 18.18%
  • magenta value is 8.18%
  • yellow value is 0.00%
  • key color value is 13.73%
CMYK:
(18,8,0,14)
C18M8Y0K14 
(18%,8%,0%,14%)
(0.18/0.08/0.00/0.14)	

CMYK percentages

%18.18
%8.18
%0
%13.73

Codes

Color #B4CADC in popluar color models

B4CADC
RGB180202220
HSL207°36.36%78.43%
HSB/HSV207°18.18%86.27%
CMYK18.18%8.18%0.00%
13.73%

Color #B4CADC in popluar number systems.

HEXB4CADC
Decimal180202220
Binary101101001100101011011100
Octal264312334

Shades and tints

Shades of #B4CADC

#B4CADC
(180,202,220)
#A4B8C8
(164,184,200)
#94A6B4
(148,166,180)
#8494A0
(132,148,160)
#74828C
(116,130,140)
#647078
(100,112,120)
#545E64
(84,94,100)
#444C50
(68,76,80)
#343A3C
(52,58,60)
#242828
(36,40,40)
#141614
(20,22,20)
#000000
(0,0,0)

Tints of #B4CADC

#B4CADC
(180,202,220)
#BACEDF
(186,206,223)
#C0D2E2
(192,210,226)
#C6D6E5
(198,214,229)
#CCDAE8
(204,218,232)
#D2DEEB
(210,222,235)
#D8E2EE
(216,226,238)
#DEE6F1
(222,230,241)
#E4EAF4
(228,234,244)
#EAEEF7
(234,238,247)
#F0F2FA
(240,242,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4CADC color. Also use rgb(180,202,220) instead hex code.

Text Font Color

.myTextColor { color: #B4CADC; }

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

This text font color is #B4CADC.


Background Color

.myBgColor { background-color: #B4CADC; }

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

This div background color is #B4CADC.


Border color

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

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

This div border color is #B4CADC.


Opacity

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

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

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

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

This text has shadow with #B4CADC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4CADC on black background.


Color preview on white background

This text has color #B4CADC on white background.



Black color preview on #B4CADC background

This text has black color on #B4CADC background.


White color preview on #B4CADC background

This text has white color on #B4CADC background.