COLOR #BEEED7

HEX: #BEEED7
RGB: (190,238,215)

Color info

#BEEED7 contains red, green and blue colors in about the same proportion. Web safe color of #BEEED7 is #CCFFCC (or #CFC).

RGB color model

#BEEED7 color RGB value is (190,238,215).

  • red value is 190;
  • green value is 238;
  • blue value is 215.
RGB:
(190,238,215)
(75%,93%,84%)

RGB channels and saturation

R 190 of 255 = 75%
G 238 of 255 = 93%
B 215 of 255 = 84%

190
238
215

R + G + B ~ 84%. #BEEED7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 238 + 215 = 643 (100%)
R 190 of 643 ~ 29.55%
G 238 of 643 ~ 37.01%
B 215 of 643 ~ 33.44%

%29.55
%37.01
%33.44

CMYK color model

#BEEED7 color CMYK value is (20,0,10,7).

  • cyan value is 20.17%
  • magenta value is 0.00%
  • yellow value is 9.66%
  • key color value is 6.67%
CMYK:
(20,0,10,7)
C20M0Y10K7 
(20%,0%,10%,7%)
(0.20/0.00/0.10/0.07)	

CMYK percentages

%20.17
%0
%9.66
%6.67

Codes

Color #BEEED7 in popluar color models

BEEED7
RGB190238215
HSL151°58.54%83.92%
HSB/HSV151°20.17%93.33%
CMYK20.17%0.00%9.66%
6.67%

Color #BEEED7 in popluar number systems.

HEXBEEED7
Decimal190238215
Binary101111101110111011010111
Octal276356327

Shades and tints

Shades of #BEEED7

#BEEED7
(190,238,215)
#ADD9C4
(173,217,196)
#9CC4B1
(156,196,177)
#8BAF9E
(139,175,158)
#7A9A8B
(122,154,139)
#698578
(105,133,120)
#587065
(88,112,101)
#475B52
(71,91,82)
#36463F
(54,70,63)
#25312C
(37,49,44)
#141C19
(20,28,25)
#000000
(0,0,0)

Tints of #BEEED7

#BEEED7
(190,238,215)
#C3EFDA
(195,239,218)
#C8F0DD
(200,240,221)
#CDF1E0
(205,241,224)
#D2F2E3
(210,242,227)
#D7F3E6
(215,243,230)
#DCF4E9
(220,244,233)
#E1F5EC
(225,245,236)
#E6F6EF
(230,246,239)
#EBF7F2
(235,247,242)
#F0F8F5
(240,248,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEEED7; }

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

This text font color is #BEEED7.


Background Color

.myBgColor { background-color: #BEEED7; }

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

This div background color is #BEEED7.


Border color

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

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

This div border color is #BEEED7.


Opacity

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

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

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

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

This text has shadow with #BEEED7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEEED7 on black background.


Color preview on white background

This text has color #BEEED7 on white background.



Black color preview on #BEEED7 background

This text has black color on #BEEED7 background.


White color preview on #BEEED7 background

This text has white color on #BEEED7 background.