COLOR #B7EDD5

HEX: #B7EDD5
RGB: (183,237,213)

Color info

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

RGB color model

#B7EDD5 color RGB value is (183,237,213).

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

RGB channels and saturation

R 183 of 255 = 72%
G 237 of 255 = 93%
B 213 of 255 = 84%

183
237
213

R + G + B ~ 83%. #B7EDD5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 237 + 213 = 633 (100%)
R 183 of 633 ~ 28.91%
G 237 of 633 ~ 37.44%
B 213 of 633 ~ 33.65%

%28.91
%37.44
%33.65

CMYK color model

#B7EDD5 color CMYK value is (23,0,10,7).

  • cyan value is 22.78%
  • magenta value is 0.00%
  • yellow value is 10.13%
  • key color value is 7.06%
CMYK:
(23,0,10,7)
C23M0Y10K7 
(23%,0%,10%,7%)
(0.23/0.00/0.10/0.07)	

CMYK percentages

%22.78
%0
%10.13
%7.06

Codes

Color #B7EDD5 in popluar color models

B7EDD5
RGB183237213
HSL153°60.00%82.35%
HSB/HSV153°22.78%92.94%
CMYK22.78%0.00%10.13%
7.06%

Color #B7EDD5 in popluar number systems.

HEXB7EDD5
Decimal183237213
Binary101101111110110111010101
Octal267355325

Shades and tints

Shades of #B7EDD5

#B7EDD5
(183,237,213)
#A7D8C2
(167,216,194)
#97C3AF
(151,195,175)
#87AE9C
(135,174,156)
#779989
(119,153,137)
#678476
(103,132,118)
#576F63
(87,111,99)
#475A50
(71,90,80)
#37453D
(55,69,61)
#27302A
(39,48,42)
#171B17
(23,27,23)
#000000
(0,0,0)

Tints of #B7EDD5

#B7EDD5
(183,237,213)
#BDEED8
(189,238,216)
#C3EFDB
(195,239,219)
#C9F0DE
(201,240,222)
#CFF1E1
(207,241,225)
#D5F2E4
(213,242,228)
#DBF3E7
(219,243,231)
#E1F4EA
(225,244,234)
#E7F5ED
(231,245,237)
#EDF6F0
(237,246,240)
#F3F7F3
(243,247,243)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7EDD5; }

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

This text font color is #B7EDD5.


Background Color

.myBgColor { background-color: #B7EDD5; }

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

This div background color is #B7EDD5.


Border color

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

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

This div border color is #B7EDD5.


Opacity

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

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

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

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

This text has shadow with #B7EDD5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7EDD5 on black background.


Color preview on white background

This text has color #B7EDD5 on white background.



Black color preview on #B7EDD5 background

This text has black color on #B7EDD5 background.


White color preview on #B7EDD5 background

This text has white color on #B7EDD5 background.