COLOR #BEF1D3

HEX: #BEF1D3
RGB: (190,241,211)

Color info

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

RGB color model

#BEF1D3 color RGB value is (190,241,211).

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

RGB channels and saturation

R 190 of 255 = 75%
G 241 of 255 = 95%
B 211 of 255 = 83%

190
241
211

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

Portions of RGB colors in percentages

R + G + B =
190 + 241 + 211 = 642 (100%)
R 190 of 642 ~ 29.6%
G 241 of 642 ~ 37.54%
B 211 of 642 ~ 32.87%

%29.6
%37.54
%32.87

CMYK color model

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

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

CMYK percentages

%21.16
%0
%12.45
%5.49

Codes

Color #BEF1D3 in popluar color models

BEF1D3
RGB190241211
HSL145°64.56%84.51%
HSB/HSV145°21.16%94.51%
CMYK21.16%0.00%12.45%
5.49%

Color #BEF1D3 in popluar number systems.

HEXBEF1D3
Decimal190241211
Binary101111101111000111010011
Octal276361323

Shades and tints

Shades of #BEF1D3

#BEF1D3
(190,241,211)
#ADDCC0
(173,220,192)
#9CC7AD
(156,199,173)
#8BB29A
(139,178,154)
#7A9D87
(122,157,135)
#698874
(105,136,116)
#587361
(88,115,97)
#475E4E
(71,94,78)
#36493B
(54,73,59)
#253428
(37,52,40)
#141F15
(20,31,21)
#000000
(0,0,0)

Tints of #BEF1D3

#BEF1D3
(190,241,211)
#C3F2D7
(195,242,215)
#C8F3DB
(200,243,219)
#CDF4DF
(205,244,223)
#D2F5E3
(210,245,227)
#D7F6E7
(215,246,231)
#DCF7EB
(220,247,235)
#E1F8EF
(225,248,239)
#E6F9F3
(230,249,243)
#EBFAF7
(235,250,247)
#F0FBFB
(240,251,251)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEF1D3 color. Also use rgb(190,241,211) instead hex code.

Text Font Color

.myTextColor { color: #BEF1D3; }

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

This text font color is #BEF1D3.


Background Color

.myBgColor { background-color: #BEF1D3; }

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

This div background color is #BEF1D3.


Border color

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

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

This div border color is #BEF1D3.


Opacity

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

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

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

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

This text has shadow with #BEF1D3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEF1D3 on black background.


Color preview on white background

This text has color #BEF1D3 on white background.



Black color preview on #BEF1D3 background

This text has black color on #BEF1D3 background.


White color preview on #BEF1D3 background

This text has white color on #BEF1D3 background.