COLOR #BEFFDC

HEX: #BEFFDC
RGB: (190,255,220)

Color info

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

RGB color model

#BEFFDC color RGB value is (190,255,220).

  • red value is 190;
  • green value is 255;
  • blue value is 220.
RGB:
(190,255,220)
(75%,100%,86%)

RGB channels and saturation

R 190 of 255 = 75%
G 255 of 255 = 100%
B 220 of 255 = 86%

190
255
220

R + G + B ~ 87%. #BEFFDC is light color.

Portions of RGB colors in percentages

R + G + B =
190 + 255 + 220 = 665 (100%)
R 190 of 665 ~ 28.57%
G 255 of 665 ~ 38.35%
B 220 of 665 ~ 33.08%

%28.57
%38.35
%33.08

CMYK color model

#BEFFDC color CMYK value is (25,0,14,0).

  • cyan value is 25.49%
  • magenta value is 0.00%
  • yellow value is 13.73%
  • key color value is 0.00%
CMYK:
(25,0,14,0)
C25M0Y14K0 
(25%,0%,14%,0%)
(0.25/0.00/0.14/0.00)	

CMYK percentages

%25.49
%0
%13.73
%0

Codes

Color #BEFFDC in popluar color models

BEFFDC
RGB190255220
HSL148°100.00%87.25%
HSB/HSV148°25.49%100.00%
CMYK25.49%0.00%13.73%
0.00%

Color #BEFFDC in popluar number systems.

HEXBEFFDC
Decimal190255220
Binary101111101111111111011100
Octal276377334

Shades and tints

Shades of #BEFFDC

#BEFFDC
(190,255,220)
#ADE8C8
(173,232,200)
#9CD1B4
(156,209,180)
#8BBAA0
(139,186,160)
#7AA38C
(122,163,140)
#698C78
(105,140,120)
#587564
(88,117,100)
#475E50
(71,94,80)
#36473C
(54,71,60)
#253028
(37,48,40)
#141914
(20,25,20)
#000000
(0,0,0)

Tints of #BEFFDC

#BEFFDC
(190,255,220)
#C3FFDF
(195,255,223)
#C8FFE2
(200,255,226)
#CDFFE5
(205,255,229)
#D2FFE8
(210,255,232)
#D7FFEB
(215,255,235)
#DCFFEE
(220,255,238)
#E1FFF1
(225,255,241)
#E6FFF4
(230,255,244)
#EBFFF7
(235,255,247)
#F0FFFA
(240,255,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEFFDC color. Also use rgb(190,255,220) instead hex code.

Text Font Color

.myTextColor { color: #BEFFDC; }

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

This text font color is #BEFFDC.


Background Color

.myBgColor { background-color: #BEFFDC; }

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

This div background color is #BEFFDC.


Border color

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

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

This div border color is #BEFFDC.


Opacity

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

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

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

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

This text has shadow with #BEFFDC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEFFDC on black background.


Color preview on white background

This text has color #BEFFDC on white background.



Black color preview on #BEFFDC background

This text has black color on #BEFFDC background.


White color preview on #BEFFDC background

This text has white color on #BEFFDC background.