COLOR #BEE7D5

HEX: #BEE7D5
RGB: (190,231,213)

Color info

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

RGB color model

#BEE7D5 color RGB value is (190,231,213).

  • red value is 190;
  • green value is 231;
  • blue value is 213.
RGB:
(190,231,213)
(75%,91%,84%)

RGB channels and saturation

R 190 of 255 = 75%
G 231 of 255 = 91%
B 213 of 255 = 84%

190
231
213

R + G + B ~ 83%. #BEE7D5 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 231 + 213 = 634 (100%)
R 190 of 634 ~ 29.97%
G 231 of 634 ~ 36.44%
B 213 of 634 ~ 33.6%

%29.97
%36.44
%33.6

CMYK color model

#BEE7D5 color CMYK value is (18,0,8,9).

  • cyan value is 17.75%
  • magenta value is 0.00%
  • yellow value is 7.79%
  • key color value is 9.41%
CMYK:
(18,0,8,9)
C18M0Y8K9 
(18%,0%,8%,9%)
(0.18/0.00/0.08/0.09)	

CMYK percentages

%17.75
%0
%7.79
%9.41

Codes

Color #BEE7D5 in popluar color models

BEE7D5
RGB190231213
HSL154°46.07%82.55%
HSB/HSV154°17.75%90.59%
CMYK17.75%0.00%7.79%
9.41%

Color #BEE7D5 in popluar number systems.

HEXBEE7D5
Decimal190231213
Binary101111101110011111010101
Octal276347325

Shades and tints

Shades of #BEE7D5

#BEE7D5
(190,231,213)
#ADD2C2
(173,210,194)
#9CBDAF
(156,189,175)
#8BA89C
(139,168,156)
#7A9389
(122,147,137)
#697E76
(105,126,118)
#586963
(88,105,99)
#475450
(71,84,80)
#363F3D
(54,63,61)
#252A2A
(37,42,42)
#141517
(20,21,23)
#000000
(0,0,0)

Tints of #BEE7D5

#BEE7D5
(190,231,213)
#C3E9D8
(195,233,216)
#C8EBDB
(200,235,219)
#CDEDDE
(205,237,222)
#D2EFE1
(210,239,225)
#D7F1E4
(215,241,228)
#DCF3E7
(220,243,231)
#E1F5EA
(225,245,234)
#E6F7ED
(230,247,237)
#EBF9F0
(235,249,240)
#F0FBF3
(240,251,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEE7D5 color. Also use rgb(190,231,213) instead hex code.

Text Font Color

.myTextColor { color: #BEE7D5; }

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

This text font color is #BEE7D5.


Background Color

.myBgColor { background-color: #BEE7D5; }

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

This div background color is #BEE7D5.


Border color

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

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

This div border color is #BEE7D5.


Opacity

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

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

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

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

This text has shadow with #BEE7D5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEE7D5 on black background.


Color preview on white background

This text has color #BEE7D5 on white background.



Black color preview on #BEE7D5 background

This text has black color on #BEE7D5 background.


White color preview on #BEE7D5 background

This text has white color on #BEE7D5 background.