COLOR #B5DCD7

HEX: #B5DCD7
RGB: (181,220,215)

Color info

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

RGB color model

#B5DCD7 color RGB value is (181,220,215).

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

RGB channels and saturation

R 181 of 255 = 71%
G 220 of 255 = 86%
B 215 of 255 = 84%

181
220
215

R + G + B ~ 80%. #B5DCD7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 220 + 215 = 616 (100%)
R 181 of 616 ~ 29.38%
G 220 of 616 ~ 35.71%
B 215 of 616 ~ 34.9%

%29.38
%35.71
%34.9

CMYK color model

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

  • cyan value is 17.73%
  • magenta value is 0.00%
  • yellow value is 2.27%
  • key color value is 13.73%
CMYK:
(18,0,2,14)
C18M0Y2K14 
(18%,0%,2%,14%)
(0.18/0.00/0.02/0.14)	

CMYK percentages

%17.73
%0
%2.27
%13.73

Codes

Color #B5DCD7 in popluar color models

B5DCD7
RGB181220215
HSL172°35.78%78.63%
HSB/HSV172°17.73%86.27%
CMYK17.73%0.00%2.27%
13.73%

Color #B5DCD7 in popluar number systems.

HEXB5DCD7
Decimal181220215
Binary101101011101110011010111
Octal265334327

Shades and tints

Shades of #B5DCD7

#B5DCD7
(181,220,215)
#A5C8C4
(165,200,196)
#95B4B1
(149,180,177)
#85A09E
(133,160,158)
#758C8B
(117,140,139)
#657878
(101,120,120)
#556465
(85,100,101)
#455052
(69,80,82)
#353C3F
(53,60,63)
#25282C
(37,40,44)
#151419
(21,20,25)
#000000
(0,0,0)

Tints of #B5DCD7

#B5DCD7
(181,220,215)
#BBDFDA
(187,223,218)
#C1E2DD
(193,226,221)
#C7E5E0
(199,229,224)
#CDE8E3
(205,232,227)
#D3EBE6
(211,235,230)
#D9EEE9
(217,238,233)
#DFF1EC
(223,241,236)
#E5F4EF
(229,244,239)
#EBF7F2
(235,247,242)
#F1FAF5
(241,250,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5DCD7; }

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

This text font color is #B5DCD7.


Background Color

.myBgColor { background-color: #B5DCD7; }

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

This div background color is #B5DCD7.


Border color

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

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

This div border color is #B5DCD7.


Opacity

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

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

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

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

This text has shadow with #B5DCD7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5DCD7 on black background.


Color preview on white background

This text has color #B5DCD7 on white background.



Black color preview on #B5DCD7 background

This text has black color on #B5DCD7 background.


White color preview on #B5DCD7 background

This text has white color on #B5DCD7 background.