COLOR #B7EDDD

HEX: #B7EDDD
RGB: (183,237,221)

Color info

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

RGB color model

#B7EDDD color RGB value is (183,237,221).

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

RGB channels and saturation

R 183 of 255 = 72%
G 237 of 255 = 93%
B 221 of 255 = 87%

183
237
221

R + G + B ~ 84%. #B7EDDD is quite light color.

Portions of RGB colors in percentages

R + G + B =
183 + 237 + 221 = 641 (100%)
R 183 of 641 ~ 28.55%
G 237 of 641 ~ 36.97%
B 221 of 641 ~ 34.48%

%28.55
%36.97
%34.48

CMYK color model

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

  • cyan value is 22.78%
  • magenta value is 0.00%
  • yellow value is 6.75%
  • key color value is 7.06%
CMYK:
(23,0,7,7)
C23M0Y7K7 
(23%,0%,7%,7%)
(0.23/0.00/0.07/0.07)	

CMYK percentages

%22.78
%0
%6.75
%7.06

Codes

Color #B7EDDD in popluar color models

B7EDDD
RGB183237221
HSL162°60.00%82.35%
HSB/HSV162°22.78%92.94%
CMYK22.78%0.00%6.75%
7.06%

Color #B7EDDD in popluar number systems.

HEXB7EDDD
Decimal183237221
Binary101101111110110111011101
Octal267355335

Shades and tints

Shades of #B7EDDD

#B7EDDD
(183,237,221)
#A7D8C9
(167,216,201)
#97C3B5
(151,195,181)
#87AEA1
(135,174,161)
#77998D
(119,153,141)
#678479
(103,132,121)
#576F65
(87,111,101)
#475A51
(71,90,81)
#37453D
(55,69,61)
#273029
(39,48,41)
#171B15
(23,27,21)
#000000
(0,0,0)

Tints of #B7EDDD

#B7EDDD
(183,237,221)
#BDEEE0
(189,238,224)
#C3EFE3
(195,239,227)
#C9F0E6
(201,240,230)
#CFF1E9
(207,241,233)
#D5F2EC
(213,242,236)
#DBF3EF
(219,243,239)
#E1F4F2
(225,244,242)
#E7F5F5
(231,245,245)
#EDF6F8
(237,246,248)
#F3F7FB
(243,247,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #B7EDDD; }

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

This text font color is #B7EDDD.


Background Color

.myBgColor { background-color: #B7EDDD; }

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

This div background color is #B7EDDD.


Border color

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

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

This div border color is #B7EDDD.


Opacity

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

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

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

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

This text has shadow with #B7EDDD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7EDDD on black background.


Color preview on white background

This text has color #B7EDDD on white background.



Black color preview on #B7EDDD background

This text has black color on #B7EDDD background.


White color preview on #B7EDDD background

This text has white color on #B7EDDD background.