COLOR #CBEE83

HEX: #CBEE83
RGB: (203,238,131)

Color info

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

RGB color model

#CBEE83 color RGB value is (203,238,131).

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

RGB channels and saturation

R 203 of 255 = 80%
G 238 of 255 = 93%
B 131 of 255 = 51%

203
238
131

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

Portions of RGB colors in percentages

R + G + B =
203 + 238 + 131 = 572 (100%)
R 203 of 572 ~ 35.49%
G 238 of 572 ~ 41.61%
B 131 of 572 ~ 22.9%

%35.49
%41.61
%22.9

CMYK color model

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

  • cyan value is 14.71%
  • magenta value is 0.00%
  • yellow value is 44.96%
  • 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.96
%6.67

Codes

Color #CBEE83 in popluar color models

CBEE83
RGB203238131
HSL80°75.89%72.35%
HSB/HSV80°44.96%93.33%
CMYK14.71%0.00%44.96%
6.67%

Color #CBEE83 in popluar number systems.

HEXCBEE83
Decimal203238131
Binary110010111110111010000011
Octal313356203

Shades and tints

Shades of #CBEE83

#CBEE83
(203,238,131)
#B9D978
(185,217,120)
#A7C46D
(167,196,109)
#95AF62
(149,175,98)
#839A57
(131,154,87)
#71854C
(113,133,76)
#5F7041
(95,112,65)
#4D5B36
(77,91,54)
#3B462B
(59,70,43)
#293120
(41,49,32)
#171C15
(23,28,21)
#000000
(0,0,0)

Tints of #CBEE83

#CBEE83
(203,238,131)
#CFEF8E
(207,239,142)
#D3F099
(211,240,153)
#D7F1A4
(215,241,164)
#DBF2AF
(219,242,175)
#DFF3BA
(223,243,186)
#E3F4C5
(227,244,197)
#E7F5D0
(231,245,208)
#EBF6DB
(235,246,219)
#EFF7E6
(239,247,230)
#F3F8F1
(243,248,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CBEE83; }

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

This text font color is #CBEE83.


Background Color

.myBgColor { background-color: #CBEE83; }

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

This div background color is #CBEE83.


Border color

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

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

This div border color is #CBEE83.


Opacity

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

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

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

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

This text has shadow with #CBEE83 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CBEE83 on black background.


Color preview on white background

This text has color #CBEE83 on white background.



Black color preview on #CBEE83 background

This text has black color on #CBEE83 background.


White color preview on #CBEE83 background

This text has white color on #CBEE83 background.