COLOR #BEEBCE

HEX: #BEEBCE RGB: (190,235,206)

Color info

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

RGB color model

#BEEBCE color RGB value is (190,235,206).

RGB: (190,235,206) (75%, 92%, 81%)

RGB channels and saturation

R 190 of 255 = 75%
G 235 of 255 = 92%
B 206 of 255 = 81%

190
235
206

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

Portions of RGB colors in percentages

R + G + B = 190 + 235 + 206 = 631 (100%)
R 190 of 631 ~ 30.11%
G 235 of 631 ~ 37.24%
B 206 of 631 ~ 32.65'%

%30.11
%37.24
%32.65

CMYK color model

#BEEBCE color CMYK value is (19,0,12,8).

  • cyan value is 19.15%
  • magenta value is 0.00%
  • yellow value is 12.34%
  • key color value is 7.84%

CMYK: (19,0,12,8)
C19M0Y12K8 (19%, 0%, 12%, 8%)
(0.19 / 0.00 / 0.12 / 0.08)

CMYK percentages

%19.15
%0
%12.34
%7.84

Codes

Color #BEEBCE in popluar color models

BE EB CE
RGB 190 235 206
HSL 141° 52.94% 83.33%
HSB/HSV 141° 19.15% 92.16%
CMYK 19.15% 0.00% 12.34%
7.84%

Color #BEEBCE in popluar number systems.

HEX BE EB CE
Decimal 190 235 206
Binary 10111110 11101011 11001110
Octal 276 353 316

Shades and tints

Shades of #BEEBCE

#BEEBCE
(190,235,206)
#ADD6BC
(173,214,188)
#9CC1AA
(156,193,170)
#8BAC98
(139,172,152)
#7A9786
(122,151,134)
#698274
(105,130,116)
#586D62
(88,109,98)
#475850
(71,88,80)
#36433E
(54,67,62)
#252E2C
(37,46,44)
#14191A
(20,25,26)
#000000
(0,0,0)

Tints of #BEEBCE

#BEEBCE
(190,235,206)
#C3ECD2
(195,236,210)
#C8EDD6
(200,237,214)
#CDEEDA
(205,238,218)
#D2EFDE
(210,239,222)
#D7F0E2
(215,240,226)
#DCF1E6
(220,241,230)
#E1F2EA
(225,242,234)
#E6F3EE
(230,243,238)
#EBF4F2
(235,244,242)
#F0F5F6
(240,245,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEEBCE color. Also use rgb(190,235,206) instead hex code.

Text Font Color

.myTextColor { color: #BEEBCE; }

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

This text font color is #BEEBCE.

Background Color

.myBgColor { background-color: #BEEBCE; }

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

This div background color is #BEEBCE.

Border color

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

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

This div border color is #BEEBCE.

Opacity

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

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

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

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

This text has shadow with #BEEBCE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEEBCE.

Preview

Color preview on black background

This text has color #BEEBCE on black background.


Color preview on white background

This text has color #BEEBCE on white background.


Black color preview on #BEEBCE background

This text has black color on #BEEBCE background.


White color preview on #BEEBCE background

This text has white color on #BEEBCE background.


Related colors

Complementary color

Complementary color for #hex is #411431.


I love getcolorcode.com

Triadic colors

1 #CEBEEB and #EBCEBE with #BEEBCE are triadic colors.

2 #CEEBBE and #EBBECE with #BEEBCE are triadic colors.