COLOR #B5CED5

HEX: #B5CED5
RGB: (181,206,213)

Color info

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

RGB color model

#B5CED5 color RGB value is (181,206,213).

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

RGB channels and saturation

R 181 of 255 = 71%
G 206 of 255 = 81%
B 213 of 255 = 84%

181
206
213

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

Portions of RGB colors in percentages

R + G + B =
181 + 206 + 213 = 600 (100%)
R 181 of 600 ~ 30.17%
G 206 of 600 ~ 34.33%
B 213 of 600 ~ 35.5%

%30.17
%34.33
%35.5

CMYK color model

#B5CED5 color CMYK value is (15,3,0,16).

  • cyan value is 15.02%
  • magenta value is 3.29%
  • yellow value is 0.00%
  • key color value is 16.47%
CMYK:
(15,3,0,16)
C15M3Y0K16 
(15%,3%,0%,16%)
(0.15/0.03/0.00/0.16)	

CMYK percentages

%15.02
%3.29
%0
%16.47

Codes

Color #B5CED5 in popluar color models

B5CED5
RGB181206213
HSL193°27.59%77.25%
HSB/HSV193°15.02%83.53%
CMYK15.02%3.29%0.00%
16.47%

Color #B5CED5 in popluar number systems.

HEXB5CED5
Decimal181206213
Binary101101011100111011010101
Octal265316325

Shades and tints

Shades of #B5CED5

#B5CED5
(181,206,213)
#A5BCC2
(165,188,194)
#95AAAF
(149,170,175)
#85989C
(133,152,156)
#758689
(117,134,137)
#657476
(101,116,118)
#556263
(85,98,99)
#455050
(69,80,80)
#353E3D
(53,62,61)
#252C2A
(37,44,42)
#151A17
(21,26,23)
#000000
(0,0,0)

Tints of #B5CED5

#B5CED5
(181,206,213)
#BBD2D8
(187,210,216)
#C1D6DB
(193,214,219)
#C7DADE
(199,218,222)
#CDDEE1
(205,222,225)
#D3E2E4
(211,226,228)
#D9E6E7
(217,230,231)
#DFEAEA
(223,234,234)
#E5EEED
(229,238,237)
#EBF2F0
(235,242,240)
#F1F6F3
(241,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5CED5; }

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

This text font color is #B5CED5.


Background Color

.myBgColor { background-color: #B5CED5; }

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

This div background color is #B5CED5.


Border color

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

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

This div border color is #B5CED5.


Opacity

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

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

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

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

This text has shadow with #B5CED5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5CED5 on black background.


Color preview on white background

This text has color #B5CED5 on white background.



Black color preview on #B5CED5 background

This text has black color on #B5CED5 background.


White color preview on #B5CED5 background

This text has white color on #B5CED5 background.