COLOR #B5CDEB

HEX: #B5CDEB
RGB: (181,205,235)

Color info

#B5CDEB contains red, green and blue colors in about the same proportion. Web safe color of #B5CDEB is #CCCCFF (or #CCF).

RGB color model

#B5CDEB color RGB value is (181,205,235).

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

RGB channels and saturation

R 181 of 255 = 71%
G 205 of 255 = 80%
B 235 of 255 = 92%

181
205
235

R + G + B ~ 81%. #B5CDEB is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 205 + 235 = 621 (100%)
R 181 of 621 ~ 29.15%
G 205 of 621 ~ 33.01%
B 235 of 621 ~ 37.84%

%29.15
%33.01
%37.84

CMYK color model

#B5CDEB color CMYK value is (23,13,0,8).

  • cyan value is 22.98%
  • magenta value is 12.77%
  • yellow value is 0.00%
  • key color value is 7.84%
CMYK:
(23,13,0,8)
C23M13Y0K8 
(23%,13%,0%,8%)
(0.23/0.13/0.00/0.08)	

CMYK percentages

%22.98
%12.77
%0
%7.84

Codes

Color #B5CDEB in popluar color models

B5CDEB
RGB181205235
HSL213°57.45%81.57%
HSB/HSV213°22.98%92.16%
CMYK22.98%12.77%0.00%
7.84%

Color #B5CDEB in popluar number systems.

HEXB5CDEB
Decimal181205235
Binary101101011100110111101011
Octal265315353

Shades and tints

Shades of #B5CDEB

#B5CDEB
(181,205,235)
#A5BBD6
(165,187,214)
#95A9C1
(149,169,193)
#8597AC
(133,151,172)
#758597
(117,133,151)
#657382
(101,115,130)
#55616D
(85,97,109)
#454F58
(69,79,88)
#353D43
(53,61,67)
#252B2E
(37,43,46)
#151919
(21,25,25)
#000000
(0,0,0)

Tints of #B5CDEB

#B5CDEB
(181,205,235)
#BBD1EC
(187,209,236)
#C1D5ED
(193,213,237)
#C7D9EE
(199,217,238)
#CDDDEF
(205,221,239)
#D3E1F0
(211,225,240)
#D9E5F1
(217,229,241)
#DFE9F2
(223,233,242)
#E5EDF3
(229,237,243)
#EBF1F4
(235,241,244)
#F1F5F5
(241,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5CDEB; }

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

This text font color is #B5CDEB.


Background Color

.myBgColor { background-color: #B5CDEB; }

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

This div background color is #B5CDEB.


Border color

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

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

This div border color is #B5CDEB.


Opacity

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

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

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

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

This text has shadow with #B5CDEB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5CDEB on black background.


Color preview on white background

This text has color #B5CDEB on white background.



Black color preview on #B5CDEB background

This text has black color on #B5CDEB background.


White color preview on #B5CDEB background

This text has white color on #B5CDEB background.