COLOR #BEEEF3

HEX: #BEEEF3 RGB: (190,238,243)

Color info

#BEEEF3 contains red, green and blue colors in about the same proportion. Web safe color of #BEEEF3 is #CCFFFF (or #CFF).

RGB color model

#BEEEF3 color RGB value is (190,238,243).

RGB: (190,238,243) (75%, 93%, 95%)

RGB channels and saturation

R 190 of 255 = 75%
G 238 of 255 = 93%
B 243 of 255 = 95%

190
238
243

R + G + B ~ 88%. #BEEEF3 is light color.

Portions of RGB colors in percentages

R + G + B = 190 + 238 + 243 = 671 (100%)
R 190 of 671 ~ 28.32%
G 238 of 671 ~ 35.47%
B 243 of 671 ~ 36.21'%

%28.32
%35.47
%36.21

CMYK color model

#BEEEF3 color CMYK value is (22,2,0,5).

  • cyan value is 21.81%
  • magenta value is 2.06%
  • yellow value is 0.00%
  • key color value is 4.71%

CMYK: (22,2,0,5)
C22M2Y0K5 (22%, 2%, 0%, 5%)
(0.22 / 0.02 / 0.00 / 0.05)

CMYK percentages

%21.81
%2.06
%0
%4.71

Codes

Color #BEEEF3 in popluar color models

BE EE F3
RGB 190 238 243
HSL 186° 68.83% 84.90%
HSB/HSV 186° 21.81% 95.29%
CMYK 21.81% 2.06% 0.00%
4.71%

Color #BEEEF3 in popluar number systems.

HEX BE EE F3
Decimal 190 238 243
Binary 10111110 11101110 11110011
Octal 276 356 363

Shades and tints

Shades of #BEEEF3

#BEEEF3
(190,238,243)
#ADD9DD
(173,217,221)
#9CC4C7
(156,196,199)
#8BAFB1
(139,175,177)
#7A9A9B
(122,154,155)
#698585
(105,133,133)
#58706F
(88,112,111)
#475B59
(71,91,89)
#364643
(54,70,67)
#25312D
(37,49,45)
#141C17
(20,28,23)
#000000
(0,0,0)

Tints of #BEEEF3

#BEEEF3
(190,238,243)
#C3EFF4
(195,239,244)
#C8F0F5
(200,240,245)
#CDF1F6
(205,241,246)
#D2F2F7
(210,242,247)
#D7F3F8
(215,243,248)
#DCF4F9
(220,244,249)
#E1F5FA
(225,245,250)
#E6F6FB
(230,246,251)
#EBF7FC
(235,247,252)
#F0F8FD
(240,248,253)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #BEEEF3 color. Also use rgb(190,238,243) instead hex code.

Text Font Color

.myTextColor { color: #BEEEF3; }

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

This text font color is #BEEEF3.

Background Color

.myBgColor { background-color: #BEEEF3; }

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

This div background color is #BEEEF3.

Border color

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

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

This div border color is #BEEEF3.

Opacity

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

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

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

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

This text has shadow with #BEEEF3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #BEEEF3.

Preview

Color preview on black background

This text has color #BEEEF3 on black background.


Color preview on white background

This text has color #BEEEF3 on white background.


Black color preview on #BEEEF3 background

This text has black color on #BEEEF3 background.


White color preview on #BEEEF3 background

This text has white color on #BEEEF3 background.


Related colors

Complementary color

Complementary color for #hex is #41110C.


I love getcolorcode.com

Triadic colors

1 #F3BEEE and #EEF3BE with #BEEEF3 are triadic colors.

2 #F3EEBE and #EEBEF3 with #BEEEF3 are triadic colors.