COLOR #BEEBD9

HEX: #BEEBD9 RGB: (190,235,217)

Color info

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

RGB color model

#BEEBD9 color RGB value is (190,235,217).

RGB: (190,235,217) (75%, 92%, 85%)

RGB channels and saturation

R 190 of 255 = 75%
G 235 of 255 = 92%
B 217 of 255 = 85%

190
235
217

R + G + B ~ 84%. #BEEBD9 is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 235 + 217 = 642 (100%)
R 190 of 642 ~ 29.6%
G 235 of 642 ~ 36.6%
B 217 of 642 ~ 33.8'%

%29.6
%36.6
%33.8

CMYK color model

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

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

CMYK: (19,0,8,8)
C19M0Y8K8 (19%, 0%, 8%, 8%)
(0.19 / 0.00 / 0.08 / 0.08)

CMYK percentages

%19.15
%0
%7.66
%7.84

Codes

Color #BEEBD9 in popluar color models

BE EB D9
RGB 190 235 217
HSL 156° 52.94% 83.33%
HSB/HSV 156° 19.15% 92.16%
CMYK 19.15% 0.00% 7.66%
7.84%

Color #BEEBD9 in popluar number systems.

HEX BE EB D9
Decimal 190 235 217
Binary 10111110 11101011 11011001
Octal 276 353 331

Shades and tints

Shades of #BEEBD9

#BEEBD9
(190,235,217)
#ADD6C6
(173,214,198)
#9CC1B3
(156,193,179)
#8BACA0
(139,172,160)
#7A978D
(122,151,141)
#69827A
(105,130,122)
#586D67
(88,109,103)
#475854
(71,88,84)
#364341
(54,67,65)
#252E2E
(37,46,46)
#14191B
(20,25,27)
#000000
(0,0,0)

Tints of #BEEBD9

#BEEBD9
(190,235,217)
#C3ECDC
(195,236,220)
#C8EDDF
(200,237,223)
#CDEEE2
(205,238,226)
#D2EFE5
(210,239,229)
#D7F0E8
(215,240,232)
#DCF1EB
(220,241,235)
#E1F2EE
(225,242,238)
#E6F3F1
(230,243,241)
#EBF4F4
(235,244,244)
#F0F5F7
(240,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEEBD9; }

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

This text font color is #BEEBD9.

Background Color

.myBgColor { background-color: #BEEBD9; }

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

This div background color is #BEEBD9.

Border color

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

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

This div border color is #BEEBD9.

Opacity

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

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

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

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

This text has shadow with #BEEBD9 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEEBD9.

Preview

Color preview on black background

This text has color #BEEBD9 on black background.


Color preview on white background

This text has color #BEEBD9 on white background.


Black color preview on #BEEBD9 background

This text has black color on #BEEBD9 background.


White color preview on #BEEBD9 background

This text has white color on #BEEBD9 background.


Related colors

Complementary color

Complementary color for #hex is #411426.


I love getcolorcode.com

Triadic colors

1 #D9BEEB and #EBD9BE with #BEEBD9 are triadic colors.

2 #D9EBBE and #EBBED9 with #BEEBD9 are triadic colors.