COLOR #BEFAD2

HEX: #BEFAD2
RGB: (190,250,210)

Color info

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

RGB color model

#BEFAD2 color RGB value is (190,250,210).

  • red value is 190;
  • green value is 250;
  • blue value is 210.
RGB:
(190,250,210)
(75%,98%,82%)

RGB channels and saturation

R 190 of 255 = 75%
G 250 of 255 = 98%
B 210 of 255 = 82%

190
250
210

R + G + B ~ 85%. #BEFAD2 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 250 + 210 = 650 (100%)
R 190 of 650 ~ 29.23%
G 250 of 650 ~ 38.46%
B 210 of 650 ~ 32.31%

%29.23
%38.46
%32.31

CMYK color model

#BEFAD2 color CMYK value is (24,0,16,2).

  • cyan value is 24.00%
  • magenta value is 0.00%
  • yellow value is 16.00%
  • key color value is 1.96%
CMYK:
(24,0,16,2)
C24M0Y16K2 
(24%,0%,16%,2%)
(0.24/0.00/0.16/0.02)	

CMYK percentages

%24
%0
%16
%1.96

Codes

Color #BEFAD2 in popluar color models

BEFAD2
RGB190250210
HSL140°85.71%86.27%
HSB/HSV140°24.00%98.04%
CMYK24.00%0.00%16.00%
1.96%

Color #BEFAD2 in popluar number systems.

HEXBEFAD2
Decimal190250210
Binary101111101111101011010010
Octal276372322

Shades and tints

Shades of #BEFAD2

#BEFAD2
(190,250,210)
#ADE4BF
(173,228,191)
#9CCEAC
(156,206,172)
#8BB899
(139,184,153)
#7AA286
(122,162,134)
#698C73
(105,140,115)
#587660
(88,118,96)
#47604D
(71,96,77)
#364A3A
(54,74,58)
#253427
(37,52,39)
#141E14
(20,30,20)
#000000
(0,0,0)

Tints of #BEFAD2

#BEFAD2
(190,250,210)
#C3FAD6
(195,250,214)
#C8FADA
(200,250,218)
#CDFADE
(205,250,222)
#D2FAE2
(210,250,226)
#D7FAE6
(215,250,230)
#DCFAEA
(220,250,234)
#E1FAEE
(225,250,238)
#E6FAF2
(230,250,242)
#EBFAF6
(235,250,246)
#F0FAFA
(240,250,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEFAD2 color. Also use rgb(190,250,210) instead hex code.

Text Font Color

.myTextColor { color: #BEFAD2; }

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

This text font color is #BEFAD2.


Background Color

.myBgColor { background-color: #BEFAD2; }

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

This div background color is #BEFAD2.


Border color

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

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

This div border color is #BEFAD2.


Opacity

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

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

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

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

This text has shadow with #BEFAD2 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEFAD2 on black background.


Color preview on white background

This text has color #BEFAD2 on white background.



Black color preview on #BEFAD2 background

This text has black color on #BEFAD2 background.


White color preview on #BEFAD2 background

This text has white color on #BEFAD2 background.