COLOR #BEE5D8

HEX: #BEE5D8
RGB: (190,229,216)

Color info

#BEE5D8 contains red, green and blue colors in about the same proportion. Web safe color of #BEE5D8 is #CCCCCC (or #CCC).

RGB color model

#BEE5D8 color RGB value is (190,229,216).

  • red value is 190;
  • green value is 229;
  • blue value is 216.
RGB:
(190,229,216)
(75%,90%,85%)

RGB channels and saturation

R 190 of 255 = 75%
G 229 of 255 = 90%
B 216 of 255 = 85%

190
229
216

R + G + B ~ 83%. #BEE5D8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 229 + 216 = 635 (100%)
R 190 of 635 ~ 29.92%
G 229 of 635 ~ 36.06%
B 216 of 635 ~ 34.02%

%29.92
%36.06
%34.02

CMYK color model

#BEE5D8 color CMYK value is (17,0,6,10).

  • cyan value is 17.03%
  • magenta value is 0.00%
  • yellow value is 5.68%
  • key color value is 10.20%
CMYK:
(17,0,6,10)
C17M0Y6K10 
(17%,0%,6%,10%)
(0.17/0.00/0.06/0.10)	

CMYK percentages

%17.03
%0
%5.68
%10.2

Codes

Color #BEE5D8 in popluar color models

BEE5D8
RGB190229216
HSL160°42.86%82.16%
HSB/HSV160°17.03%89.80%
CMYK17.03%0.00%5.68%
10.20%

Color #BEE5D8 in popluar number systems.

HEXBEE5D8
Decimal190229216
Binary101111101110010111011000
Octal276345330

Shades and tints

Shades of #BEE5D8

#BEE5D8
(190,229,216)
#ADD1C5
(173,209,197)
#9CBDB2
(156,189,178)
#8BA99F
(139,169,159)
#7A958C
(122,149,140)
#698179
(105,129,121)
#586D66
(88,109,102)
#475953
(71,89,83)
#364540
(54,69,64)
#25312D
(37,49,45)
#141D1A
(20,29,26)
#000000
(0,0,0)

Tints of #BEE5D8

#BEE5D8
(190,229,216)
#C3E7DB
(195,231,219)
#C8E9DE
(200,233,222)
#CDEBE1
(205,235,225)
#D2EDE4
(210,237,228)
#D7EFE7
(215,239,231)
#DCF1EA
(220,241,234)
#E1F3ED
(225,243,237)
#E6F5F0
(230,245,240)
#EBF7F3
(235,247,243)
#F0F9F6
(240,249,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEE5D8 color. Also use rgb(190,229,216) instead hex code.

Text Font Color

.myTextColor { color: #BEE5D8; }

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

This text font color is #BEE5D8.


Background Color

.myBgColor { background-color: #BEE5D8; }

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

This div background color is #BEE5D8.


Border color

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

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

This div border color is #BEE5D8.


Opacity

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

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

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

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

This text has shadow with #BEE5D8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEE5D8 on black background.


Color preview on white background

This text has color #BEE5D8 on white background.



Black color preview on #BEE5D8 background

This text has black color on #BEE5D8 background.


White color preview on #BEE5D8 background

This text has white color on #BEE5D8 background.