COLOR #B4CEDD

HEX: #B4CEDD
RGB: (180,206,221)

Color info

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

RGB color model

#B4CEDD color RGB value is (180,206,221).

  • red value is 180;
  • green value is 206;
  • blue value is 221.
RGB:
(180,206,221)
(71%,81%,87%)

RGB channels and saturation

R 180 of 255 = 71%
G 206 of 255 = 81%
B 221 of 255 = 87%

180
206
221

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

Portions of RGB colors in percentages

R + G + B =
180 + 206 + 221 = 607 (100%)
R 180 of 607 ~ 29.65%
G 206 of 607 ~ 33.94%
B 221 of 607 ~ 36.41%

%29.65
%33.94
%36.41

CMYK color model

#B4CEDD color CMYK value is (19,7,0,13).

  • cyan value is 18.55%
  • magenta value is 6.79%
  • yellow value is 0.00%
  • key color value is 13.33%
CMYK:
(19,7,0,13)
C19M7Y0K13 
(19%,7%,0%,13%)
(0.19/0.07/0.00/0.13)	

CMYK percentages

%18.55
%6.79
%0
%13.33

Codes

Color #B4CEDD in popluar color models

B4CEDD
RGB180206221
HSL202°37.61%78.63%
HSB/HSV202°18.55%86.67%
CMYK18.55%6.79%0.00%
13.33%

Color #B4CEDD in popluar number systems.

HEXB4CEDD
Decimal180206221
Binary101101001100111011011101
Octal264316335

Shades and tints

Shades of #B4CEDD

#B4CEDD
(180,206,221)
#A4BCC9
(164,188,201)
#94AAB5
(148,170,181)
#8498A1
(132,152,161)
#74868D
(116,134,141)
#647479
(100,116,121)
#546265
(84,98,101)
#445051
(68,80,81)
#343E3D
(52,62,61)
#242C29
(36,44,41)
#141A15
(20,26,21)
#000000
(0,0,0)

Tints of #B4CEDD

#B4CEDD
(180,206,221)
#BAD2E0
(186,210,224)
#C0D6E3
(192,214,227)
#C6DAE6
(198,218,230)
#CCDEE9
(204,222,233)
#D2E2EC
(210,226,236)
#D8E6EF
(216,230,239)
#DEEAF2
(222,234,242)
#E4EEF5
(228,238,245)
#EAF2F8
(234,242,248)
#F0F6FB
(240,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B4CEDD color. Also use rgb(180,206,221) instead hex code.

Text Font Color

.myTextColor { color: #B4CEDD; }

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

This text font color is #B4CEDD.


Background Color

.myBgColor { background-color: #B4CEDD; }

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

This div background color is #B4CEDD.


Border color

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

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

This div border color is #B4CEDD.


Opacity

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

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

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

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

This text has shadow with #B4CEDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4CEDD on black background.


Color preview on white background

This text has color #B4CEDD on white background.



Black color preview on #B4CEDD background

This text has black color on #B4CEDD background.


White color preview on #B4CEDD background

This text has white color on #B4CEDD background.