COLOR #B7E1E9

HEX: #B7E1E9
RGB: (183,225,233)

Color info

#B7E1E9 contains red, green and blue colors in about the same proportion. Web safe color of #B7E1E9 is #CCCCFF (or #CCF).

RGB color model

#B7E1E9 color RGB value is (183,225,233).

  • red value is 183;
  • green value is 225;
  • blue value is 233.
RGB:
(183,225,233)
(72%,88%,91%)

RGB channels and saturation

R 183 of 255 = 72%
G 225 of 255 = 88%
B 233 of 255 = 91%

183
225
233

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

Portions of RGB colors in percentages

R + G + B =
183 + 225 + 233 = 641 (100%)
R 183 of 641 ~ 28.55%
G 225 of 641 ~ 35.1%
B 233 of 641 ~ 36.35%

%28.55
%35.1
%36.35

CMYK color model

#B7E1E9 color CMYK value is (21,3,0,9).

  • cyan value is 21.46%
  • magenta value is 3.43%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(21,3,0,9)
C21M3Y0K9 
(21%,3%,0%,9%)
(0.21/0.03/0.00/0.09)	

CMYK percentages

%21.46
%3.43
%0
%8.63

Codes

Color #B7E1E9 in popluar color models

B7E1E9
RGB183225233
HSL190°53.19%81.57%
HSB/HSV190°21.46%91.37%
CMYK21.46%3.43%0.00%
8.63%

Color #B7E1E9 in popluar number systems.

HEXB7E1E9
Decimal183225233
Binary101101111110000111101001
Octal267341351

Shades and tints

Shades of #B7E1E9

#B7E1E9
(183,225,233)
#A7CDD4
(167,205,212)
#97B9BF
(151,185,191)
#87A5AA
(135,165,170)
#779195
(119,145,149)
#677D80
(103,125,128)
#57696B
(87,105,107)
#475556
(71,85,86)
#374141
(55,65,65)
#272D2C
(39,45,44)
#171917
(23,25,23)
#000000
(0,0,0)

Tints of #B7E1E9

#B7E1E9
(183,225,233)
#BDE3EB
(189,227,235)
#C3E5ED
(195,229,237)
#C9E7EF
(201,231,239)
#CFE9F1
(207,233,241)
#D5EBF3
(213,235,243)
#DBEDF5
(219,237,245)
#E1EFF7
(225,239,247)
#E7F1F9
(231,241,249)
#EDF3FB
(237,243,251)
#F3F5FD
(243,245,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #B7E1E9 color. Also use rgb(183,225,233) instead hex code.

Text Font Color

.myTextColor { color: #B7E1E9; }

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

This text font color is #B7E1E9.


Background Color

.myBgColor { background-color: #B7E1E9; }

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

This div background color is #B7E1E9.


Border color

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

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

This div border color is #B7E1E9.


Opacity

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

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

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

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

This text has shadow with #B7E1E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #B7E1E9 on black background.


Color preview on white background

This text has color #B7E1E9 on white background.



Black color preview on #B7E1E9 background

This text has black color on #B7E1E9 background.


White color preview on #B7E1E9 background

This text has white color on #B7E1E9 background.