COLOR #B5D3E1

HEX: #B5D3E1 RGB: (181,211,225)

Color info

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

RGB color model

#B5D3E1 color RGB value is (181,211,225).

RGB: (181,211,225) (71%, 83%, 88%)

RGB channels and saturation

R 181 of 255 = 71%
G 211 of 255 = 83%
B 225 of 255 = 88%

181
211
225

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

Portions of RGB colors in percentages

R + G + B = 181 + 211 + 225 = 617 (100%)
R 181 of 617 ~ 29.34%
G 211 of 617 ~ 34.2%
B 225 of 617 ~ 36.47'%

%29.34
%34.2
%36.47

CMYK color model

#B5D3E1 color CMYK value is (20,6,0,12).

  • cyan value is 19.56%
  • magenta value is 6.22%
  • yellow value is 0.00%
  • key color value is 11.76%

CMYK: (20,6,0,12)
C20M6Y0K12 (20%, 6%, 0%, 12%)
(0.20 / 0.06 / 0.00 / 0.12)

CMYK percentages

%19.56
%6.22
%0
%11.76

Codes

Color #B5D3E1 in popluar color models

B5 D3 E1
RGB 181 211 225
HSL 199° 42.31% 79.61%
HSB/HSV 199° 19.56% 88.24%
CMYK 19.56% 6.22% 0.00%
11.76%

Color #B5D3E1 in popluar number systems.

HEX B5 D3 E1
Decimal 181 211 225
Binary 10110101 11010011 11100001
Octal 265 323 341

Shades and tints

Shades of #B5D3E1

#B5D3E1
(181,211,225)
#A5C0CD
(165,192,205)
#95ADB9
(149,173,185)
#859AA5
(133,154,165)
#758791
(117,135,145)
#65747D
(101,116,125)
#556169
(85,97,105)
#454E55
(69,78,85)
#353B41
(53,59,65)
#25282D
(37,40,45)
#151519
(21,21,25)
#000000
(0,0,0)

Tints of #B5D3E1

#B5D3E1
(181,211,225)
#BBD7E3
(187,215,227)
#C1DBE5
(193,219,229)
#C7DFE7
(199,223,231)
#CDE3E9
(205,227,233)
#D3E7EB
(211,231,235)
#D9EBED
(217,235,237)
#DFEFEF
(223,239,239)
#E5F3F1
(229,243,241)
#EBF7F3
(235,247,243)
#F1FBF5
(241,251,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5D3E1 color. Also use rgb(181,211,225) instead hex code.

Text Font Color

.myTextColor { color: #B5D3E1; }

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

This text font color is #B5D3E1.

Background Color

.myBgColor { background-color: #B5D3E1; }

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

This div background color is #B5D3E1.

Border color

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

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

This div border color is #B5D3E1.

Opacity

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

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

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

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

This text has shadow with #B5D3E1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5D3E1.

Preview

Color preview on black background

This text has color #B5D3E1 on black background.


Color preview on white background

This text has color #B5D3E1 on white background.


Black color preview on #B5D3E1 background

This text has black color on #B5D3E1 background.


White color preview on #B5D3E1 background

This text has white color on #B5D3E1 background.


Related colors

Complementary color

Complementary color for #hex is #4A2C1E.


I love getcolorcode.com

Triadic colors

1 #E1B5D3 and #D3E1B5 with #B5D3E1 are triadic colors.

2 #E1D3B5 and #D3B5E1 with #B5D3E1 are triadic colors.