COLOR #B5E3D2

HEX: #B5E3D2 RGB: (181,227,210)

Color info

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

RGB color model

#B5E3D2 color RGB value is (181,227,210).

RGB: (181,227,210) (71%, 89%, 82%)

RGB channels and saturation

R 181 of 255 = 71%
G 227 of 255 = 89%
B 210 of 255 = 82%

181
227
210

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

Portions of RGB colors in percentages

R + G + B = 181 + 227 + 210 = 618 (100%)
R 181 of 618 ~ 29.29%
G 227 of 618 ~ 36.73%
B 210 of 618 ~ 33.98'%

%29.29
%36.73
%33.98

CMYK color model

#B5E3D2 color CMYK value is (20,0,7,11).

  • cyan value is 20.26%
  • magenta value is 0.00%
  • yellow value is 7.49%
  • key color value is 10.98%

CMYK: (20,0,7,11)
C20M0Y7K11 (20%, 0%, 7%, 11%)
(0.20 / 0.00 / 0.07 / 0.11)

CMYK percentages

%20.26
%0
%7.49
%10.98

Codes

Color #B5E3D2 in popluar color models

B5 E3 D2
RGB 181 227 210
HSL 158° 45.10% 80.00%
HSB/HSV 158° 20.26% 89.02%
CMYK 20.26% 0.00% 7.49%
10.98%

Color #B5E3D2 in popluar number systems.

HEX B5 E3 D2
Decimal 181 227 210
Binary 10110101 11100011 11010010
Octal 265 343 322

Shades and tints

Shades of #B5E3D2

#B5E3D2
(181,227,210)
#A5CFBF
(165,207,191)
#95BBAC
(149,187,172)
#85A799
(133,167,153)
#759386
(117,147,134)
#657F73
(101,127,115)
#556B60
(85,107,96)
#45574D
(69,87,77)
#35433A
(53,67,58)
#252F27
(37,47,39)
#151B14
(21,27,20)
#000000
(0,0,0)

Tints of #B5E3D2

#B5E3D2
(181,227,210)
#BBE5D6
(187,229,214)
#C1E7DA
(193,231,218)
#C7E9DE
(199,233,222)
#CDEBE2
(205,235,226)
#D3EDE6
(211,237,230)
#D9EFEA
(217,239,234)
#DFF1EE
(223,241,238)
#E5F3F2
(229,243,242)
#EBF5F6
(235,245,246)
#F1F7FA
(241,247,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B5E3D2 color. Also use rgb(181,227,210) instead hex code.

Text Font Color

.myTextColor { color: #B5E3D2; }

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

This text font color is #B5E3D2.

Background Color

.myBgColor { background-color: #B5E3D2; }

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

This div background color is #B5E3D2.

Border color

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

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

This div border color is #B5E3D2.

Opacity

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

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

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

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

This text has shadow with #B5E3D2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #B5E3D2.

Preview

Color preview on black background

This text has color #B5E3D2 on black background.


Color preview on white background

This text has color #B5E3D2 on white background.


Black color preview on #B5E3D2 background

This text has black color on #B5E3D2 background.


White color preview on #B5E3D2 background

This text has white color on #B5E3D2 background.


Related colors

Complementary color

Complementary color for #hex is #4A1C2D.


I love getcolorcode.com

Triadic colors

1 #D2B5E3 and #E3D2B5 with #B5E3D2 are triadic colors.

2 #D2E3B5 and #E3B5D2 with #B5E3D2 are triadic colors.