COLOR #BEE1D9

HEX: #BEE1D9 RGB: (190,225,217)

Color info

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

RGB color model

#BEE1D9 color RGB value is (190,225,217).

RGB: (190,225,217) (75%, 88%, 85%)

RGB channels and saturation

R 190 of 255 = 75%
G 225 of 255 = 88%
B 217 of 255 = 85%

190
225
217

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

Portions of RGB colors in percentages

R + G + B = 190 + 225 + 217 = 632 (100%)
R 190 of 632 ~ 30.06%
G 225 of 632 ~ 35.6%
B 217 of 632 ~ 34.34'%

%30.06
%35.6
%34.34

CMYK color model

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

  • cyan value is 15.56%
  • magenta value is 0.00%
  • yellow value is 3.56%
  • 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
%3.56
%11.76

Codes

Color #BEE1D9 in popluar color models

BE E1 D9
RGB 190 225 217
HSL 166° 36.84% 81.37%
HSB/HSV 166° 15.56% 88.24%
CMYK 15.56% 0.00% 3.56%
11.76%

Color #BEE1D9 in popluar number systems.

HEX BE E1 D9
Decimal 190 225 217
Binary 10111110 11100001 11011001
Octal 276 341 331

Shades and tints

Shades of #BEE1D9

#BEE1D9
(190,225,217)
#ADCDC6
(173,205,198)
#9CB9B3
(156,185,179)
#8BA5A0
(139,165,160)
#7A918D
(122,145,141)
#697D7A
(105,125,122)
#586967
(88,105,103)
#475554
(71,85,84)
#364141
(54,65,65)
#252D2E
(37,45,46)
#14191B
(20,25,27)
#000000
(0,0,0)

Tints of #BEE1D9

#BEE1D9
(190,225,217)
#C3E3DC
(195,227,220)
#C8E5DF
(200,229,223)
#CDE7E2
(205,231,226)
#D2E9E5
(210,233,229)
#D7EBE8
(215,235,232)
#DCEDEB
(220,237,235)
#E1EFEE
(225,239,238)
#E6F1F1
(230,241,241)
#EBF3F4
(235,243,244)
#F0F5F7
(240,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEE1D9; }

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

This text font color is #BEE1D9.

Background Color

.myBgColor { background-color: #BEE1D9; }

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

This div background color is #BEE1D9.

Border color

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

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

This div border color is #BEE1D9.

Opacity

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

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

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

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

This text has shadow with #BEE1D9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEE1D9.

Preview

Color preview on black background

This text has color #BEE1D9 on black background.


Color preview on white background

This text has color #BEE1D9 on white background.


Black color preview on #BEE1D9 background

This text has black color on #BEE1D9 background.


White color preview on #BEE1D9 background

This text has white color on #BEE1D9 background.


Related colors

Complementary color

Complementary color for #hex is #411E26.


I love getcolorcode.com

Triadic colors

1 #D9BEE1 and #E1D9BE with #BEE1D9 are triadic colors.

2 #D9E1BE and #E1BED9 with #BEE1D9 are triadic colors.