COLOR #BEFFD7

HEX: #BEFFD7 RGB: (190,255,215)

Color info

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

RGB color model

#BEFFD7 color RGB value is (190,255,215).

RGB: (190,255,215) (75%, 100%, 84%)

RGB channels and saturation

R 190 of 255 = 75%
G 255 of 255 = 100%
B 215 of 255 = 84%

190
255
215

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

Portions of RGB colors in percentages

R + G + B = 190 + 255 + 215 = 660 (100%)
R 190 of 660 ~ 28.79%
G 255 of 660 ~ 38.64%
B 215 of 660 ~ 32.58'%

%28.79
%38.64
%32.58

CMYK color model

#BEFFD7 color CMYK value is (25,0,16,0).

  • cyan value is 25.49%
  • magenta value is 0.00%
  • yellow value is 15.69%
  • key color value is 0.00%

CMYK: (25,0,16,0)
C25M0Y16K0 (25%, 0%, 16%, 0%)
(0.25 / 0.00 / 0.16 / 0.00)

CMYK percentages

%25.49
%0
%15.69
%0

Codes

Color #BEFFD7 in popluar color models

BE FF D7
RGB 190 255 215
HSL 143° 100.00% 87.25%
HSB/HSV 143° 25.49% 100.00%
CMYK 25.49% 0.00% 15.69%
0.00%

Color #BEFFD7 in popluar number systems.

HEX BE FF D7
Decimal 190 255 215
Binary 10111110 11111111 11010111
Octal 276 377 327

Shades and tints

Shades of #BEFFD7

#BEFFD7
(190,255,215)
#ADE8C4
(173,232,196)
#9CD1B1
(156,209,177)
#8BBA9E
(139,186,158)
#7AA38B
(122,163,139)
#698C78
(105,140,120)
#587565
(88,117,101)
#475E52
(71,94,82)
#36473F
(54,71,63)
#25302C
(37,48,44)
#141919
(20,25,25)
#000000
(0,0,0)

Tints of #BEFFD7

#BEFFD7
(190,255,215)
#C3FFDA
(195,255,218)
#C8FFDD
(200,255,221)
#CDFFE0
(205,255,224)
#D2FFE3
(210,255,227)
#D7FFE6
(215,255,230)
#DCFFE9
(220,255,233)
#E1FFEC
(225,255,236)
#E6FFEF
(230,255,239)
#EBFFF2
(235,255,242)
#F0FFF5
(240,255,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEFFD7; }

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

This text font color is #BEFFD7.

Background Color

.myBgColor { background-color: #BEFFD7; }

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

This div background color is #BEFFD7.

Border color

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

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

This div border color is #BEFFD7.

Opacity

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

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

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

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

This text has shadow with #BEFFD7 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEFFD7.

Preview

Color preview on black background

This text has color #BEFFD7 on black background.


Color preview on white background

This text has color #BEFFD7 on white background.


Black color preview on #BEFFD7 background

This text has black color on #BEFFD7 background.


White color preview on #BEFFD7 background

This text has white color on #BEFFD7 background.


Related colors

Complementary color

Complementary color for #hex is #410028.


I love getcolorcode.com

Triadic colors

1 #D7BEFF and #FFD7BE with #BEFFD7 are triadic colors.

2 #D7FFBE and #FFBED7 with #BEFFD7 are triadic colors.