COLOR #B5D7DD

HEX: #B5D7DD RGB: (181,215,221)

Color info

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

RGB color model

#B5D7DD color RGB value is (181,215,221).

RGB: (181,215,221) (71%, 84%, 87%)

RGB channels and saturation

R 181 of 255 = 71%
G 215 of 255 = 84%
B 221 of 255 = 87%

181
215
221

R + G + B ~ 81%. #B5D7DD is quite light color.

Portions of RGB colors in percentages

R + G + B = 181 + 215 + 221 = 617 (100%)
R 181 of 617 ~ 29.34%
G 215 of 617 ~ 34.85%
B 221 of 617 ~ 35.82'%

%29.34
%34.85
%35.82

CMYK color model

#B5D7DD color CMYK value is (18,3,0,13).

  • cyan value is 18.10%
  • magenta value is 2.71%
  • yellow value is 0.00%
  • key color value is 13.33%

CMYK: (18,3,0,13)
C18M3Y0K13 (18%, 3%, 0%, 13%)
(0.18 / 0.03 / 0.00 / 0.13)

CMYK percentages

%18.1
%2.71
%0
%13.33

Codes

Color #B5D7DD in popluar color models

B5 D7 DD
RGB 181 215 221
HSL 189° 37.04% 78.82%
HSB/HSV 189° 18.10% 86.67%
CMYK 18.10% 2.71% 0.00%
13.33%

Color #B5D7DD in popluar number systems.

HEX B5 D7 DD
Decimal 181 215 221
Binary 10110101 11010111 11011101
Octal 265 327 335

Shades and tints

Shades of #B5D7DD

#B5D7DD
(181,215,221)
#A5C4C9
(165,196,201)
#95B1B5
(149,177,181)
#859EA1
(133,158,161)
#758B8D
(117,139,141)
#657879
(101,120,121)
#556565
(85,101,101)
#455251
(69,82,81)
#353F3D
(53,63,61)
#252C29
(37,44,41)
#151915
(21,25,21)
#000000
(0,0,0)

Tints of #B5D7DD

#B5D7DD
(181,215,221)
#BBDAE0
(187,218,224)
#C1DDE3
(193,221,227)
#C7E0E6
(199,224,230)
#CDE3E9
(205,227,233)
#D3E6EC
(211,230,236)
#D9E9EF
(217,233,239)
#DFECF2
(223,236,242)
#E5EFF5
(229,239,245)
#EBF2F8
(235,242,248)
#F1F5FB
(241,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5D7DD; }

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

This text font color is #B5D7DD.

Background Color

.myBgColor { background-color: #B5D7DD; }

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

This div background color is #B5D7DD.

Border color

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

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

This div border color is #B5D7DD.

Opacity

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

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

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

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

This text has shadow with #B5D7DD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5D7DD.

Preview

Color preview on black background

This text has color #B5D7DD on black background.


Color preview on white background

This text has color #B5D7DD on white background.


Black color preview on #B5D7DD background

This text has black color on #B5D7DD background.


White color preview on #B5D7DD background

This text has white color on #B5D7DD background.


Related colors

Complementary color

Complementary color for #hex is #4A2822.


I love getcolorcode.com

Triadic colors

1 #DDB5D7 and #D7DDB5 with #B5D7DD are triadic colors.

2 #DDD7B5 and #D7B5DD with #B5D7DD are triadic colors.