COLOR #CBEE84

HEX: #CBEE84
RGB: (203,238,132)

Color info

#CBEE84 contains mainly red and green colors. Web safe color of #CBEE84 is #CCFF99 (or #CF9).

RGB color model

#CBEE84 color RGB value is (203,238,132).

  • red value is 203;
  • green value is 238;
  • blue value is 132.
RGB:
(203,238,132)
(80%,93%,52%)

RGB channels and saturation

R 203 of 255 = 80%
G 238 of 255 = 93%
B 132 of 255 = 52%

203
238
132

R + G + B ~ 75%. #CBEE84 is quite light color.

Portions of RGB colors in percentages

R + G + B =
203 + 238 + 132 = 573 (100%)
R 203 of 573 ~ 35.43%
G 238 of 573 ~ 41.54%
B 132 of 573 ~ 23.04%

%35.43
%41.54
%23.04

CMYK color model

#CBEE84 color CMYK value is (15,0,45,7).

  • cyan value is 14.71%
  • magenta value is 0.00%
  • yellow value is 44.54%
  • key color value is 6.67%
CMYK:
(15,0,45,7)
C15M0Y45K7 
(15%,0%,45%,7%)
(0.15/0.00/0.45/0.07)	

CMYK percentages

%14.71
%0
%44.54
%6.67

Codes

Color #CBEE84 in popluar color models

CBEE84
RGB203238132
HSL80°75.71%72.55%
HSB/HSV80°44.54%93.33%
CMYK14.71%0.00%44.54%
6.67%

Color #CBEE84 in popluar number systems.

HEXCBEE84
Decimal203238132
Binary110010111110111010000100
Octal313356204

Shades and tints

Shades of #CBEE84

#CBEE84
(203,238,132)
#B9D978
(185,217,120)
#A7C46C
(167,196,108)
#95AF60
(149,175,96)
#839A54
(131,154,84)
#718548
(113,133,72)
#5F703C
(95,112,60)
#4D5B30
(77,91,48)
#3B4624
(59,70,36)
#293118
(41,49,24)
#171C0C
(23,28,12)
#000000
(0,0,0)

Tints of #CBEE84

#CBEE84
(203,238,132)
#CFEF8F
(207,239,143)
#D3F09A
(211,240,154)
#D7F1A5
(215,241,165)
#DBF2B0
(219,242,176)
#DFF3BB
(223,243,187)
#E3F4C6
(227,244,198)
#E7F5D1
(231,245,209)
#EBF6DC
(235,246,220)
#EFF7E7
(239,247,231)
#F3F8F2
(243,248,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CBEE84 color. Also use rgb(203,238,132) instead hex code.

Text Font Color

.myTextColor { color: #CBEE84; }

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

This text font color is #CBEE84.


Background Color

.myBgColor { background-color: #CBEE84; }

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

This div background color is #CBEE84.


Border color

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

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

This div border color is #CBEE84.


Opacity

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

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

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

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

This text has shadow with #CBEE84 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CBEE84 on black background.


Color preview on white background

This text has color #CBEE84 on white background.



Black color preview on #CBEE84 background

This text has black color on #CBEE84 background.


White color preview on #CBEE84 background

This text has white color on #CBEE84 background.