COLOR #B5CDE3

HEX: #B5CDE3
RGB: (181,205,227)

Color info

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

RGB color model

#B5CDE3 color RGB value is (181,205,227).

  • red value is 181;
  • green value is 205;
  • blue value is 227.
RGB:
(181,205,227)
(71%,80%,89%)

RGB channels and saturation

R 181 of 255 = 71%
G 205 of 255 = 80%
B 227 of 255 = 89%

181
205
227

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

Portions of RGB colors in percentages

R + G + B =
181 + 205 + 227 = 613 (100%)
R 181 of 613 ~ 29.53%
G 205 of 613 ~ 33.44%
B 227 of 613 ~ 37.03%

%29.53
%33.44
%37.03

CMYK color model

#B5CDE3 color CMYK value is (20,10,0,11).

  • cyan value is 20.26%
  • magenta value is 9.69%
  • yellow value is 0.00%
  • key color value is 10.98%
CMYK:
(20,10,0,11)
C20M10Y0K11 
(20%,10%,0%,11%)
(0.20/0.10/0.00/0.11)	

CMYK percentages

%20.26
%9.69
%0
%10.98

Codes

Color #B5CDE3 in popluar color models

B5CDE3
RGB181205227
HSL209°45.10%80.00%
HSB/HSV209°20.26%89.02%
CMYK20.26%9.69%0.00%
10.98%

Color #B5CDE3 in popluar number systems.

HEXB5CDE3
Decimal181205227
Binary101101011100110111100011
Octal265315343

Shades and tints

Shades of #B5CDE3

#B5CDE3
(181,205,227)
#A5BBCF
(165,187,207)
#95A9BB
(149,169,187)
#8597A7
(133,151,167)
#758593
(117,133,147)
#65737F
(101,115,127)
#55616B
(85,97,107)
#454F57
(69,79,87)
#353D43
(53,61,67)
#252B2F
(37,43,47)
#15191B
(21,25,27)
#000000
(0,0,0)

Tints of #B5CDE3

#B5CDE3
(181,205,227)
#BBD1E5
(187,209,229)
#C1D5E7
(193,213,231)
#C7D9E9
(199,217,233)
#CDDDEB
(205,221,235)
#D3E1ED
(211,225,237)
#D9E5EF
(217,229,239)
#DFE9F1
(223,233,241)
#E5EDF3
(229,237,243)
#EBF1F5
(235,241,245)
#F1F5F7
(241,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5CDE3 color. Also use rgb(181,205,227) instead hex code.

Text Font Color

.myTextColor { color: #B5CDE3; }

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

This text font color is #B5CDE3.


Background Color

.myBgColor { background-color: #B5CDE3; }

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

This div background color is #B5CDE3.


Border color

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

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

This div border color is #B5CDE3.


Opacity

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

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

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

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

This text has shadow with #B5CDE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5CDE3 on black background.


Color preview on white background

This text has color #B5CDE3 on white background.



Black color preview on #B5CDE3 background

This text has black color on #B5CDE3 background.


White color preview on #B5CDE3 background

This text has white color on #B5CDE3 background.