COLOR #BEFEE4

HEX: #BEFEE4
RGB: (190,254,228)

Color info

#BEFEE4 contains mainly green and blue colors. Web safe color of #BEFEE4 is #CCFFCC (or #CFC).

RGB color model

#BEFEE4 color RGB value is (190,254,228).

  • red value is 190;
  • green value is 254;
  • blue value is 228.
RGB:
(190,254,228)
(75%,100%,89%)

RGB channels and saturation

R 190 of 255 = 75%
G 254 of 255 = 100%
B 228 of 255 = 89%

190
254
228

R + G + B ~ 88%. #BEFEE4 is light color.

Portions of RGB colors in percentages

R + G + B =
190 + 254 + 228 = 672 (100%)
R 190 of 672 ~ 28.27%
G 254 of 672 ~ 37.8%
B 228 of 672 ~ 33.93%

%28.27
%37.8
%33.93

CMYK color model

#BEFEE4 color CMYK value is (25,0,10,0).

  • cyan value is 25.20%
  • magenta value is 0.00%
  • yellow value is 10.24%
  • key color value is 0.39%
CMYK:
(25,0,10,0)
C25M0Y10K0 
(25%,0%,10%,0%)
(0.25/0.00/0.10/0.00)	

CMYK percentages

%25.2
%0
%10.24
%0.39

Codes

Color #BEFEE4 in popluar color models

BEFEE4
RGB190254228
HSL156°96.97%87.06%
HSB/HSV156°25.20%99.61%
CMYK25.20%0.00%10.24%
0.39%

Color #BEFEE4 in popluar number systems.

HEXBEFEE4
Decimal190254228
Binary101111101111111011100100
Octal276376344

Shades and tints

Shades of #BEFEE4

#BEFEE4
(190,254,228)
#ADE7D0
(173,231,208)
#9CD0BC
(156,208,188)
#8BB9A8
(139,185,168)
#7AA294
(122,162,148)
#698B80
(105,139,128)
#58746C
(88,116,108)
#475D58
(71,93,88)
#364644
(54,70,68)
#252F30
(37,47,48)
#14181C
(20,24,28)
#000000
(0,0,0)

Tints of #BEFEE4

#BEFEE4
(190,254,228)
#C3FEE6
(195,254,230)
#C8FEE8
(200,254,232)
#CDFEEA
(205,254,234)
#D2FEEC
(210,254,236)
#D7FEEE
(215,254,238)
#DCFEF0
(220,254,240)
#E1FEF2
(225,254,242)
#E6FEF4
(230,254,244)
#EBFEF6
(235,254,246)
#F0FEF8
(240,254,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEFEE4 color. Also use rgb(190,254,228) instead hex code.

Text Font Color

.myTextColor { color: #BEFEE4; }

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

This text font color is #BEFEE4.


Background Color

.myBgColor { background-color: #BEFEE4; }

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

This div background color is #BEFEE4.


Border color

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

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

This div border color is #BEFEE4.


Opacity

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

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

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

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

This text has shadow with #BEFEE4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEFEE4 on black background.


Color preview on white background

This text has color #BEFEE4 on white background.



Black color preview on #BEFEE4 background

This text has black color on #BEFEE4 background.


White color preview on #BEFEE4 background

This text has white color on #BEFEE4 background.