COLOR #BEE8C8

HEX: #BEE8C8
RGB: (190,232,200)

Color info

#BEE8C8 contains red, green and blue colors in about the same proportion. Web safe color of #BEE8C8 is #CCFFCC (or #CFC).

RGB color model

#BEE8C8 color RGB value is (190,232,200).

  • red value is 190;
  • green value is 232;
  • blue value is 200.
RGB:
(190,232,200)
(75%,91%,78%)

RGB channels and saturation

R 190 of 255 = 75%
G 232 of 255 = 91%
B 200 of 255 = 78%

190
232
200

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

Portions of RGB colors in percentages

R + G + B =
190 + 232 + 200 = 622 (100%)
R 190 of 622 ~ 30.55%
G 232 of 622 ~ 37.3%
B 200 of 622 ~ 32.15%

%30.55
%37.3
%32.15

CMYK color model

#BEE8C8 color CMYK value is (18,0,14,9).

  • cyan value is 18.10%
  • magenta value is 0.00%
  • yellow value is 13.79%
  • key color value is 9.02%
CMYK:
(18,0,14,9)
C18M0Y14K9 
(18%,0%,14%,9%)
(0.18/0.00/0.14/0.09)	

CMYK percentages

%18.1
%0
%13.79
%9.02

Codes

Color #BEE8C8 in popluar color models

BEE8C8
RGB190232200
HSL134°47.73%82.75%
HSB/HSV134°18.10%90.98%
CMYK18.10%0.00%13.79%
9.02%

Color #BEE8C8 in popluar number systems.

HEXBEE8C8
Decimal190232200
Binary101111101110100011001000
Octal276350310

Shades and tints

Shades of #BEE8C8

#BEE8C8
(190,232,200)
#ADD3B6
(173,211,182)
#9CBEA4
(156,190,164)
#8BA992
(139,169,146)
#7A9480
(122,148,128)
#697F6E
(105,127,110)
#586A5C
(88,106,92)
#47554A
(71,85,74)
#364038
(54,64,56)
#252B26
(37,43,38)
#141614
(20,22,20)
#000000
(0,0,0)

Tints of #BEE8C8

#BEE8C8
(190,232,200)
#C3EACD
(195,234,205)
#C8ECD2
(200,236,210)
#CDEED7
(205,238,215)
#D2F0DC
(210,240,220)
#D7F2E1
(215,242,225)
#DCF4E6
(220,244,230)
#E1F6EB
(225,246,235)
#E6F8F0
(230,248,240)
#EBFAF5
(235,250,245)
#F0FCFA
(240,252,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEE8C8 color. Also use rgb(190,232,200) instead hex code.

Text Font Color

.myTextColor { color: #BEE8C8; }

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

This text font color is #BEE8C8.


Background Color

.myBgColor { background-color: #BEE8C8; }

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

This div background color is #BEE8C8.


Border color

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

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

This div border color is #BEE8C8.


Opacity

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

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

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

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

This text has shadow with #BEE8C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEE8C8 on black background.


Color preview on white background

This text has color #BEE8C8 on white background.



Black color preview on #BEE8C8 background

This text has black color on #BEE8C8 background.


White color preview on #BEE8C8 background

This text has white color on #BEE8C8 background.