COLOR #B5EBD3

HEX: #B5EBD3
RGB: (181,235,211)

Color info

#B5EBD3 contains red, green and blue colors in about the same proportion. Web safe color of #B5EBD3 is #CCFFCC (or #CFC).

RGB color model

#B5EBD3 color RGB value is (181,235,211).

  • red value is 181;
  • green value is 235;
  • blue value is 211.
RGB:
(181,235,211)
(71%,92%,83%)

RGB channels and saturation

R 181 of 255 = 71%
G 235 of 255 = 92%
B 211 of 255 = 83%

181
235
211

R + G + B ~ 82%. #B5EBD3 is quite light color.

Portions of RGB colors in percentages

R + G + B =
181 + 235 + 211 = 627 (100%)
R 181 of 627 ~ 28.87%
G 235 of 627 ~ 37.48%
B 211 of 627 ~ 33.65%

%28.87
%37.48
%33.65

CMYK color model

#B5EBD3 color CMYK value is (23,0,10,8).

  • cyan value is 22.98%
  • magenta value is 0.00%
  • yellow value is 10.21%
  • key color value is 7.84%
CMYK:
(23,0,10,8)
C23M0Y10K8 
(23%,0%,10%,8%)
(0.23/0.00/0.10/0.08)	

CMYK percentages

%22.98
%0
%10.21
%7.84

Codes

Color #B5EBD3 in popluar color models

B5EBD3
RGB181235211
HSL153°57.45%81.57%
HSB/HSV153°22.98%92.16%
CMYK22.98%0.00%10.21%
7.84%

Color #B5EBD3 in popluar number systems.

HEXB5EBD3
Decimal181235211
Binary101101011110101111010011
Octal265353323

Shades and tints

Shades of #B5EBD3

#B5EBD3
(181,235,211)
#A5D6C0
(165,214,192)
#95C1AD
(149,193,173)
#85AC9A
(133,172,154)
#759787
(117,151,135)
#658274
(101,130,116)
#556D61
(85,109,97)
#45584E
(69,88,78)
#35433B
(53,67,59)
#252E28
(37,46,40)
#151915
(21,25,21)
#000000
(0,0,0)

Tints of #B5EBD3

#B5EBD3
(181,235,211)
#BBECD7
(187,236,215)
#C1EDDB
(193,237,219)
#C7EEDF
(199,238,223)
#CDEFE3
(205,239,227)
#D3F0E7
(211,240,231)
#D9F1EB
(217,241,235)
#DFF2EF
(223,242,239)
#E5F3F3
(229,243,243)
#EBF4F7
(235,244,247)
#F1F5FB
(241,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B5EBD3; }

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

This text font color is #B5EBD3.


Background Color

.myBgColor { background-color: #B5EBD3; }

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

This div background color is #B5EBD3.


Border color

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

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

This div border color is #B5EBD3.


Opacity

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

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

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

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

This text has shadow with #B5EBD3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B5EBD3 on black background.


Color preview on white background

This text has color #B5EBD3 on white background.



Black color preview on #B5EBD3 background

This text has black color on #B5EBD3 background.


White color preview on #B5EBD3 background

This text has white color on #B5EBD3 background.