COLOR #BEE0CF

HEX: #BEE0CF RGB: (190,224,207)

Color info

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

RGB color model

#BEE0CF color RGB value is (190,224,207).

RGB: (190,224,207) (75%, 88%, 81%)

RGB channels and saturation

R 190 of 255 = 75%
G 224 of 255 = 88%
B 207 of 255 = 81%

190
224
207

R + G + B ~ 81%. #BEE0CF is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 224 + 207 = 621 (100%)
R 190 of 621 ~ 30.6%
G 224 of 621 ~ 36.07%
B 207 of 621 ~ 33.33'%

%30.6
%36.07
%33.33

CMYK color model

#BEE0CF color CMYK value is (15,0,8,12).

  • cyan value is 15.18%
  • magenta value is 0.00%
  • yellow value is 7.59%
  • key color value is 12.16%

CMYK: (15,0,8,12)
C15M0Y8K12 (15%, 0%, 8%, 12%)
(0.15 / 0.00 / 0.08 / 0.12)

CMYK percentages

%15.18
%0
%7.59
%12.16

Codes

Color #BEE0CF in popluar color models

BE E0 CF
RGB 190 224 207
HSL 150° 35.42% 81.18%
HSB/HSV 150° 15.18% 87.84%
CMYK 15.18% 0.00% 7.59%
12.16%

Color #BEE0CF in popluar number systems.

HEX BE E0 CF
Decimal 190 224 207
Binary 10111110 11100000 11001111
Octal 276 340 317

Shades and tints

Shades of #BEE0CF

#BEE0CF
(190,224,207)
#ADCCBD
(173,204,189)
#9CB8AB
(156,184,171)
#8BA499
(139,164,153)
#7A9087
(122,144,135)
#697C75
(105,124,117)
#586863
(88,104,99)
#475451
(71,84,81)
#36403F
(54,64,63)
#252C2D
(37,44,45)
#14181B
(20,24,27)
#000000
(0,0,0)

Tints of #BEE0CF

#BEE0CF
(190,224,207)
#C3E2D3
(195,226,211)
#C8E4D7
(200,228,215)
#CDE6DB
(205,230,219)
#D2E8DF
(210,232,223)
#D7EAE3
(215,234,227)
#DCECE7
(220,236,231)
#E1EEEB
(225,238,235)
#E6F0EF
(230,240,239)
#EBF2F3
(235,242,243)
#F0F4F7
(240,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEE0CF color. Also use rgb(190,224,207) instead hex code.

Text Font Color

.myTextColor { color: #BEE0CF; }

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

This text font color is #BEE0CF.

Background Color

.myBgColor { background-color: #BEE0CF; }

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

This div background color is #BEE0CF.

Border color

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

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

This div border color is #BEE0CF.

Opacity

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

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

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

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

This text has shadow with #BEE0CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEE0CF.

Preview

Color preview on black background

This text has color #BEE0CF on black background.


Color preview on white background

This text has color #BEE0CF on white background.


Black color preview on #BEE0CF background

This text has black color on #BEE0CF background.


White color preview on #BEE0CF background

This text has white color on #BEE0CF background.


Related colors

Complementary color

Complementary color for #hex is #411F30.


I love getcolorcode.com

Triadic colors

1 #CFBEE0 and #E0CFBE with #BEE0CF are triadic colors.

2 #CFE0BE and #E0BECF with #BEE0CF are triadic colors.