COLOR #BEEBCC

HEX: #BEEBCC
RGB: (190,235,204)

Color info

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

RGB color model

#BEEBCC color RGB value is (190,235,204).

  • red value is 190;
  • green value is 235;
  • blue value is 204.
RGB:
(190,235,204)
(75%,92%,80%)

RGB channels and saturation

R 190 of 255 = 75%
G 235 of 255 = 92%
B 204 of 255 = 80%

190
235
204

R + G + B ~ 82%. #BEEBCC is quite light color.

Portions of RGB colors in percentages

R + G + B =
190 + 235 + 204 = 629 (100%)
R 190 of 629 ~ 30.21%
G 235 of 629 ~ 37.36%
B 204 of 629 ~ 32.43%

%30.21
%37.36
%32.43

CMYK color model

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

  • cyan value is 19.15%
  • magenta value is 0.00%
  • yellow value is 13.19%
  • key color value is 7.84%
CMYK:
(19,0,13,8)
C19M0Y13K8 
(19%,0%,13%,8%)
(0.19/0.00/0.13/0.08)	

CMYK percentages

%19.15
%0
%13.19
%7.84

Codes

Color #BEEBCC in popluar color models

BEEBCC
RGB190235204
HSL139°52.94%83.33%
HSB/HSV139°19.15%92.16%
CMYK19.15%0.00%13.19%
7.84%

Color #BEEBCC in popluar number systems.

HEXBEEBCC
Decimal190235204
Binary101111101110101111001100
Octal276353314

Shades and tints

Shades of #BEEBCC

#BEEBCC
(190,235,204)
#ADD6BA
(173,214,186)
#9CC1A8
(156,193,168)
#8BAC96
(139,172,150)
#7A9784
(122,151,132)
#698272
(105,130,114)
#586D60
(88,109,96)
#47584E
(71,88,78)
#36433C
(54,67,60)
#252E2A
(37,46,42)
#141918
(20,25,24)
#000000
(0,0,0)

Tints of #BEEBCC

#BEEBCC
(190,235,204)
#C3ECD0
(195,236,208)
#C8EDD4
(200,237,212)
#CDEED8
(205,238,216)
#D2EFDC
(210,239,220)
#D7F0E0
(215,240,224)
#DCF1E4
(220,241,228)
#E1F2E8
(225,242,232)
#E6F3EC
(230,243,236)
#EBF4F0
(235,244,240)
#F0F5F4
(240,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #BEEBCC; }

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

This text font color is #BEEBCC.


Background Color

.myBgColor { background-color: #BEEBCC; }

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

This div background color is #BEEBCC.


Border color

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

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

This div border color is #BEEBCC.


Opacity

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

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

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

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

This text has shadow with #BEEBCC color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #BEEBCC on black background.


Color preview on white background

This text has color #BEEBCC on white background.



Black color preview on #BEEBCC background

This text has black color on #BEEBCC background.


White color preview on #BEEBCC background

This text has white color on #BEEBCC background.