COLOR #BEF8C4

HEX: #BEF8C4
RGB: (190,248,196)

Color info

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

RGB color model

#BEF8C4 color RGB value is (190,248,196).

  • red value is 190;
  • green value is 248;
  • blue value is 196.
RGB:
(190,248,196)
(75%,97%,77%)

RGB channels and saturation

R 190 of 255 = 75%
G 248 of 255 = 97%
B 196 of 255 = 77%

190
248
196

R + G + B ~ 83%. #BEF8C4 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 248 + 196 = 634 (100%)
R 190 of 634 ~ 29.97%
G 248 of 634 ~ 39.12%
B 196 of 634 ~ 30.91%

%29.97
%39.12
%30.91

CMYK color model

#BEF8C4 color CMYK value is (23,0,21,3).

  • cyan value is 23.39%
  • magenta value is 0.00%
  • yellow value is 20.97%
  • key color value is 2.75%
CMYK:
(23,0,21,3)
C23M0Y21K3 
(23%,0%,21%,3%)
(0.23/0.00/0.21/0.03)	

CMYK percentages

%23.39
%0
%20.97
%2.75

Codes

Color #BEF8C4 in popluar color models

BEF8C4
RGB190248196
HSL126°80.56%85.88%
HSB/HSV126°23.39%97.25%
CMYK23.39%0.00%20.97%
2.75%

Color #BEF8C4 in popluar number systems.

HEXBEF8C4
Decimal190248196
Binary101111101111100011000100
Octal276370304

Shades and tints

Shades of #BEF8C4

#BEF8C4
(190,248,196)
#ADE2B3
(173,226,179)
#9CCCA2
(156,204,162)
#8BB691
(139,182,145)
#7AA080
(122,160,128)
#698A6F
(105,138,111)
#58745E
(88,116,94)
#475E4D
(71,94,77)
#36483C
(54,72,60)
#25322B
(37,50,43)
#141C1A
(20,28,26)
#000000
(0,0,0)

Tints of #BEF8C4

#BEF8C4
(190,248,196)
#C3F8C9
(195,248,201)
#C8F8CE
(200,248,206)
#CDF8D3
(205,248,211)
#D2F8D8
(210,248,216)
#D7F8DD
(215,248,221)
#DCF8E2
(220,248,226)
#E1F8E7
(225,248,231)
#E6F8EC
(230,248,236)
#EBF8F1
(235,248,241)
#F0F8F6
(240,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEF8C4 color. Also use rgb(190,248,196) instead hex code.

Text Font Color

.myTextColor { color: #BEF8C4; }

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

This text font color is #BEF8C4.


Background Color

.myBgColor { background-color: #BEF8C4; }

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

This div background color is #BEF8C4.


Border color

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

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

This div border color is #BEF8C4.


Opacity

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

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

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

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

This text has shadow with #BEF8C4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEF8C4 on black background.


Color preview on white background

This text has color #BEF8C4 on white background.



Black color preview on #BEF8C4 background

This text has black color on #BEF8C4 background.


White color preview on #BEF8C4 background

This text has white color on #BEF8C4 background.