COLOR #BEEEC8

HEX: #BEEEC8
RGB: (190,238,200)

Color info

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

RGB color model

#BEEEC8 color RGB value is (190,238,200).

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

RGB channels and saturation

R 190 of 255 = 75%
G 238 of 255 = 93%
B 200 of 255 = 78%

190
238
200

R + G + B ~ 82%. #BEEEC8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 238 + 200 = 628 (100%)
R 190 of 628 ~ 30.25%
G 238 of 628 ~ 37.9%
B 200 of 628 ~ 31.85%

%30.25
%37.9
%31.85

CMYK color model

#BEEEC8 color CMYK value is (20,0,16,7).

  • cyan value is 20.17%
  • magenta value is 0.00%
  • yellow value is 15.97%
  • key color value is 6.67%
CMYK:
(20,0,16,7)
C20M0Y16K7 
(20%,0%,16%,7%)
(0.20/0.00/0.16/0.07)	

CMYK percentages

%20.17
%0
%15.97
%6.67

Codes

Color #BEEEC8 in popluar color models

BEEEC8
RGB190238200
HSL133°58.54%83.92%
HSB/HSV133°20.17%93.33%
CMYK20.17%0.00%15.97%
6.67%

Color #BEEEC8 in popluar number systems.

HEXBEEEC8
Decimal190238200
Binary101111101110111011001000
Octal276356310

Shades and tints

Shades of #BEEEC8

#BEEEC8
(190,238,200)
#ADD9B6
(173,217,182)
#9CC4A4
(156,196,164)
#8BAF92
(139,175,146)
#7A9A80
(122,154,128)
#69856E
(105,133,110)
#58705C
(88,112,92)
#475B4A
(71,91,74)
#364638
(54,70,56)
#253126
(37,49,38)
#141C14
(20,28,20)
#000000
(0,0,0)

Tints of #BEEEC8

#BEEEC8
(190,238,200)
#C3EFCD
(195,239,205)
#C8F0D2
(200,240,210)
#CDF1D7
(205,241,215)
#D2F2DC
(210,242,220)
#D7F3E1
(215,243,225)
#DCF4E6
(220,244,230)
#E1F5EB
(225,245,235)
#E6F6F0
(230,246,240)
#EBF7F5
(235,247,245)
#F0F8FA
(240,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEEEC8; }

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

This text font color is #BEEEC8.


Background Color

.myBgColor { background-color: #BEEEC8; }

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

This div background color is #BEEEC8.


Border color

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

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

This div border color is #BEEEC8.


Opacity

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

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

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

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

This text has shadow with #BEEEC8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEEEC8 on black background.


Color preview on white background

This text has color #BEEEC8 on white background.



Black color preview on #BEEEC8 background

This text has black color on #BEEEC8 background.


White color preview on #BEEEC8 background

This text has white color on #BEEEC8 background.