COLOR #BEEBD1

HEX: #BEEBD1 RGB: (190,235,209)

Color info

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

RGB color model

#BEEBD1 color RGB value is (190,235,209).

RGB: (190,235,209) (75%, 92%, 82%)

RGB channels and saturation

R 190 of 255 = 75%
G 235 of 255 = 92%
B 209 of 255 = 82%

190
235
209

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

Portions of RGB colors in percentages

R + G + B = 190 + 235 + 209 = 634 (100%)
R 190 of 634 ~ 29.97%
G 235 of 634 ~ 37.07%
B 209 of 634 ~ 32.97'%

%29.97
%37.07
%32.97

CMYK color model

#BEEBD1 color CMYK value is (19,0,11,8).

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

CMYK: (19,0,11,8)
C19M0Y11K8 (19%, 0%, 11%, 8%)
(0.19 / 0.00 / 0.11 / 0.08)

CMYK percentages

%19.15
%0
%11.06
%7.84

Codes

Color #BEEBD1 in popluar color models

BE EB D1
RGB 190 235 209
HSL 145° 52.94% 83.33%
HSB/HSV 145° 19.15% 92.16%
CMYK 19.15% 0.00% 11.06%
7.84%

Color #BEEBD1 in popluar number systems.

HEX BE EB D1
Decimal 190 235 209
Binary 10111110 11101011 11010001
Octal 276 353 321

Shades and tints

Shades of #BEEBD1

#BEEBD1
(190,235,209)
#ADD6BE
(173,214,190)
#9CC1AB
(156,193,171)
#8BAC98
(139,172,152)
#7A9785
(122,151,133)
#698272
(105,130,114)
#586D5F
(88,109,95)
#47584C
(71,88,76)
#364339
(54,67,57)
#252E26
(37,46,38)
#141913
(20,25,19)
#000000
(0,0,0)

Tints of #BEEBD1

#BEEBD1
(190,235,209)
#C3ECD5
(195,236,213)
#C8EDD9
(200,237,217)
#CDEEDD
(205,238,221)
#D2EFE1
(210,239,225)
#D7F0E5
(215,240,229)
#DCF1E9
(220,241,233)
#E1F2ED
(225,242,237)
#E6F3F1
(230,243,241)
#EBF4F5
(235,244,245)
#F0F5F9
(240,245,249)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEEBD1; }

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

This text font color is #BEEBD1.

Background Color

.myBgColor { background-color: #BEEBD1; }

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

This div background color is #BEEBD1.

Border color

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

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

This div border color is #BEEBD1.

Opacity

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

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

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

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

This text has shadow with #BEEBD1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEEBD1.

Preview

Color preview on black background

This text has color #BEEBD1 on black background.


Color preview on white background

This text has color #BEEBD1 on white background.


Black color preview on #BEEBD1 background

This text has black color on #BEEBD1 background.


White color preview on #BEEBD1 background

This text has white color on #BEEBD1 background.


Related colors

Complementary color

Complementary color for #hex is #41142E.


I love getcolorcode.com

Triadic colors

1 #D1BEEB and #EBD1BE with #BEEBD1 are triadic colors.

2 #D1EBBE and #EBBED1 with #BEEBD1 are triadic colors.