COLOR #BEE7E4

HEX: #BEE7E4
RGB: (190,231,228)

Color info

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

RGB color model

#BEE7E4 color RGB value is (190,231,228).

  • red value is 190;
  • green value is 231;
  • blue value is 228.
RGB:
(190,231,228)
(75%,91%,89%)

RGB channels and saturation

R 190 of 255 = 75%
G 231 of 255 = 91%
B 228 of 255 = 89%

190
231
228

R + G + B ~ 85%. #BEE7E4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 231 + 228 = 649 (100%)
R 190 of 649 ~ 29.28%
G 231 of 649 ~ 35.59%
B 228 of 649 ~ 35.13%

%29.28
%35.59
%35.13

CMYK color model

#BEE7E4 color CMYK value is (18,0,1,9).

  • cyan value is 17.75%
  • magenta value is 0.00%
  • yellow value is 1.30%
  • key color value is 9.41%
CMYK:
(18,0,1,9)
C18M0Y1K9 
(18%,0%,1%,9%)
(0.18/0.00/0.01/0.09)	

CMYK percentages

%17.75
%0
%1.3
%9.41

Codes

Color #BEE7E4 in popluar color models

BEE7E4
RGB190231228
HSL176°46.07%82.55%
HSB/HSV176°17.75%90.59%
CMYK17.75%0.00%1.30%
9.41%

Color #BEE7E4 in popluar number systems.

HEXBEE7E4
Decimal190231228
Binary101111101110011111100100
Octal276347344

Shades and tints

Shades of #BEE7E4

#BEE7E4
(190,231,228)
#ADD2D0
(173,210,208)
#9CBDBC
(156,189,188)
#8BA8A8
(139,168,168)
#7A9394
(122,147,148)
#697E80
(105,126,128)
#58696C
(88,105,108)
#475458
(71,84,88)
#363F44
(54,63,68)
#252A30
(37,42,48)
#14151C
(20,21,28)
#000000
(0,0,0)

Tints of #BEE7E4

#BEE7E4
(190,231,228)
#C3E9E6
(195,233,230)
#C8EBE8
(200,235,232)
#CDEDEA
(205,237,234)
#D2EFEC
(210,239,236)
#D7F1EE
(215,241,238)
#DCF3F0
(220,243,240)
#E1F5F2
(225,245,242)
#E6F7F4
(230,247,244)
#EBF9F6
(235,249,246)
#F0FBF8
(240,251,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEE7E4 color. Also use rgb(190,231,228) instead hex code.

Text Font Color

.myTextColor { color: #BEE7E4; }

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

This text font color is #BEE7E4.


Background Color

.myBgColor { background-color: #BEE7E4; }

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

This div background color is #BEE7E4.


Border color

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

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

This div border color is #BEE7E4.


Opacity

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

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

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

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

This text has shadow with #BEE7E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEE7E4 on black background.


Color preview on white background

This text has color #BEE7E4 on white background.



Black color preview on #BEE7E4 background

This text has black color on #BEE7E4 background.


White color preview on #BEE7E4 background

This text has white color on #BEE7E4 background.