COLOR #BEE1B1

HEX: #BEE1B1
RGB: (190,225,177)

Color info

#BEE1B1 contains red, green and blue colors in about the same proportion. Web safe color of #BEE1B1 is #CCCC99 (or #CC9).

RGB color model

#BEE1B1 color RGB value is (190,225,177).

  • red value is 190;
  • green value is 225;
  • blue value is 177.
RGB:
(190,225,177)
(75%,88%,69%)

RGB channels and saturation

R 190 of 255 = 75%
G 225 of 255 = 88%
B 177 of 255 = 69%

190
225
177

R + G + B ~ 77%. #BEE1B1 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 225 + 177 = 592 (100%)
R 190 of 592 ~ 32.09%
G 225 of 592 ~ 38.01%
B 177 of 592 ~ 29.9%

%32.09
%38.01
%29.9

CMYK color model

#BEE1B1 color CMYK value is (16,0,21,12).

  • cyan value is 15.56%
  • magenta value is 0.00%
  • yellow value is 21.33%
  • key color value is 11.76%
CMYK:
(16,0,21,12)
C16M0Y21K12 
(16%,0%,21%,12%)
(0.16/0.00/0.21/0.12)	

CMYK percentages

%15.56
%0
%21.33
%11.76

Codes

Color #BEE1B1 in popluar color models

BEE1B1
RGB190225177
HSL104°44.44%78.82%
HSB/HSV104°21.33%88.24%
CMYK15.56%0.00%21.33%
11.76%

Color #BEE1B1 in popluar number systems.

HEXBEE1B1
Decimal190225177
Binary101111101110000110110001
Octal276341261

Shades and tints

Shades of #BEE1B1

#BEE1B1
(190,225,177)
#ADCDA1
(173,205,161)
#9CB991
(156,185,145)
#8BA581
(139,165,129)
#7A9171
(122,145,113)
#697D61
(105,125,97)
#586951
(88,105,81)
#475541
(71,85,65)
#364131
(54,65,49)
#252D21
(37,45,33)
#141911
(20,25,17)
#000000
(0,0,0)

Tints of #BEE1B1

#BEE1B1
(190,225,177)
#C3E3B8
(195,227,184)
#C8E5BF
(200,229,191)
#CDE7C6
(205,231,198)
#D2E9CD
(210,233,205)
#D7EBD4
(215,235,212)
#DCEDDB
(220,237,219)
#E1EFE2
(225,239,226)
#E6F1E9
(230,241,233)
#EBF3F0
(235,243,240)
#F0F5F7
(240,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEE1B1 color. Also use rgb(190,225,177) instead hex code.

Text Font Color

.myTextColor { color: #BEE1B1; }

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

This text font color is #BEE1B1.


Background Color

.myBgColor { background-color: #BEE1B1; }

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

This div background color is #BEE1B1.


Border color

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

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

This div border color is #BEE1B1.


Opacity

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

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

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

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

This text has shadow with #BEE1B1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEE1B1 on black background.


Color preview on white background

This text has color #BEE1B1 on white background.



Black color preview on #BEE1B1 background

This text has black color on #BEE1B1 background.


White color preview on #BEE1B1 background

This text has white color on #BEE1B1 background.