COLOR #BEE9E4

HEX: #BEE9E4
RGB: (190,233,228)

Color info

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

RGB color model

#BEE9E4 color RGB value is (190,233,228).

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

RGB channels and saturation

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

190
233
228

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

Portions of RGB colors in percentages

R + G + B =
190 + 233 + 228 = 651 (100%)
R 190 of 651 ~ 29.19%
G 233 of 651 ~ 35.79%
B 228 of 651 ~ 35.02%

%29.19
%35.79
%35.02

CMYK color model

#BEE9E4 color CMYK value is (18,0,2,9).

  • cyan value is 18.45%
  • magenta value is 0.00%
  • yellow value is 2.15%
  • key color value is 8.63%
CMYK:
(18,0,2,9)
C18M0Y2K9 
(18%,0%,2%,9%)
(0.18/0.00/0.02/0.09)	

CMYK percentages

%18.45
%0
%2.15
%8.63

Codes

Color #BEE9E4 in popluar color models

BEE9E4
RGB190233228
HSL173°49.43%82.94%
HSB/HSV173°18.45%91.37%
CMYK18.45%0.00%2.15%
8.63%

Color #BEE9E4 in popluar number systems.

HEXBEE9E4
Decimal190233228
Binary101111101110100111100100
Octal276351344

Shades and tints

Shades of #BEE9E4

#BEE9E4
(190,233,228)
#ADD4D0
(173,212,208)
#9CBFBC
(156,191,188)
#8BAAA8
(139,170,168)
#7A9594
(122,149,148)
#698080
(105,128,128)
#586B6C
(88,107,108)
#475658
(71,86,88)
#364144
(54,65,68)
#252C30
(37,44,48)
#14171C
(20,23,28)
#000000
(0,0,0)

Tints of #BEE9E4

#BEE9E4
(190,233,228)
#C3EBE6
(195,235,230)
#C8EDE8
(200,237,232)
#CDEFEA
(205,239,234)
#D2F1EC
(210,241,236)
#D7F3EE
(215,243,238)
#DCF5F0
(220,245,240)
#E1F7F2
(225,247,242)
#E6F9F4
(230,249,244)
#EBFBF6
(235,251,246)
#F0FDF8
(240,253,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEE9E4; }

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

This text font color is #BEE9E4.


Background Color

.myBgColor { background-color: #BEE9E4; }

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

This div background color is #BEE9E4.


Border color

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

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

This div border color is #BEE9E4.


Opacity

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

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

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

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

This text has shadow with #BEE9E4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEE9E4 on black background.


Color preview on white background

This text has color #BEE9E4 on white background.



Black color preview on #BEE9E4 background

This text has black color on #BEE9E4 background.


White color preview on #BEE9E4 background

This text has white color on #BEE9E4 background.