COLOR #B7EDC1

HEX: #B7EDC1
RGB: (183,237,193)

Color info

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

RGB color model

#B7EDC1 color RGB value is (183,237,193).

  • red value is 183;
  • green value is 237;
  • blue value is 193.
RGB:
(183,237,193)
(72%,93%,76%)

RGB channels and saturation

R 183 of 255 = 72%
G 237 of 255 = 93%
B 193 of 255 = 76%

183
237
193

R + G + B ~ 80%. #B7EDC1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 237 + 193 = 613 (100%)
R 183 of 613 ~ 29.85%
G 237 of 613 ~ 38.66%
B 193 of 613 ~ 31.48%

%29.85
%38.66
%31.48

CMYK color model

#B7EDC1 color CMYK value is (23,0,19,7).

  • cyan value is 22.78%
  • magenta value is 0.00%
  • yellow value is 18.57%
  • key color value is 7.06%
CMYK:
(23,0,19,7)
C23M0Y19K7 
(23%,0%,19%,7%)
(0.23/0.00/0.19/0.07)	

CMYK percentages

%22.78
%0
%18.57
%7.06

Codes

Color #B7EDC1 in popluar color models

B7EDC1
RGB183237193
HSL131°60.00%82.35%
HSB/HSV131°22.78%92.94%
CMYK22.78%0.00%18.57%
7.06%

Color #B7EDC1 in popluar number systems.

HEXB7EDC1
Decimal183237193
Binary101101111110110111000001
Octal267355301

Shades and tints

Shades of #B7EDC1

#B7EDC1
(183,237,193)
#A7D8B0
(167,216,176)
#97C39F
(151,195,159)
#87AE8E
(135,174,142)
#77997D
(119,153,125)
#67846C
(103,132,108)
#576F5B
(87,111,91)
#475A4A
(71,90,74)
#374539
(55,69,57)
#273028
(39,48,40)
#171B17
(23,27,23)
#000000
(0,0,0)

Tints of #B7EDC1

#B7EDC1
(183,237,193)
#BDEEC6
(189,238,198)
#C3EFCB
(195,239,203)
#C9F0D0
(201,240,208)
#CFF1D5
(207,241,213)
#D5F2DA
(213,242,218)
#DBF3DF
(219,243,223)
#E1F4E4
(225,244,228)
#E7F5E9
(231,245,233)
#EDF6EE
(237,246,238)
#F3F7F3
(243,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7EDC1 color. Also use rgb(183,237,193) instead hex code.

Text Font Color

.myTextColor { color: #B7EDC1; }

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

This text font color is #B7EDC1.


Background Color

.myBgColor { background-color: #B7EDC1; }

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

This div background color is #B7EDC1.


Border color

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

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

This div border color is #B7EDC1.


Opacity

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

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

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

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

This text has shadow with #B7EDC1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7EDC1 on black background.


Color preview on white background

This text has color #B7EDC1 on white background.



Black color preview on #B7EDC1 background

This text has black color on #B7EDC1 background.


White color preview on #B7EDC1 background

This text has white color on #B7EDC1 background.