COLOR #BEFDD6

HEX: #BEFDD6
RGB: (190,253,214)

Color info

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

RGB color model

#BEFDD6 color RGB value is (190,253,214).

  • red value is 190;
  • green value is 253;
  • blue value is 214.
RGB:
(190,253,214)
(75%,99%,84%)

RGB channels and saturation

R 190 of 255 = 75%
G 253 of 255 = 99%
B 214 of 255 = 84%

190
253
214

R + G + B ~ 86%. #BEFDD6 is light color.

Portions of RGB colors in percentages

R + G + B =
190 + 253 + 214 = 657 (100%)
R 190 of 657 ~ 28.92%
G 253 of 657 ~ 38.51%
B 214 of 657 ~ 32.57%

%28.92
%38.51
%32.57

CMYK color model

#BEFDD6 color CMYK value is (25,0,15,1).

  • cyan value is 24.90%
  • magenta value is 0.00%
  • yellow value is 15.42%
  • key color value is 0.78%
CMYK:
(25,0,15,1)
C25M0Y15K1 
(25%,0%,15%,1%)
(0.25/0.00/0.15/0.01)	

CMYK percentages

%24.9
%0
%15.42
%0.78

Codes

Color #BEFDD6 in popluar color models

BEFDD6
RGB190253214
HSL143°94.03%86.86%
HSB/HSV143°24.90%99.22%
CMYK24.90%0.00%15.42%
0.78%

Color #BEFDD6 in popluar number systems.

HEXBEFDD6
Decimal190253214
Binary101111101111110111010110
Octal276375326

Shades and tints

Shades of #BEFDD6

#BEFDD6
(190,253,214)
#ADE6C3
(173,230,195)
#9CCFB0
(156,207,176)
#8BB89D
(139,184,157)
#7AA18A
(122,161,138)
#698A77
(105,138,119)
#587364
(88,115,100)
#475C51
(71,92,81)
#36453E
(54,69,62)
#252E2B
(37,46,43)
#141718
(20,23,24)
#000000
(0,0,0)

Tints of #BEFDD6

#BEFDD6
(190,253,214)
#C3FDD9
(195,253,217)
#C8FDDC
(200,253,220)
#CDFDDF
(205,253,223)
#D2FDE2
(210,253,226)
#D7FDE5
(215,253,229)
#DCFDE8
(220,253,232)
#E1FDEB
(225,253,235)
#E6FDEE
(230,253,238)
#EBFDF1
(235,253,241)
#F0FDF4
(240,253,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEFDD6 color. Also use rgb(190,253,214) instead hex code.

Text Font Color

.myTextColor { color: #BEFDD6; }

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

This text font color is #BEFDD6.


Background Color

.myBgColor { background-color: #BEFDD6; }

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

This div background color is #BEFDD6.


Border color

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

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

This div border color is #BEFDD6.


Opacity

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

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

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

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

This text has shadow with #BEFDD6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEFDD6 on black background.


Color preview on white background

This text has color #BEFDD6 on white background.



Black color preview on #BEFDD6 background

This text has black color on #BEFDD6 background.


White color preview on #BEFDD6 background

This text has white color on #BEFDD6 background.