COLOR #B4CEDF

HEX: #B4CEDF
RGB: (180,206,223)

Color info

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

RGB color model

#B4CEDF color RGB value is (180,206,223).

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

RGB channels and saturation

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

180
206
223

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

Portions of RGB colors in percentages

R + G + B =
180 + 206 + 223 = 609 (100%)
R 180 of 609 ~ 29.56%
G 206 of 609 ~ 33.83%
B 223 of 609 ~ 36.62%

%29.56
%33.83
%36.62

CMYK color model

#B4CEDF color CMYK value is (19,8,0,13).

  • cyan value is 19.28%
  • magenta value is 7.62%
  • yellow value is 0.00%
  • key color value is 12.55%
CMYK:
(19,8,0,13)
C19M8Y0K13 
(19%,8%,0%,13%)
(0.19/0.08/0.00/0.13)	

CMYK percentages

%19.28
%7.62
%0
%12.55

Codes

Color #B4CEDF in popluar color models

B4CEDF
RGB180206223
HSL204°40.19%79.02%
HSB/HSV204°19.28%87.45%
CMYK19.28%7.62%0.00%
12.55%

Color #B4CEDF in popluar number systems.

HEXB4CEDF
Decimal180206223
Binary101101001100111011011111
Octal264316337

Shades and tints

Shades of #B4CEDF

#B4CEDF
(180,206,223)
#A4BCCB
(164,188,203)
#94AAB7
(148,170,183)
#8498A3
(132,152,163)
#74868F
(116,134,143)
#64747B
(100,116,123)
#546267
(84,98,103)
#445053
(68,80,83)
#343E3F
(52,62,63)
#242C2B
(36,44,43)
#141A17
(20,26,23)
#000000
(0,0,0)

Tints of #B4CEDF

#B4CEDF
(180,206,223)
#BAD2E1
(186,210,225)
#C0D6E3
(192,214,227)
#C6DAE5
(198,218,229)
#CCDEE7
(204,222,231)
#D2E2E9
(210,226,233)
#D8E6EB
(216,230,235)
#DEEAED
(222,234,237)
#E4EEEF
(228,238,239)
#EAF2F1
(234,242,241)
#F0F6F3
(240,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B4CEDF; }

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

This text font color is #B4CEDF.


Background Color

.myBgColor { background-color: #B4CEDF; }

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

This div background color is #B4CEDF.


Border color

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

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

This div border color is #B4CEDF.


Opacity

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

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

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

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

This text has shadow with #B4CEDF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B4CEDF on black background.


Color preview on white background

This text has color #B4CEDF on white background.



Black color preview on #B4CEDF background

This text has black color on #B4CEDF background.


White color preview on #B4CEDF background

This text has white color on #B4CEDF background.