COLOR #B5D0D7

HEX: #B5D0D7
RGB: (181,208,215)

Color info

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

RGB color model

#B5D0D7 color RGB value is (181,208,215).

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

RGB channels and saturation

R 181 of 255 = 71%
G 208 of 255 = 82%
B 215 of 255 = 84%

181
208
215

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

Portions of RGB colors in percentages

R + G + B =
181 + 208 + 215 = 604 (100%)
R 181 of 604 ~ 29.97%
G 208 of 604 ~ 34.44%
B 215 of 604 ~ 35.6%

%29.97
%34.44
%35.6

CMYK color model

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

  • cyan value is 15.81%
  • magenta value is 3.26%
  • yellow value is 0.00%
  • key color value is 15.69%
CMYK:
(16,3,0,16)
C16M3Y0K16 
(16%,3%,0%,16%)
(0.16/0.03/0.00/0.16)	

CMYK percentages

%15.81
%3.26
%0
%15.69

Codes

Color #B5D0D7 in popluar color models

B5D0D7
RGB181208215
HSL192°29.82%77.65%
HSB/HSV192°15.81%84.31%
CMYK15.81%3.26%0.00%
15.69%

Color #B5D0D7 in popluar number systems.

HEXB5D0D7
Decimal181208215
Binary101101011101000011010111
Octal265320327

Shades and tints

Shades of #B5D0D7

#B5D0D7
(181,208,215)
#A5BEC4
(165,190,196)
#95ACB1
(149,172,177)
#859A9E
(133,154,158)
#75888B
(117,136,139)
#657678
(101,118,120)
#556465
(85,100,101)
#455252
(69,82,82)
#35403F
(53,64,63)
#252E2C
(37,46,44)
#151C19
(21,28,25)
#000000
(0,0,0)

Tints of #B5D0D7

#B5D0D7
(181,208,215)
#BBD4DA
(187,212,218)
#C1D8DD
(193,216,221)
#C7DCE0
(199,220,224)
#CDE0E3
(205,224,227)
#D3E4E6
(211,228,230)
#D9E8E9
(217,232,233)
#DFECEC
(223,236,236)
#E5F0EF
(229,240,239)
#EBF4F2
(235,244,242)
#F1F8F5
(241,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5D0D7; }

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

This text font color is #B5D0D7.


Background Color

.myBgColor { background-color: #B5D0D7; }

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

This div background color is #B5D0D7.


Border color

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

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

This div border color is #B5D0D7.


Opacity

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

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

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

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

This text has shadow with #B5D0D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5D0D7 on black background.


Color preview on white background

This text has color #B5D0D7 on white background.



Black color preview on #B5D0D7 background

This text has black color on #B5D0D7 background.


White color preview on #B5D0D7 background

This text has white color on #B5D0D7 background.