COLOR #BEE1BF

HEX: #BEE1BF
RGB: (190,225,191)

Color info

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

RGB color model

#BEE1BF color RGB value is (190,225,191).

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

RGB channels and saturation

R 190 of 255 = 75%
G 225 of 255 = 88%
B 191 of 255 = 75%

190
225
191

R + G + B ~ 79%. #BEE1BF is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 225 + 191 = 606 (100%)
R 190 of 606 ~ 31.35%
G 225 of 606 ~ 37.13%
B 191 of 606 ~ 31.52%

%31.35
%37.13
%31.52

CMYK color model

#BEE1BF color CMYK value is (16,0,15,12).

  • cyan value is 15.56%
  • magenta value is 0.00%
  • yellow value is 15.11%
  • key color value is 11.76%
CMYK:
(16,0,15,12)
C16M0Y15K12 
(16%,0%,15%,12%)
(0.16/0.00/0.15/0.12)	

CMYK percentages

%15.56
%0
%15.11
%11.76

Codes

Color #BEE1BF in popluar color models

BEE1BF
RGB190225191
HSL122°36.84%81.37%
HSB/HSV122°15.56%88.24%
CMYK15.56%0.00%15.11%
11.76%

Color #BEE1BF in popluar number systems.

HEXBEE1BF
Decimal190225191
Binary101111101110000110111111
Octal276341277

Shades and tints

Shades of #BEE1BF

#BEE1BF
(190,225,191)
#ADCDAE
(173,205,174)
#9CB99D
(156,185,157)
#8BA58C
(139,165,140)
#7A917B
(122,145,123)
#697D6A
(105,125,106)
#586959
(88,105,89)
#475548
(71,85,72)
#364137
(54,65,55)
#252D26
(37,45,38)
#141915
(20,25,21)
#000000
(0,0,0)

Tints of #BEE1BF

#BEE1BF
(190,225,191)
#C3E3C4
(195,227,196)
#C8E5C9
(200,229,201)
#CDE7CE
(205,231,206)
#D2E9D3
(210,233,211)
#D7EBD8
(215,235,216)
#DCEDDD
(220,237,221)
#E1EFE2
(225,239,226)
#E6F1E7
(230,241,231)
#EBF3EC
(235,243,236)
#F0F5F1
(240,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEE1BF; }

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

This text font color is #BEE1BF.


Background Color

.myBgColor { background-color: #BEE1BF; }

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

This div background color is #BEE1BF.


Border color

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

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

This div border color is #BEE1BF.


Opacity

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

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

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

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

This text has shadow with #BEE1BF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEE1BF on black background.


Color preview on white background

This text has color #BEE1BF on white background.



Black color preview on #BEE1BF background

This text has black color on #BEE1BF background.


White color preview on #BEE1BF background

This text has white color on #BEE1BF background.