COLOR #B4CBE9

HEX: #B4CBE9 RGB: (180,203,233)

Color info

#B4CBE9 contains red, green and blue colors in about the same proportion. Web safe color of #B4CBE9 is #CCCCFF (or #CCF).

RGB color model

#B4CBE9 color RGB value is (180,203,233).

RGB: (180,203,233) (71%, 80%, 91%)

RGB channels and saturation

R 180 of 255 = 71%
G 203 of 255 = 80%
B 233 of 255 = 91%

180
203
233

R + G + B ~ 81%. #B4CBE9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 180 + 203 + 233 = 616 (100%)
R 180 of 616 ~ 29.22%
G 203 of 616 ~ 32.95%
B 233 of 616 ~ 37.82'%

%29.22
%32.95
%37.82

CMYK color model

#B4CBE9 color CMYK value is (23,13,0,9).

  • cyan value is 22.75%
  • magenta value is 12.88%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK: (23,13,0,9) C23M13Y0K9 (23%,13%,0%,9%) (0.23/0.13/0.00/0.09) 

CMYK percentages

%22.75
%12.88
%0
%8.63

Codes

Color #B4CBE9 in popluar color models

B4 CB E9
RGB 180 203 233
HSL 214° 54.64% 80.98%
HSB/HSV 214° 22.75% 91.37%
CMYK 22.75% 12.88% 0.00%
8.63%

Color #B4CBE9 in popluar number systems.

HEX B4 CB E9
Decimal 180 203 233
Binary 10110100 11001011 11101001
Octal 264 313 351

Shades and tints

Shades of #B4CBE9

#B4CBE9
(180,203,233)
#A4B9D4
(164,185,212)
#94A7BF
(148,167,191)
#8495AA
(132,149,170)
#748395
(116,131,149)
#647180
(100,113,128)
#545F6B
(84,95,107)
#444D56
(68,77,86)
#343B41
(52,59,65)
#24292C
(36,41,44)
#141717
(20,23,23)
#000000
(0,0,0)

Tints of #B4CBE9

#B4CBE9
(180,203,233)
#BACFEB
(186,207,235)
#C0D3ED
(192,211,237)
#C6D7EF
(198,215,239)
#CCDBF1
(204,219,241)
#D2DFF3
(210,223,243)
#D8E3F5
(216,227,245)
#DEE7F7
(222,231,247)
#E4EBF9
(228,235,249)
#EAEFFB
(234,239,251)
#F0F3FD
(240,243,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4CBE9; }

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

This text font color is #B4CBE9.

Background Color

.myBgColor { background-color: #B4CBE9; }

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

This div background color is #B4CBE9.

Border color

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

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

This div border color is #B4CBE9.

Opacity

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

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

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

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

This text has shadow with #B4CBE9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B4CBE9.

Preview

Color preview on black background

This text has color #B4CBE9 on black background.


Color preview on white background

This text has color #B4CBE9 on white background.


Black color preview on #B4CBE9 background

This text has black color on #B4CBE9 background.


White color preview on #B4CBE9 background

This text has white color on #B4CBE9 background.


Related colors

Complementary color

Complementary color for #hex is #4B3416.


I love getcolorcode.com

Triadic colors

1 #E9B4CB and #CBE9B4 with #B4CBE9 are triadic colors.

2 #E9CBB4 and #CBB4E9 with #B4CBE9 are triadic colors.