COLOR #BEE1D7

HEX: #BEE1D7
RGB: (190,225,215)

Color info

#BEE1D7 contains red, green and blue colors in about the same proportion. Web safe color of #BEE1D7 is #CCCCCC (or #CCC).

RGB color model

#BEE1D7 color RGB value is (190,225,215).

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

RGB channels and saturation

R 190 of 255 = 75%
G 225 of 255 = 88%
B 215 of 255 = 84%

190
225
215

R + G + B ~ 82%. #BEE1D7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 225 + 215 = 630 (100%)
R 190 of 630 ~ 30.16%
G 225 of 630 ~ 35.71%
B 215 of 630 ~ 34.13%

%30.16
%35.71
%34.13

CMYK color model

#BEE1D7 color CMYK value is (16,0,4,12).

  • cyan value is 15.56%
  • magenta value is 0.00%
  • yellow value is 4.44%
  • key color value is 11.76%
CMYK:
(16,0,4,12)
C16M0Y4K12 
(16%,0%,4%,12%)
(0.16/0.00/0.04/0.12)	

CMYK percentages

%15.56
%0
%4.44
%11.76

Codes

Color #BEE1D7 in popluar color models

BEE1D7
RGB190225215
HSL163°36.84%81.37%
HSB/HSV163°15.56%88.24%
CMYK15.56%0.00%4.44%
11.76%

Color #BEE1D7 in popluar number systems.

HEXBEE1D7
Decimal190225215
Binary101111101110000111010111
Octal276341327

Shades and tints

Shades of #BEE1D7

#BEE1D7
(190,225,215)
#ADCDC4
(173,205,196)
#9CB9B1
(156,185,177)
#8BA59E
(139,165,158)
#7A918B
(122,145,139)
#697D78
(105,125,120)
#586965
(88,105,101)
#475552
(71,85,82)
#36413F
(54,65,63)
#252D2C
(37,45,44)
#141919
(20,25,25)
#000000
(0,0,0)

Tints of #BEE1D7

#BEE1D7
(190,225,215)
#C3E3DA
(195,227,218)
#C8E5DD
(200,229,221)
#CDE7E0
(205,231,224)
#D2E9E3
(210,233,227)
#D7EBE6
(215,235,230)
#DCEDE9
(220,237,233)
#E1EFEC
(225,239,236)
#E6F1EF
(230,241,239)
#EBF3F2
(235,243,242)
#F0F5F5
(240,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEE1D7; }

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

This text font color is #BEE1D7.


Background Color

.myBgColor { background-color: #BEE1D7; }

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

This div background color is #BEE1D7.


Border color

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

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

This div border color is #BEE1D7.


Opacity

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

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

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

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

This text has shadow with #BEE1D7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEE1D7 on black background.


Color preview on white background

This text has color #BEE1D7 on white background.



Black color preview on #BEE1D7 background

This text has black color on #BEE1D7 background.


White color preview on #BEE1D7 background

This text has white color on #BEE1D7 background.