COLOR #BEE5BD

HEX: #BEE5BD
RGB: (190,229,189)

Color info

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

RGB color model

#BEE5BD color RGB value is (190,229,189).

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

RGB channels and saturation

R 190 of 255 = 75%
G 229 of 255 = 90%
B 189 of 255 = 74%

190
229
189

R + G + B ~ 80%. #BEE5BD is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 229 + 189 = 608 (100%)
R 190 of 608 ~ 31.25%
G 229 of 608 ~ 37.66%
B 189 of 608 ~ 31.09%

%31.25
%37.66
%31.09

CMYK color model

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

  • cyan value is 17.03%
  • magenta value is 0.00%
  • yellow value is 17.47%
  • key color value is 10.20%
CMYK:
(17,0,17,10)
C17M0Y17K10 
(17%,0%,17%,10%)
(0.17/0.00/0.17/0.10)	

CMYK percentages

%17.03
%0
%17.47
%10.2

Codes

Color #BEE5BD in popluar color models

BEE5BD
RGB190229189
HSL119°43.48%81.96%
HSB/HSV119°17.47%89.80%
CMYK17.03%0.00%17.47%
10.20%

Color #BEE5BD in popluar number systems.

HEXBEE5BD
Decimal190229189
Binary101111101110010110111101
Octal276345275

Shades and tints

Shades of #BEE5BD

#BEE5BD
(190,229,189)
#ADD1AC
(173,209,172)
#9CBD9B
(156,189,155)
#8BA98A
(139,169,138)
#7A9579
(122,149,121)
#698168
(105,129,104)
#586D57
(88,109,87)
#475946
(71,89,70)
#364535
(54,69,53)
#253124
(37,49,36)
#141D13
(20,29,19)
#000000
(0,0,0)

Tints of #BEE5BD

#BEE5BD
(190,229,189)
#C3E7C3
(195,231,195)
#C8E9C9
(200,233,201)
#CDEBCF
(205,235,207)
#D2EDD5
(210,237,213)
#D7EFDB
(215,239,219)
#DCF1E1
(220,241,225)
#E1F3E7
(225,243,231)
#E6F5ED
(230,245,237)
#EBF7F3
(235,247,243)
#F0F9F9
(240,249,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEE5BD; }

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

This text font color is #BEE5BD.


Background Color

.myBgColor { background-color: #BEE5BD; }

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

This div background color is #BEE5BD.


Border color

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

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

This div border color is #BEE5BD.


Opacity

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

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

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

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

This text has shadow with #BEE5BD color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEE5BD on black background.


Color preview on white background

This text has color #BEE5BD on white background.



Black color preview on #BEE5BD background

This text has black color on #BEE5BD background.


White color preview on #BEE5BD background

This text has white color on #BEE5BD background.