COLOR #BEEDE3

HEX: #BEEDE3
RGB: (190,237,227)

Color info

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

RGB color model

#BEEDE3 color RGB value is (190,237,227).

  • red value is 190;
  • green value is 237;
  • blue value is 227.
RGB:
(190,237,227)
(75%,93%,89%)

RGB channels and saturation

R 190 of 255 = 75%
G 237 of 255 = 93%
B 227 of 255 = 89%

190
237
227

R + G + B ~ 86%. #BEEDE3 is light color.

Portions of RGB colors in percentages

R + G + B =
190 + 237 + 227 = 654 (100%)
R 190 of 654 ~ 29.05%
G 237 of 654 ~ 36.24%
B 227 of 654 ~ 34.71%

%29.05
%36.24
%34.71

CMYK color model

#BEEDE3 color CMYK value is (20,0,4,7).

  • cyan value is 19.83%
  • magenta value is 0.00%
  • yellow value is 4.22%
  • key color value is 7.06%
CMYK:
(20,0,4,7)
C20M0Y4K7 
(20%,0%,4%,7%)
(0.20/0.00/0.04/0.07)	

CMYK percentages

%19.83
%0
%4.22
%7.06

Codes

Color #BEEDE3 in popluar color models

BEEDE3
RGB190237227
HSL167°56.63%83.73%
HSB/HSV167°19.83%92.94%
CMYK19.83%0.00%4.22%
7.06%

Color #BEEDE3 in popluar number systems.

HEXBEEDE3
Decimal190237227
Binary101111101110110111100011
Octal276355343

Shades and tints

Shades of #BEEDE3

#BEEDE3
(190,237,227)
#ADD8CF
(173,216,207)
#9CC3BB
(156,195,187)
#8BAEA7
(139,174,167)
#7A9993
(122,153,147)
#69847F
(105,132,127)
#586F6B
(88,111,107)
#475A57
(71,90,87)
#364543
(54,69,67)
#25302F
(37,48,47)
#141B1B
(20,27,27)
#000000
(0,0,0)

Tints of #BEEDE3

#BEEDE3
(190,237,227)
#C3EEE5
(195,238,229)
#C8EFE7
(200,239,231)
#CDF0E9
(205,240,233)
#D2F1EB
(210,241,235)
#D7F2ED
(215,242,237)
#DCF3EF
(220,243,239)
#E1F4F1
(225,244,241)
#E6F5F3
(230,245,243)
#EBF6F5
(235,246,245)
#F0F7F7
(240,247,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEEDE3 color. Also use rgb(190,237,227) instead hex code.

Text Font Color

.myTextColor { color: #BEEDE3; }

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

This text font color is #BEEDE3.


Background Color

.myBgColor { background-color: #BEEDE3; }

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

This div background color is #BEEDE3.


Border color

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

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

This div border color is #BEEDE3.


Opacity

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

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

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

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

This text has shadow with #BEEDE3 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEEDE3 on black background.


Color preview on white background

This text has color #BEEDE3 on white background.



Black color preview on #BEEDE3 background

This text has black color on #BEEDE3 background.


White color preview on #BEEDE3 background

This text has white color on #BEEDE3 background.