COLOR #BEE7CF

HEX: #BEE7CF RGB: (190,231,207)

Color info

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

RGB color model

#BEE7CF color RGB value is (190,231,207).

RGB: (190,231,207) (75%, 91%, 81%)

RGB channels and saturation

R 190 of 255 = 75%
G 231 of 255 = 91%
B 207 of 255 = 81%

190
231
207

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

Portions of RGB colors in percentages

R + G + B = 190 + 231 + 207 = 628 (100%)
R 190 of 628 ~ 30.25%
G 231 of 628 ~ 36.78%
B 207 of 628 ~ 32.96'%

%30.25
%36.78
%32.96

CMYK color model

#BEE7CF color CMYK value is (18,0,10,9).

  • cyan value is 17.75%
  • magenta value is 0.00%
  • yellow value is 10.39%
  • key color value is 9.41%

CMYK: (18,0,10,9)
C18M0Y10K9 (18%, 0%, 10%, 9%)
(0.18 / 0.00 / 0.10 / 0.09)

CMYK percentages

%17.75
%0
%10.39
%9.41

Codes

Color #BEE7CF in popluar color models

BE E7 CF
RGB 190 231 207
HSL 145° 46.07% 82.55%
HSB/HSV 145° 17.75% 90.59%
CMYK 17.75% 0.00% 10.39%
9.41%

Color #BEE7CF in popluar number systems.

HEX BE E7 CF
Decimal 190 231 207
Binary 10111110 11100111 11001111
Octal 276 347 317

Shades and tints

Shades of #BEE7CF

#BEE7CF
(190,231,207)
#ADD2BD
(173,210,189)
#9CBDAB
(156,189,171)
#8BA899
(139,168,153)
#7A9387
(122,147,135)
#697E75
(105,126,117)
#586963
(88,105,99)
#475451
(71,84,81)
#363F3F
(54,63,63)
#252A2D
(37,42,45)
#14151B
(20,21,27)
#000000
(0,0,0)

Tints of #BEE7CF

#BEE7CF
(190,231,207)
#C3E9D3
(195,233,211)
#C8EBD7
(200,235,215)
#CDEDDB
(205,237,219)
#D2EFDF
(210,239,223)
#D7F1E3
(215,241,227)
#DCF3E7
(220,243,231)
#E1F5EB
(225,245,235)
#E6F7EF
(230,247,239)
#EBF9F3
(235,249,243)
#F0FBF7
(240,251,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEE7CF; }

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

This text font color is #BEE7CF.

Background Color

.myBgColor { background-color: #BEE7CF; }

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

This div background color is #BEE7CF.

Border color

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

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

This div border color is #BEE7CF.

Opacity

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

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

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

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

This text has shadow with #BEE7CF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEE7CF.

Preview

Color preview on black background

This text has color #BEE7CF on black background.


Color preview on white background

This text has color #BEE7CF on white background.


Black color preview on #BEE7CF background

This text has black color on #BEE7CF background.


White color preview on #BEE7CF background

This text has white color on #BEE7CF background.


Related colors

Complementary color

Complementary color for #hex is #411830.


I love getcolorcode.com

Triadic colors

1 #CFBEE7 and #E7CFBE with #BEE7CF are triadic colors.

2 #CFE7BE and #E7BECF with #BEE7CF are triadic colors.