COLOR #BEEEC6

HEX: #BEEEC6
RGB: (190,238,198)

Color info

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

RGB color model

#BEEEC6 color RGB value is (190,238,198).

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

RGB channels and saturation

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

190
238
198

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

Portions of RGB colors in percentages

R + G + B =
190 + 238 + 198 = 626 (100%)
R 190 of 626 ~ 30.35%
G 238 of 626 ~ 38.02%
B 198 of 626 ~ 31.63%

%30.35
%38.02
%31.63

CMYK color model

#BEEEC6 color CMYK value is (20,0,17,7).

  • cyan value is 20.17%
  • magenta value is 0.00%
  • yellow value is 16.81%
  • key color value is 6.67%
CMYK:
(20,0,17,7)
C20M0Y17K7 
(20%,0%,17%,7%)
(0.20/0.00/0.17/0.07)	

CMYK percentages

%20.17
%0
%16.81
%6.67

Codes

Color #BEEEC6 in popluar color models

BEEEC6
RGB190238198
HSL130°58.54%83.92%
HSB/HSV130°20.17%93.33%
CMYK20.17%0.00%16.81%
6.67%

Color #BEEEC6 in popluar number systems.

HEXBEEEC6
Decimal190238198
Binary101111101110111011000110
Octal276356306

Shades and tints

Shades of #BEEEC6

#BEEEC6
(190,238,198)
#ADD9B4
(173,217,180)
#9CC4A2
(156,196,162)
#8BAF90
(139,175,144)
#7A9A7E
(122,154,126)
#69856C
(105,133,108)
#58705A
(88,112,90)
#475B48
(71,91,72)
#364636
(54,70,54)
#253124
(37,49,36)
#141C12
(20,28,18)
#000000
(0,0,0)

Tints of #BEEEC6

#BEEEC6
(190,238,198)
#C3EFCB
(195,239,203)
#C8F0D0
(200,240,208)
#CDF1D5
(205,241,213)
#D2F2DA
(210,242,218)
#D7F3DF
(215,243,223)
#DCF4E4
(220,244,228)
#E1F5E9
(225,245,233)
#E6F6EE
(230,246,238)
#EBF7F3
(235,247,243)
#F0F8F8
(240,248,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEEEC6; }

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

This text font color is #BEEEC6.


Background Color

.myBgColor { background-color: #BEEEC6; }

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

This div background color is #BEEEC6.


Border color

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

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

This div border color is #BEEEC6.


Opacity

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

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

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

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

This text has shadow with #BEEEC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEEEC6 on black background.


Color preview on white background

This text has color #BEEEC6 on white background.



Black color preview on #BEEEC6 background

This text has black color on #BEEEC6 background.


White color preview on #BEEEC6 background

This text has white color on #BEEEC6 background.