COLOR #B5CED2

HEX: #B5CED2
RGB: (181,206,210)

Color info

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

RGB color model

#B5CED2 color RGB value is (181,206,210).

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

RGB channels and saturation

R 181 of 255 = 71%
G 206 of 255 = 81%
B 210 of 255 = 82%

181
206
210

R + G + B ~ 78%. #B5CED2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 206 + 210 = 597 (100%)
R 181 of 597 ~ 30.32%
G 206 of 597 ~ 34.51%
B 210 of 597 ~ 35.18%

%30.32
%34.51
%35.18

CMYK color model

#B5CED2 color CMYK value is (14,2,0,18).

  • cyan value is 13.81%
  • magenta value is 1.90%
  • yellow value is 0.00%
  • key color value is 17.65%
CMYK:
(14,2,0,18)
C14M2Y0K18 
(14%,2%,0%,18%)
(0.14/0.02/0.00/0.18)	

CMYK percentages

%13.81
%1.9
%0
%17.65

Codes

Color #B5CED2 in popluar color models

B5CED2
RGB181206210
HSL188°24.37%76.67%
HSB/HSV188°13.81%82.35%
CMYK13.81%1.90%0.00%
17.65%

Color #B5CED2 in popluar number systems.

HEXB5CED2
Decimal181206210
Binary101101011100111011010010
Octal265316322

Shades and tints

Shades of #B5CED2

#B5CED2
(181,206,210)
#A5BCBF
(165,188,191)
#95AAAC
(149,170,172)
#859899
(133,152,153)
#758686
(117,134,134)
#657473
(101,116,115)
#556260
(85,98,96)
#45504D
(69,80,77)
#353E3A
(53,62,58)
#252C27
(37,44,39)
#151A14
(21,26,20)
#000000
(0,0,0)

Tints of #B5CED2

#B5CED2
(181,206,210)
#BBD2D6
(187,210,214)
#C1D6DA
(193,214,218)
#C7DADE
(199,218,222)
#CDDEE2
(205,222,226)
#D3E2E6
(211,226,230)
#D9E6EA
(217,230,234)
#DFEAEE
(223,234,238)
#E5EEF2
(229,238,242)
#EBF2F6
(235,242,246)
#F1F6FA
(241,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5CED2; }

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

This text font color is #B5CED2.


Background Color

.myBgColor { background-color: #B5CED2; }

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

This div background color is #B5CED2.


Border color

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

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

This div border color is #B5CED2.


Opacity

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

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

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

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

This text has shadow with #B5CED2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5CED2 on black background.


Color preview on white background

This text has color #B5CED2 on white background.



Black color preview on #B5CED2 background

This text has black color on #B5CED2 background.


White color preview on #B5CED2 background

This text has white color on #B5CED2 background.