COLOR #B4CCEA

HEX: #B4CCEA
RGB: (180,204,234)

Color info

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

RGB color model

#B4CCEA color RGB value is (180,204,234).

  • red value is 180;
  • green value is 204;
  • blue value is 234.
RGB:
(180,204,234)
(71%,80%,92%)

RGB channels and saturation

R 180 of 255 = 71%
G 204 of 255 = 80%
B 234 of 255 = 92%

180
204
234

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

Portions of RGB colors in percentages

R + G + B =
180 + 204 + 234 = 618 (100%)
R 180 of 618 ~ 29.13%
G 204 of 618 ~ 33.01%
B 234 of 618 ~ 37.86%

%29.13
%33.01
%37.86

CMYK color model

#B4CCEA color CMYK value is (23,13,0,8).

  • cyan value is 23.08%
  • magenta value is 12.82%
  • yellow value is 0.00%
  • key color value is 8.24%
CMYK:
(23,13,0,8)
C23M13Y0K8 
(23%,13%,0%,8%)
(0.23/0.13/0.00/0.08)	

CMYK percentages

%23.08
%12.82
%0
%8.24

Codes

Color #B4CCEA in popluar color models

B4CCEA
RGB180204234
HSL213°56.25%81.18%
HSB/HSV213°23.08%91.76%
CMYK23.08%12.82%0.00%
8.24%

Color #B4CCEA in popluar number systems.

HEXB4CCEA
Decimal180204234
Binary101101001100110011101010
Octal264314352

Shades and tints

Shades of #B4CCEA

#B4CCEA
(180,204,234)
#A4BAD5
(164,186,213)
#94A8C0
(148,168,192)
#8496AB
(132,150,171)
#748496
(116,132,150)
#647281
(100,114,129)
#54606C
(84,96,108)
#444E57
(68,78,87)
#343C42
(52,60,66)
#242A2D
(36,42,45)
#141818
(20,24,24)
#000000
(0,0,0)

Tints of #B4CCEA

#B4CCEA
(180,204,234)
#BAD0EB
(186,208,235)
#C0D4EC
(192,212,236)
#C6D8ED
(198,216,237)
#CCDCEE
(204,220,238)
#D2E0EF
(210,224,239)
#D8E4F0
(216,228,240)
#DEE8F1
(222,232,241)
#E4ECF2
(228,236,242)
#EAF0F3
(234,240,243)
#F0F4F4
(240,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4CCEA color. Also use rgb(180,204,234) instead hex code.

Text Font Color

.myTextColor { color: #B4CCEA; }

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

This text font color is #B4CCEA.


Background Color

.myBgColor { background-color: #B4CCEA; }

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

This div background color is #B4CCEA.


Border color

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

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

This div border color is #B4CCEA.


Opacity

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

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

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

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

This text has shadow with #B4CCEA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4CCEA on black background.


Color preview on white background

This text has color #B4CCEA on white background.



Black color preview on #B4CCEA background

This text has black color on #B4CCEA background.


White color preview on #B4CCEA background

This text has white color on #B4CCEA background.