COLOR #BEE8E9

HEX: #BEE8E9
RGB: (190,232,233)

Color info

#BEE8E9 contains red, green and blue colors in about the same proportion. Web safe color of #BEE8E9 is #CCFFFF (or #CFF).

RGB color model

#BEE8E9 color RGB value is (190,232,233).

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

RGB channels and saturation

R 190 of 255 = 75%
G 232 of 255 = 91%
B 233 of 255 = 91%

190
232
233

R + G + B ~ 86%. #BEE8E9 is light color.

Portions of RGB colors in percentages

R + G + B =
190 + 232 + 233 = 655 (100%)
R 190 of 655 ~ 29.01%
G 232 of 655 ~ 35.42%
B 233 of 655 ~ 35.57%

%29.01
%35.42
%35.57

CMYK color model

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

  • cyan value is 18.45%
  • magenta value is 0.43%
  • yellow value is 0.00%
  • key color value is 8.63%
CMYK:
(18,0,0,9)
C18M0Y0K9 
(18%,0%,0%,9%)
(0.18/0.00/0.00/0.09)	

CMYK percentages

%18.45
%0.43
%0
%8.63

Codes

Color #BEE8E9 in popluar color models

BEE8E9
RGB190232233
HSL181°49.43%82.94%
HSB/HSV181°18.45%91.37%
CMYK18.45%0.43%0.00%
8.63%

Color #BEE8E9 in popluar number systems.

HEXBEE8E9
Decimal190232233
Binary101111101110100011101001
Octal276350351

Shades and tints

Shades of #BEE8E9

#BEE8E9
(190,232,233)
#ADD3D4
(173,211,212)
#9CBEBF
(156,190,191)
#8BA9AA
(139,169,170)
#7A9495
(122,148,149)
#697F80
(105,127,128)
#586A6B
(88,106,107)
#475556
(71,85,86)
#364041
(54,64,65)
#252B2C
(37,43,44)
#141617
(20,22,23)
#000000
(0,0,0)

Tints of #BEE8E9

#BEE8E9
(190,232,233)
#C3EAEB
(195,234,235)
#C8ECED
(200,236,237)
#CDEEEF
(205,238,239)
#D2F0F1
(210,240,241)
#D7F2F3
(215,242,243)
#DCF4F5
(220,244,245)
#E1F6F7
(225,246,247)
#E6F8F9
(230,248,249)
#EBFAFB
(235,250,251)
#F0FCFD
(240,252,253)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEE8E9; }

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

This text font color is #BEE8E9.


Background Color

.myBgColor { background-color: #BEE8E9; }

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

This div background color is #BEE8E9.


Border color

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

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

This div border color is #BEE8E9.


Opacity

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

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

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

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

This text has shadow with #BEE8E9 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEE8E9 on black background.


Color preview on white background

This text has color #BEE8E9 on white background.



Black color preview on #BEE8E9 background

This text has black color on #BEE8E9 background.


White color preview on #BEE8E9 background

This text has white color on #BEE8E9 background.