COLOR #BEE1CD

HEX: #BEE1CD RGB: (190,225,205)

Color info

#BEE1CD contains red, green and blue colors in about the same proportion. Web safe color of #BEE1CD is #CCCCCC (or #CCC).

RGB color model

#BEE1CD color RGB value is (190,225,205).

RGB: (190,225,205) (75%, 88%, 80%)

RGB channels and saturation

R 190 of 255 = 75%
G 225 of 255 = 88%
B 205 of 255 = 80%

190
225
205

R + G + B ~ 81%. #BEE1CD is quite light color.

Portions of RGB colors in percentages

R + G + B = 190 + 225 + 205 = 620 (100%)
R 190 of 620 ~ 30.65%
G 225 of 620 ~ 36.29%
B 205 of 620 ~ 33.06'%

%30.65
%36.29
%33.06

CMYK color model

#BEE1CD color CMYK value is (16,0,9,12).

  • cyan value is 15.56%
  • magenta value is 0.00%
  • yellow value is 8.89%
  • key color value is 11.76%

CMYK: (16,0,9,12)
C16M0Y9K12 (16%, 0%, 9%, 12%)
(0.16 / 0.00 / 0.09 / 0.12)

CMYK percentages

%15.56
%0
%8.89
%11.76

Codes

Color #BEE1CD in popluar color models

BE E1 CD
RGB 190 225 205
HSL 146° 36.84% 81.37%
HSB/HSV 146° 15.56% 88.24%
CMYK 15.56% 0.00% 8.89%
11.76%

Color #BEE1CD in popluar number systems.

HEX BE E1 CD
Decimal 190 225 205
Binary 10111110 11100001 11001101
Octal 276 341 315

Shades and tints

Shades of #BEE1CD

#BEE1CD
(190,225,205)
#ADCDBB
(173,205,187)
#9CB9A9
(156,185,169)
#8BA597
(139,165,151)
#7A9185
(122,145,133)
#697D73
(105,125,115)
#586961
(88,105,97)
#47554F
(71,85,79)
#36413D
(54,65,61)
#252D2B
(37,45,43)
#141919
(20,25,25)
#000000
(0,0,0)

Tints of #BEE1CD

#BEE1CD
(190,225,205)
#C3E3D1
(195,227,209)
#C8E5D5
(200,229,213)
#CDE7D9
(205,231,217)
#D2E9DD
(210,233,221)
#D7EBE1
(215,235,225)
#DCEDE5
(220,237,229)
#E1EFE9
(225,239,233)
#E6F1ED
(230,241,237)
#EBF3F1
(235,243,241)
#F0F5F5
(240,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEE1CD color. Also use rgb(190,225,205) instead hex code.

Text Font Color

.myTextColor { color: #BEE1CD; }

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

This text font color is #BEE1CD.

Background Color

.myBgColor { background-color: #BEE1CD; }

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

This div background color is #BEE1CD.

Border color

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

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

This div border color is #BEE1CD.

Opacity

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

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

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

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

This text has shadow with #BEE1CD color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEE1CD.

Preview

Color preview on black background

This text has color #BEE1CD on black background.


Color preview on white background

This text has color #BEE1CD on white background.


Black color preview on #BEE1CD background

This text has black color on #BEE1CD background.


White color preview on #BEE1CD background

This text has white color on #BEE1CD background.


Related colors

Complementary color

Complementary color for #hex is #411E32.


I love getcolorcode.com

Triadic colors

1 #CDBEE1 and #E1CDBE with #BEE1CD are triadic colors.

2 #CDE1BE and #E1BECD with #BEE1CD are triadic colors.