COLOR #B5CED4

HEX: #B5CED4
RGB: (181,206,212)

Color info

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

RGB color model

#B5CED4 color RGB value is (181,206,212).

  • red value is 181;
  • green value is 206;
  • blue value is 212.
RGB:
(181,206,212)
(71%,81%,83%)

RGB channels and saturation

R 181 of 255 = 71%
G 206 of 255 = 81%
B 212 of 255 = 83%

181
206
212

R + G + B ~ 78%. #B5CED4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 206 + 212 = 599 (100%)
R 181 of 599 ~ 30.22%
G 206 of 599 ~ 34.39%
B 212 of 599 ~ 35.39%

%30.22
%34.39
%35.39

CMYK color model

#B5CED4 color CMYK value is (15,3,0,17).

  • cyan value is 14.62%
  • magenta value is 2.83%
  • yellow value is 0.00%
  • key color value is 16.86%
CMYK:
(15,3,0,17)
C15M3Y0K17 
(15%,3%,0%,17%)
(0.15/0.03/0.00/0.17)	

CMYK percentages

%14.62
%2.83
%0
%16.86

Codes

Color #B5CED4 in popluar color models

B5CED4
RGB181206212
HSL192°26.50%77.06%
HSB/HSV192°14.62%83.14%
CMYK14.62%2.83%0.00%
16.86%

Color #B5CED4 in popluar number systems.

HEXB5CED4
Decimal181206212
Binary101101011100111011010100
Octal265316324

Shades and tints

Shades of #B5CED4

#B5CED4
(181,206,212)
#A5BCC1
(165,188,193)
#95AAAE
(149,170,174)
#85989B
(133,152,155)
#758688
(117,134,136)
#657475
(101,116,117)
#556262
(85,98,98)
#45504F
(69,80,79)
#353E3C
(53,62,60)
#252C29
(37,44,41)
#151A16
(21,26,22)
#000000
(0,0,0)

Tints of #B5CED4

#B5CED4
(181,206,212)
#BBD2D7
(187,210,215)
#C1D6DA
(193,214,218)
#C7DADD
(199,218,221)
#CDDEE0
(205,222,224)
#D3E2E3
(211,226,227)
#D9E6E6
(217,230,230)
#DFEAE9
(223,234,233)
#E5EEEC
(229,238,236)
#EBF2EF
(235,242,239)
#F1F6F2
(241,246,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5CED4 color. Also use rgb(181,206,212) instead hex code.

Text Font Color

.myTextColor { color: #B5CED4; }

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

This text font color is #B5CED4.


Background Color

.myBgColor { background-color: #B5CED4; }

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

This div background color is #B5CED4.


Border color

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

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

This div border color is #B5CED4.


Opacity

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

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

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

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

This text has shadow with #B5CED4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5CED4 on black background.


Color preview on white background

This text has color #B5CED4 on white background.



Black color preview on #B5CED4 background

This text has black color on #B5CED4 background.


White color preview on #B5CED4 background

This text has white color on #B5CED4 background.