COLOR #B4CBE3

HEX: #B4CBE3
RGB: (180,203,227)

Color info

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

RGB color model

#B4CBE3 color RGB value is (180,203,227).

  • red value is 180;
  • green value is 203;
  • blue value is 227.
RGB:
(180,203,227)
(71%,80%,89%)

RGB channels and saturation

R 180 of 255 = 71%
G 203 of 255 = 80%
B 227 of 255 = 89%

180
203
227

R + G + B ~ 80%. #B4CBE3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
180 + 203 + 227 = 610 (100%)
R 180 of 610 ~ 29.51%
G 203 of 610 ~ 33.28%
B 227 of 610 ~ 37.21%

%29.51
%33.28
%37.21

CMYK color model

#B4CBE3 color CMYK value is (21,11,0,11).

  • cyan value is 20.70%
  • magenta value is 10.57%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(21,11,0,11)
C21M11Y0K11 
(21%,11%,0%,11%)
(0.21/0.11/0.00/0.11)	

CMYK percentages

%20.7
%10.57
%0
%10.98

Codes

Color #B4CBE3 in popluar color models

B4CBE3
RGB180203227
HSL211°45.63%79.80%
HSB/HSV211°20.70%89.02%
CMYK20.70%10.57%0.00%
10.98%

Color #B4CBE3 in popluar number systems.

HEXB4CBE3
Decimal180203227
Binary101101001100101111100011
Octal264313343

Shades and tints

Shades of #B4CBE3

#B4CBE3
(180,203,227)
#A4B9CF
(164,185,207)
#94A7BB
(148,167,187)
#8495A7
(132,149,167)
#748393
(116,131,147)
#64717F
(100,113,127)
#545F6B
(84,95,107)
#444D57
(68,77,87)
#343B43
(52,59,67)
#24292F
(36,41,47)
#14171B
(20,23,27)
#000000
(0,0,0)

Tints of #B4CBE3

#B4CBE3
(180,203,227)
#BACFE5
(186,207,229)
#C0D3E7
(192,211,231)
#C6D7E9
(198,215,233)
#CCDBEB
(204,219,235)
#D2DFED
(210,223,237)
#D8E3EF
(216,227,239)
#DEE7F1
(222,231,241)
#E4EBF3
(228,235,243)
#EAEFF5
(234,239,245)
#F0F3F7
(240,243,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4CBE3; }

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

This text font color is #B4CBE3.


Background Color

.myBgColor { background-color: #B4CBE3; }

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

This div background color is #B4CBE3.


Border color

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

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

This div border color is #B4CBE3.


Opacity

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

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

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

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

This text has shadow with #B4CBE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4CBE3 on black background.


Color preview on white background

This text has color #B4CBE3 on white background.



Black color preview on #B4CBE3 background

This text has black color on #B4CBE3 background.


White color preview on #B4CBE3 background

This text has white color on #B4CBE3 background.