COLOR #BEEECF

HEX: #BEEECF
RGB: (190,238,207)

Color info

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

RGB color model

#BEEECF color RGB value is (190,238,207).

  • red value is 190;
  • green value is 238;
  • blue value is 207.
RGB:
(190,238,207)
(75%,93%,81%)

RGB channels and saturation

R 190 of 255 = 75%
G 238 of 255 = 93%
B 207 of 255 = 81%

190
238
207

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

Portions of RGB colors in percentages

R + G + B =
190 + 238 + 207 = 635 (100%)
R 190 of 635 ~ 29.92%
G 238 of 635 ~ 37.48%
B 207 of 635 ~ 32.6%

%29.92
%37.48
%32.6

CMYK color model

#BEEECF color CMYK value is (20,0,13,7).

  • cyan value is 20.17%
  • magenta value is 0.00%
  • yellow value is 13.03%
  • key color value is 6.67%
CMYK:
(20,0,13,7)
C20M0Y13K7 
(20%,0%,13%,7%)
(0.20/0.00/0.13/0.07)	

CMYK percentages

%20.17
%0
%13.03
%6.67

Codes

Color #BEEECF in popluar color models

BEEECF
RGB190238207
HSL141°58.54%83.92%
HSB/HSV141°20.17%93.33%
CMYK20.17%0.00%13.03%
6.67%

Color #BEEECF in popluar number systems.

HEXBEEECF
Decimal190238207
Binary101111101110111011001111
Octal276356317

Shades and tints

Shades of #BEEECF

#BEEECF
(190,238,207)
#ADD9BD
(173,217,189)
#9CC4AB
(156,196,171)
#8BAF99
(139,175,153)
#7A9A87
(122,154,135)
#698575
(105,133,117)
#587063
(88,112,99)
#475B51
(71,91,81)
#36463F
(54,70,63)
#25312D
(37,49,45)
#141C1B
(20,28,27)
#000000
(0,0,0)

Tints of #BEEECF

#BEEECF
(190,238,207)
#C3EFD3
(195,239,211)
#C8F0D7
(200,240,215)
#CDF1DB
(205,241,219)
#D2F2DF
(210,242,223)
#D7F3E3
(215,243,227)
#DCF4E7
(220,244,231)
#E1F5EB
(225,245,235)
#E6F6EF
(230,246,239)
#EBF7F3
(235,247,243)
#F0F8F7
(240,248,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEEECF; }

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

This text font color is #BEEECF.


Background Color

.myBgColor { background-color: #BEEECF; }

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

This div background color is #BEEECF.


Border color

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

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

This div border color is #BEEECF.


Opacity

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

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

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

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

This text has shadow with #BEEECF color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEEECF on black background.


Color preview on white background

This text has color #BEEECF on white background.



Black color preview on #BEEECF background

This text has black color on #BEEECF background.


White color preview on #BEEECF background

This text has white color on #BEEECF background.