COLOR #B5CED7

HEX: #B5CED7
RGB: (181,206,215)

Color info

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

RGB color model

#B5CED7 color RGB value is (181,206,215).

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

RGB channels and saturation

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

181
206
215

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

Portions of RGB colors in percentages

R + G + B =
181 + 206 + 215 = 602 (100%)
R 181 of 602 ~ 30.07%
G 206 of 602 ~ 34.22%
B 215 of 602 ~ 35.71%

%30.07
%34.22
%35.71

CMYK color model

#B5CED7 color CMYK value is (16,4,0,16).

  • cyan value is 15.81%
  • magenta value is 4.19%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(16,4,0,16)
C16M4Y0K16 
(16%,4%,0%,16%)
(0.16/0.04/0.00/0.16)	

CMYK percentages

%15.81
%4.19
%0
%15.69

Codes

Color #B5CED7 in popluar color models

B5CED7
RGB181206215
HSL196°29.82%77.65%
HSB/HSV196°15.81%84.31%
CMYK15.81%4.19%0.00%
15.69%

Color #B5CED7 in popluar number systems.

HEXB5CED7
Decimal181206215
Binary101101011100111011010111
Octal265316327

Shades and tints

Shades of #B5CED7

#B5CED7
(181,206,215)
#A5BCC4
(165,188,196)
#95AAB1
(149,170,177)
#85989E
(133,152,158)
#75868B
(117,134,139)
#657478
(101,116,120)
#556265
(85,98,101)
#455052
(69,80,82)
#353E3F
(53,62,63)
#252C2C
(37,44,44)
#151A19
(21,26,25)
#000000
(0,0,0)

Tints of #B5CED7

#B5CED7
(181,206,215)
#BBD2DA
(187,210,218)
#C1D6DD
(193,214,221)
#C7DAE0
(199,218,224)
#CDDEE3
(205,222,227)
#D3E2E6
(211,226,230)
#D9E6E9
(217,230,233)
#DFEAEC
(223,234,236)
#E5EEEF
(229,238,239)
#EBF2F2
(235,242,242)
#F1F6F5
(241,246,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5CED7; }

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

This text font color is #B5CED7.


Background Color

.myBgColor { background-color: #B5CED7; }

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

This div background color is #B5CED7.


Border color

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

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

This div border color is #B5CED7.


Opacity

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

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

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

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

This text has shadow with #B5CED7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5CED7 on black background.


Color preview on white background

This text has color #B5CED7 on white background.



Black color preview on #B5CED7 background

This text has black color on #B5CED7 background.


White color preview on #B5CED7 background

This text has white color on #B5CED7 background.