COLOR #BEF2D4

HEX: #BEF2D4
RGB: (190,242,212)

Color info

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

RGB color model

#BEF2D4 color RGB value is (190,242,212).

  • red value is 190;
  • green value is 242;
  • blue value is 212.
RGB:
(190,242,212)
(75%,95%,83%)

RGB channels and saturation

R 190 of 255 = 75%
G 242 of 255 = 95%
B 212 of 255 = 83%

190
242
212

R + G + B ~ 84%. #BEF2D4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 242 + 212 = 644 (100%)
R 190 of 644 ~ 29.5%
G 242 of 644 ~ 37.58%
B 212 of 644 ~ 32.92%

%29.5
%37.58
%32.92

CMYK color model

#BEF2D4 color CMYK value is (21,0,12,5).

  • cyan value is 21.49%
  • magenta value is 0.00%
  • yellow value is 12.40%
  • key color value is 5.10%
CMYK:
(21,0,12,5)
C21M0Y12K5 
(21%,0%,12%,5%)
(0.21/0.00/0.12/0.05)	

CMYK percentages

%21.49
%0
%12.4
%5.1

Codes

Color #BEF2D4 in popluar color models

BEF2D4
RGB190242212
HSL145°66.67%84.71%
HSB/HSV145°21.49%94.90%
CMYK21.49%0.00%12.40%
5.10%

Color #BEF2D4 in popluar number systems.

HEXBEF2D4
Decimal190242212
Binary101111101111001011010100
Octal276362324

Shades and tints

Shades of #BEF2D4

#BEF2D4
(190,242,212)
#ADDCC1
(173,220,193)
#9CC6AE
(156,198,174)
#8BB09B
(139,176,155)
#7A9A88
(122,154,136)
#698475
(105,132,117)
#586E62
(88,110,98)
#47584F
(71,88,79)
#36423C
(54,66,60)
#252C29
(37,44,41)
#141616
(20,22,22)
#000000
(0,0,0)

Tints of #BEF2D4

#BEF2D4
(190,242,212)
#C3F3D7
(195,243,215)
#C8F4DA
(200,244,218)
#CDF5DD
(205,245,221)
#D2F6E0
(210,246,224)
#D7F7E3
(215,247,227)
#DCF8E6
(220,248,230)
#E1F9E9
(225,249,233)
#E6FAEC
(230,250,236)
#EBFBEF
(235,251,239)
#F0FCF2
(240,252,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEF2D4 color. Also use rgb(190,242,212) instead hex code.

Text Font Color

.myTextColor { color: #BEF2D4; }

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

This text font color is #BEF2D4.


Background Color

.myBgColor { background-color: #BEF2D4; }

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

This div background color is #BEF2D4.


Border color

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

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

This div border color is #BEF2D4.


Opacity

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

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

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

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

This text has shadow with #BEF2D4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEF2D4 on black background.


Color preview on white background

This text has color #BEF2D4 on white background.



Black color preview on #BEF2D4 background

This text has black color on #BEF2D4 background.


White color preview on #BEF2D4 background

This text has white color on #BEF2D4 background.