COLOR #BEF1CE

HEX: #BEF1CE RGB: (190,241,206)

Color info

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

RGB color model

#BEF1CE color RGB value is (190,241,206).

RGB: (190,241,206) (75%, 95%, 81%)

RGB channels and saturation

R 190 of 255 = 75%
G 241 of 255 = 95%
B 206 of 255 = 81%

190
241
206

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

Portions of RGB colors in percentages

R + G + B = 190 + 241 + 206 = 637 (100%)
R 190 of 637 ~ 29.83%
G 241 of 637 ~ 37.83%
B 206 of 637 ~ 32.34'%

%29.83
%37.83
%32.34

CMYK color model

#BEF1CE color CMYK value is (21,0,15,5).

  • cyan value is 21.16%
  • magenta value is 0.00%
  • yellow value is 14.52%
  • key color value is 5.49%

CMYK: (21,0,15,5)
C21M0Y15K5 (21%, 0%, 15%, 5%)
(0.21 / 0.00 / 0.15 / 0.05)

CMYK percentages

%21.16
%0
%14.52
%5.49

Codes

Color #BEF1CE in popluar color models

BE F1 CE
RGB 190 241 206
HSL 139° 64.56% 84.51%
HSB/HSV 139° 21.16% 94.51%
CMYK 21.16% 0.00% 14.52%
5.49%

Color #BEF1CE in popluar number systems.

HEX BE F1 CE
Decimal 190 241 206
Binary 10111110 11110001 11001110
Octal 276 361 316

Shades and tints

Shades of #BEF1CE

#BEF1CE
(190,241,206)
#ADDCBC
(173,220,188)
#9CC7AA
(156,199,170)
#8BB298
(139,178,152)
#7A9D86
(122,157,134)
#698874
(105,136,116)
#587362
(88,115,98)
#475E50
(71,94,80)
#36493E
(54,73,62)
#25342C
(37,52,44)
#141F1A
(20,31,26)
#000000
(0,0,0)

Tints of #BEF1CE

#BEF1CE
(190,241,206)
#C3F2D2
(195,242,210)
#C8F3D6
(200,243,214)
#CDF4DA
(205,244,218)
#D2F5DE
(210,245,222)
#D7F6E2
(215,246,226)
#DCF7E6
(220,247,230)
#E1F8EA
(225,248,234)
#E6F9EE
(230,249,238)
#EBFAF2
(235,250,242)
#F0FBF6
(240,251,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEF1CE; }

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

This text font color is #BEF1CE.

Background Color

.myBgColor { background-color: #BEF1CE; }

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

This div background color is #BEF1CE.

Border color

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

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

This div border color is #BEF1CE.

Opacity

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

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

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

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

This text has shadow with #BEF1CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEF1CE.

Preview

Color preview on black background

This text has color #BEF1CE on black background.


Color preview on white background

This text has color #BEF1CE on white background.


Black color preview on #BEF1CE background

This text has black color on #BEF1CE background.


White color preview on #BEF1CE background

This text has white color on #BEF1CE background.


Related colors

Complementary color

Complementary color for #hex is #410E31.


I love getcolorcode.com

Triadic colors

1 #CEBEF1 and #F1CEBE with #BEF1CE are triadic colors.

2 #CEF1BE and #F1BECE with #BEF1CE are triadic colors.