COLOR #BEF7CE

HEX: #BEF7CE RGB: (190,247,206)

Color info

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

RGB color model

#BEF7CE color RGB value is (190,247,206).

RGB: (190,247,206) (75%, 97%, 81%)

RGB channels and saturation

R 190 of 255 = 75%
G 247 of 255 = 97%
B 206 of 255 = 81%

190
247
206

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

Portions of RGB colors in percentages

R + G + B = 190 + 247 + 206 = 643 (100%)
R 190 of 643 ~ 29.55%
G 247 of 643 ~ 38.41%
B 206 of 643 ~ 32.04'%

%29.55
%38.41
%32.04

CMYK color model

#BEF7CE color CMYK value is (23,0,17,3).

  • cyan value is 23.08%
  • magenta value is 0.00%
  • yellow value is 16.60%
  • key color value is 3.14%

CMYK: (23,0,17,3)
C23M0Y17K3 (23%, 0%, 17%, 3%)
(0.23 / 0.00 / 0.17 / 0.03)

CMYK percentages

%23.08
%0
%16.6
%3.14

Codes

Color #BEF7CE in popluar color models

BE F7 CE
RGB 190 247 206
HSL 137° 78.08% 85.69%
HSB/HSV 137° 23.08% 96.86%
CMYK 23.08% 0.00% 16.60%
3.14%

Color #BEF7CE in popluar number systems.

HEX BE F7 CE
Decimal 190 247 206
Binary 10111110 11110111 11001110
Octal 276 367 316

Shades and tints

Shades of #BEF7CE

#BEF7CE
(190,247,206)
#ADE1BC
(173,225,188)
#9CCBAA
(156,203,170)
#8BB598
(139,181,152)
#7A9F86
(122,159,134)
#698974
(105,137,116)
#587362
(88,115,98)
#475D50
(71,93,80)
#36473E
(54,71,62)
#25312C
(37,49,44)
#141B1A
(20,27,26)
#000000
(0,0,0)

Tints of #BEF7CE

#BEF7CE
(190,247,206)
#C3F7D2
(195,247,210)
#C8F7D6
(200,247,214)
#CDF7DA
(205,247,218)
#D2F7DE
(210,247,222)
#D7F7E2
(215,247,226)
#DCF7E6
(220,247,230)
#E1F7EA
(225,247,234)
#E6F7EE
(230,247,238)
#EBF7F2
(235,247,242)
#F0F7F6
(240,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEF7CE; }

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

This text font color is #BEF7CE.

Background Color

.myBgColor { background-color: #BEF7CE; }

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

This div background color is #BEF7CE.

Border color

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

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

This div border color is #BEF7CE.

Opacity

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

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

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

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

This text has shadow with #BEF7CE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEF7CE.

Preview

Color preview on black background

This text has color #BEF7CE on black background.


Color preview on white background

This text has color #BEF7CE on white background.


Black color preview on #BEF7CE background

This text has black color on #BEF7CE background.


White color preview on #BEF7CE background

This text has white color on #BEF7CE background.


Related colors

Complementary color

Complementary color for #hex is #410831.


I love getcolorcode.com

Triadic colors

1 #CEBEF7 and #F7CEBE with #BEF7CE are triadic colors.

2 #CEF7BE and #F7BECE with #BEF7CE are triadic colors.