COLOR #B5CADE

HEX: #B5CADE
RGB: (181,202,222)

Color info

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

RGB color model

#B5CADE color RGB value is (181,202,222).

  • red value is 181;
  • green value is 202;
  • blue value is 222.
RGB:
(181,202,222)
(71%,79%,87%)

RGB channels and saturation

R 181 of 255 = 71%
G 202 of 255 = 79%
B 222 of 255 = 87%

181
202
222

R + G + B ~ 79%. #B5CADE is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 202 + 222 = 605 (100%)
R 181 of 605 ~ 29.92%
G 202 of 605 ~ 33.39%
B 222 of 605 ~ 36.69%

%29.92
%33.39
%36.69

CMYK color model

#B5CADE color CMYK value is (18,9,0,13).

  • cyan value is 18.47%
  • magenta value is 9.01%
  • yellow value is 0.00%
  • key color value is 12.94%
CMYK:
(18,9,0,13)
C18M9Y0K13 
(18%,9%,0%,13%)
(0.18/0.09/0.00/0.13)	

CMYK percentages

%18.47
%9.01
%0
%12.94

Codes

Color #B5CADE in popluar color models

B5CADE
RGB181202222
HSL209°38.32%79.02%
HSB/HSV209°18.47%87.06%
CMYK18.47%9.01%0.00%
12.94%

Color #B5CADE in popluar number systems.

HEXB5CADE
Decimal181202222
Binary101101011100101011011110
Octal265312336

Shades and tints

Shades of #B5CADE

#B5CADE
(181,202,222)
#A5B8CA
(165,184,202)
#95A6B6
(149,166,182)
#8594A2
(133,148,162)
#75828E
(117,130,142)
#65707A
(101,112,122)
#555E66
(85,94,102)
#454C52
(69,76,82)
#353A3E
(53,58,62)
#25282A
(37,40,42)
#151616
(21,22,22)
#000000
(0,0,0)

Tints of #B5CADE

#B5CADE
(181,202,222)
#BBCEE1
(187,206,225)
#C1D2E4
(193,210,228)
#C7D6E7
(199,214,231)
#CDDAEA
(205,218,234)
#D3DEED
(211,222,237)
#D9E2F0
(217,226,240)
#DFE6F3
(223,230,243)
#E5EAF6
(229,234,246)
#EBEEF9
(235,238,249)
#F1F2FC
(241,242,252)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5CADE color. Also use rgb(181,202,222) instead hex code.

Text Font Color

.myTextColor { color: #B5CADE; }

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

This text font color is #B5CADE.


Background Color

.myBgColor { background-color: #B5CADE; }

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

This div background color is #B5CADE.


Border color

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

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

This div border color is #B5CADE.


Opacity

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

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

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

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

This text has shadow with #B5CADE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5CADE on black background.


Color preview on white background

This text has color #B5CADE on white background.



Black color preview on #B5CADE background

This text has black color on #B5CADE background.


White color preview on #B5CADE background

This text has white color on #B5CADE background.