COLOR #B5CCDA

HEX: #B5CCDA
RGB: (181,204,218)

Color info

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

RGB color model

#B5CCDA color RGB value is (181,204,218).

  • red value is 181;
  • green value is 204;
  • blue value is 218.
RGB:
(181,204,218)
(71%,80%,85%)

RGB channels and saturation

R 181 of 255 = 71%
G 204 of 255 = 80%
B 218 of 255 = 85%

181
204
218

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

Portions of RGB colors in percentages

R + G + B =
181 + 204 + 218 = 603 (100%)
R 181 of 603 ~ 30.02%
G 204 of 603 ~ 33.83%
B 218 of 603 ~ 36.15%

%30.02
%33.83
%36.15

CMYK color model

#B5CCDA color CMYK value is (17,6,0,15).

  • cyan value is 16.97%
  • magenta value is 6.42%
  • yellow value is 0.00%
  • key color value is 14.51%
CMYK:
(17,6,0,15)
C17M6Y0K15 
(17%,6%,0%,15%)
(0.17/0.06/0.00/0.15)	

CMYK percentages

%16.97
%6.42
%0
%14.51

Codes

Color #B5CCDA in popluar color models

B5CCDA
RGB181204218
HSL203°33.33%78.24%
HSB/HSV203°16.97%85.49%
CMYK16.97%6.42%0.00%
14.51%

Color #B5CCDA in popluar number systems.

HEXB5CCDA
Decimal181204218
Binary101101011100110011011010
Octal265314332

Shades and tints

Shades of #B5CCDA

#B5CCDA
(181,204,218)
#A5BAC7
(165,186,199)
#95A8B4
(149,168,180)
#8596A1
(133,150,161)
#75848E
(117,132,142)
#65727B
(101,114,123)
#556068
(85,96,104)
#454E55
(69,78,85)
#353C42
(53,60,66)
#252A2F
(37,42,47)
#15181C
(21,24,28)
#000000
(0,0,0)

Tints of #B5CCDA

#B5CCDA
(181,204,218)
#BBD0DD
(187,208,221)
#C1D4E0
(193,212,224)
#C7D8E3
(199,216,227)
#CDDCE6
(205,220,230)
#D3E0E9
(211,224,233)
#D9E4EC
(217,228,236)
#DFE8EF
(223,232,239)
#E5ECF2
(229,236,242)
#EBF0F5
(235,240,245)
#F1F4F8
(241,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5CCDA color. Also use rgb(181,204,218) instead hex code.

Text Font Color

.myTextColor { color: #B5CCDA; }

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

This text font color is #B5CCDA.


Background Color

.myBgColor { background-color: #B5CCDA; }

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

This div background color is #B5CCDA.


Border color

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

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

This div border color is #B5CCDA.


Opacity

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

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

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

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

This text has shadow with #B5CCDA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5CCDA on black background.


Color preview on white background

This text has color #B5CCDA on white background.



Black color preview on #B5CCDA background

This text has black color on #B5CCDA background.


White color preview on #B5CCDA background

This text has white color on #B5CCDA background.