COLOR #B4CBDC

HEX: #B4CBDC RGB: (180,203,220)

Color info

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

RGB color model

#B4CBDC color RGB value is (180,203,220).

RGB: (180,203,220) (71%, 80%, 86%)

RGB channels and saturation

R 180 of 255 = 71%
G 203 of 255 = 80%
B 220 of 255 = 86%

180
203
220

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

Portions of RGB colors in percentages

R + G + B = 180 + 203 + 220 = 603 (100%)
R 180 of 603 ~ 29.85%
G 203 of 603 ~ 33.67%
B 220 of 603 ~ 36.48'%

%29.85
%33.67
%36.48

CMYK color model

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

  • cyan value is 18.18%
  • magenta value is 7.73%
  • 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
%7.73
%0
%13.73

Codes

Color #B4CBDC in popluar color models

B4 CB DC
RGB 180 203 220
HSL 206° 36.36% 78.43%
HSB/HSV 206° 18.18% 86.27%
CMYK 18.18% 7.73% 0.00%
13.73%

Color #B4CBDC in popluar number systems.

HEX B4 CB DC
Decimal 180 203 220
Binary 10110100 11001011 11011100
Octal 264 313 334

Shades and tints

Shades of #B4CBDC

#B4CBDC
(180,203,220)
#A4B9C8
(164,185,200)
#94A7B4
(148,167,180)
#8495A0
(132,149,160)
#74838C
(116,131,140)
#647178
(100,113,120)
#545F64
(84,95,100)
#444D50
(68,77,80)
#343B3C
(52,59,60)
#242928
(36,41,40)
#141714
(20,23,20)
#000000
(0,0,0)

Tints of #B4CBDC

#B4CBDC
(180,203,220)
#BACFDF
(186,207,223)
#C0D3E2
(192,211,226)
#C6D7E5
(198,215,229)
#CCDBE8
(204,219,232)
#D2DFEB
(210,223,235)
#D8E3EE
(216,227,238)
#DEE7F1
(222,231,241)
#E4EBF4
(228,235,244)
#EAEFF7
(234,239,247)
#F0F3FA
(240,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4CBDC; }

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

This text font color is #B4CBDC.

Background Color

.myBgColor { background-color: #B4CBDC; }

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

This div background color is #B4CBDC.

Border color

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

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

This div border color is #B4CBDC.

Opacity

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

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

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

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

This text has shadow with #B4CBDC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4CBDC.

Preview

Color preview on black background

This text has color #B4CBDC on black background.


Color preview on white background

This text has color #B4CBDC on white background.


Black color preview on #B4CBDC background

This text has black color on #B4CBDC background.


White color preview on #B4CBDC background

This text has white color on #B4CBDC background.


Related colors

Complementary color

Complementary color for #hex is #4B3423.


I love getcolorcode.com

Triadic colors

1 #DCB4CB and #CBDCB4 with #B4CBDC are triadic colors.

2 #DCCBB4 and #CBB4DC with #B4CBDC are triadic colors.