COLOR #B7EBD3

HEX: #B7EBD3
RGB: (183,235,211)

Color info

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

RGB color model

#B7EBD3 color RGB value is (183,235,211).

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

RGB channels and saturation

R 183 of 255 = 72%
G 235 of 255 = 92%
B 211 of 255 = 83%

183
235
211

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

Portions of RGB colors in percentages

R + G + B =
183 + 235 + 211 = 629 (100%)
R 183 of 629 ~ 29.09%
G 235 of 629 ~ 37.36%
B 211 of 629 ~ 33.55%

%29.09
%37.36
%33.55

CMYK color model

#B7EBD3 color CMYK value is (22,0,10,8).

  • cyan value is 22.13%
  • magenta value is 0.00%
  • yellow value is 10.21%
  • key color value is 7.84%
CMYK:
(22,0,10,8)
C22M0Y10K8 
(22%,0%,10%,8%)
(0.22/0.00/0.10/0.08)	

CMYK percentages

%22.13
%0
%10.21
%7.84

Codes

Color #B7EBD3 in popluar color models

B7EBD3
RGB183235211
HSL152°56.52%81.96%
HSB/HSV152°22.13%92.16%
CMYK22.13%0.00%10.21%
7.84%

Color #B7EBD3 in popluar number systems.

HEXB7EBD3
Decimal183235211
Binary101101111110101111010011
Octal267353323

Shades and tints

Shades of #B7EBD3

#B7EBD3
(183,235,211)
#A7D6C0
(167,214,192)
#97C1AD
(151,193,173)
#87AC9A
(135,172,154)
#779787
(119,151,135)
#678274
(103,130,116)
#576D61
(87,109,97)
#47584E
(71,88,78)
#37433B
(55,67,59)
#272E28
(39,46,40)
#171915
(23,25,21)
#000000
(0,0,0)

Tints of #B7EBD3

#B7EBD3
(183,235,211)
#BDECD7
(189,236,215)
#C3EDDB
(195,237,219)
#C9EEDF
(201,238,223)
#CFEFE3
(207,239,227)
#D5F0E7
(213,240,231)
#DBF1EB
(219,241,235)
#E1F2EF
(225,242,239)
#E7F3F3
(231,243,243)
#EDF4F7
(237,244,247)
#F3F5FB
(243,245,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7EBD3; }

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

This text font color is #B7EBD3.


Background Color

.myBgColor { background-color: #B7EBD3; }

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

This div background color is #B7EBD3.


Border color

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

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

This div border color is #B7EBD3.


Opacity

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

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

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

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

This text has shadow with #B7EBD3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7EBD3 on black background.


Color preview on white background

This text has color #B7EBD3 on white background.



Black color preview on #B7EBD3 background

This text has black color on #B7EBD3 background.


White color preview on #B7EBD3 background

This text has white color on #B7EBD3 background.