COLOR #BEE2CB

HEX: #BEE2CB
RGB: (190,226,203)

Color info

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

RGB color model

#BEE2CB color RGB value is (190,226,203).

  • red value is 190;
  • green value is 226;
  • blue value is 203.
RGB:
(190,226,203)
(75%,89%,80%)

RGB channels and saturation

R 190 of 255 = 75%
G 226 of 255 = 89%
B 203 of 255 = 80%

190
226
203

R + G + B ~ 81%. #BEE2CB is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 226 + 203 = 619 (100%)
R 190 of 619 ~ 30.69%
G 226 of 619 ~ 36.51%
B 203 of 619 ~ 32.79%

%30.69
%36.51
%32.79

CMYK color model

#BEE2CB color CMYK value is (16,0,10,11).

  • cyan value is 15.93%
  • magenta value is 0.00%
  • yellow value is 10.18%
  • key color value is 11.37%
CMYK:
(16,0,10,11)
C16M0Y10K11 
(16%,0%,10%,11%)
(0.16/0.00/0.10/0.11)	

CMYK percentages

%15.93
%0
%10.18
%11.37

Codes

Color #BEE2CB in popluar color models

BEE2CB
RGB190226203
HSL142°38.30%81.57%
HSB/HSV142°15.93%88.63%
CMYK15.93%0.00%10.18%
11.37%

Color #BEE2CB in popluar number systems.

HEXBEE2CB
Decimal190226203
Binary101111101110001011001011
Octal276342313

Shades and tints

Shades of #BEE2CB

#BEE2CB
(190,226,203)
#ADCEB9
(173,206,185)
#9CBAA7
(156,186,167)
#8BA695
(139,166,149)
#7A9283
(122,146,131)
#697E71
(105,126,113)
#586A5F
(88,106,95)
#47564D
(71,86,77)
#36423B
(54,66,59)
#252E29
(37,46,41)
#141A17
(20,26,23)
#000000
(0,0,0)

Tints of #BEE2CB

#BEE2CB
(190,226,203)
#C3E4CF
(195,228,207)
#C8E6D3
(200,230,211)
#CDE8D7
(205,232,215)
#D2EADB
(210,234,219)
#D7ECDF
(215,236,223)
#DCEEE3
(220,238,227)
#E1F0E7
(225,240,231)
#E6F2EB
(230,242,235)
#EBF4EF
(235,244,239)
#F0F6F3
(240,246,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEE2CB color. Also use rgb(190,226,203) instead hex code.

Text Font Color

.myTextColor { color: #BEE2CB; }

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

This text font color is #BEE2CB.


Background Color

.myBgColor { background-color: #BEE2CB; }

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

This div background color is #BEE2CB.


Border color

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

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

This div border color is #BEE2CB.


Opacity

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

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

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

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

This text has shadow with #BEE2CB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEE2CB on black background.


Color preview on white background

This text has color #BEE2CB on white background.



Black color preview on #BEE2CB background

This text has black color on #BEE2CB background.


White color preview on #BEE2CB background

This text has white color on #BEE2CB background.