COLOR #BEEAC2

HEX: #BEEAC2
RGB: (190,234,194)

Color info

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

RGB color model

#BEEAC2 color RGB value is (190,234,194).

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

RGB channels and saturation

R 190 of 255 = 75%
G 234 of 255 = 92%
B 194 of 255 = 76%

190
234
194

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

Portions of RGB colors in percentages

R + G + B =
190 + 234 + 194 = 618 (100%)
R 190 of 618 ~ 30.74%
G 234 of 618 ~ 37.86%
B 194 of 618 ~ 31.39%

%30.74
%37.86
%31.39

CMYK color model

#BEEAC2 color CMYK value is (19,0,17,8).

  • cyan value is 18.80%
  • magenta value is 0.00%
  • yellow value is 17.09%
  • key color value is 8.24%
CMYK:
(19,0,17,8)
C19M0Y17K8 
(19%,0%,17%,8%)
(0.19/0.00/0.17/0.08)	

CMYK percentages

%18.8
%0
%17.09
%8.24

Codes

Color #BEEAC2 in popluar color models

BEEAC2
RGB190234194
HSL125°51.16%83.14%
HSB/HSV125°18.80%91.76%
CMYK18.80%0.00%17.09%
8.24%

Color #BEEAC2 in popluar number systems.

HEXBEEAC2
Decimal190234194
Binary101111101110101011000010
Octal276352302

Shades and tints

Shades of #BEEAC2

#BEEAC2
(190,234,194)
#ADD5B1
(173,213,177)
#9CC0A0
(156,192,160)
#8BAB8F
(139,171,143)
#7A967E
(122,150,126)
#69816D
(105,129,109)
#586C5C
(88,108,92)
#47574B
(71,87,75)
#36423A
(54,66,58)
#252D29
(37,45,41)
#141818
(20,24,24)
#000000
(0,0,0)

Tints of #BEEAC2

#BEEAC2
(190,234,194)
#C3EBC7
(195,235,199)
#C8ECCC
(200,236,204)
#CDEDD1
(205,237,209)
#D2EED6
(210,238,214)
#D7EFDB
(215,239,219)
#DCF0E0
(220,240,224)
#E1F1E5
(225,241,229)
#E6F2EA
(230,242,234)
#EBF3EF
(235,243,239)
#F0F4F4
(240,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEEAC2; }

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

This text font color is #BEEAC2.


Background Color

.myBgColor { background-color: #BEEAC2; }

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

This div background color is #BEEAC2.


Border color

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

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

This div border color is #BEEAC2.


Opacity

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

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

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

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

This text has shadow with #BEEAC2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEEAC2 on black background.


Color preview on white background

This text has color #BEEAC2 on white background.



Black color preview on #BEEAC2 background

This text has black color on #BEEAC2 background.


White color preview on #BEEAC2 background

This text has white color on #BEEAC2 background.