COLOR #BEEAC6

HEX: #BEEAC6
RGB: (190,234,198)

Color info

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

RGB color model

#BEEAC6 color RGB value is (190,234,198).

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

RGB channels and saturation

R 190 of 255 = 75%
G 234 of 255 = 92%
B 198 of 255 = 78%

190
234
198

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

Portions of RGB colors in percentages

R + G + B =
190 + 234 + 198 = 622 (100%)
R 190 of 622 ~ 30.55%
G 234 of 622 ~ 37.62%
B 198 of 622 ~ 31.83%

%30.55
%37.62
%31.83

CMYK color model

#BEEAC6 color CMYK value is (19,0,15,8).

  • cyan value is 18.80%
  • magenta value is 0.00%
  • yellow value is 15.38%
  • key color value is 8.24%
CMYK:
(19,0,15,8)
C19M0Y15K8 
(19%,0%,15%,8%)
(0.19/0.00/0.15/0.08)	

CMYK percentages

%18.8
%0
%15.38
%8.24

Codes

Color #BEEAC6 in popluar color models

BEEAC6
RGB190234198
HSL131°51.16%83.14%
HSB/HSV131°18.80%91.76%
CMYK18.80%0.00%15.38%
8.24%

Color #BEEAC6 in popluar number systems.

HEXBEEAC6
Decimal190234198
Binary101111101110101011000110
Octal276352306

Shades and tints

Shades of #BEEAC6

#BEEAC6
(190,234,198)
#ADD5B4
(173,213,180)
#9CC0A2
(156,192,162)
#8BAB90
(139,171,144)
#7A967E
(122,150,126)
#69816C
(105,129,108)
#586C5A
(88,108,90)
#475748
(71,87,72)
#364236
(54,66,54)
#252D24
(37,45,36)
#141812
(20,24,18)
#000000
(0,0,0)

Tints of #BEEAC6

#BEEAC6
(190,234,198)
#C3EBCB
(195,235,203)
#C8ECD0
(200,236,208)
#CDEDD5
(205,237,213)
#D2EEDA
(210,238,218)
#D7EFDF
(215,239,223)
#DCF0E4
(220,240,228)
#E1F1E9
(225,241,233)
#E6F2EE
(230,242,238)
#EBF3F3
(235,243,243)
#F0F4F8
(240,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEEAC6; }

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

This text font color is #BEEAC6.


Background Color

.myBgColor { background-color: #BEEAC6; }

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

This div background color is #BEEAC6.


Border color

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

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

This div border color is #BEEAC6.


Opacity

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

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

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

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

This text has shadow with #BEEAC6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEEAC6 on black background.


Color preview on white background

This text has color #BEEAC6 on white background.



Black color preview on #BEEAC6 background

This text has black color on #BEEAC6 background.


White color preview on #BEEAC6 background

This text has white color on #BEEAC6 background.