COLOR #CBE999

HEX: #CBE999
RGB: (203,233,153)

Color info

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

RGB color model

#CBE999 color RGB value is (203,233,153).

  • red value is 203;
  • green value is 233;
  • blue value is 153.
RGB:
(203,233,153)
(80%,91%,60%)

RGB channels and saturation

R 203 of 255 = 80%
G 233 of 255 = 91%
B 153 of 255 = 60%

203
233
153

R + G + B ~ 77%. #CBE999 is quite light color.

Portions of RGB colors in percentages

R + G + B =
203 + 233 + 153 = 589 (100%)
R 203 of 589 ~ 34.47%
G 233 of 589 ~ 39.56%
B 153 of 589 ~ 25.98%

%34.47
%39.56
%25.98

CMYK color model

#CBE999 color CMYK value is (13,0,34,9).

  • cyan value is 12.88%
  • magenta value is 0.00%
  • yellow value is 34.33%
  • key color value is 8.63%
CMYK:
(13,0,34,9)
C13M0Y34K9 
(13%,0%,34%,9%)
(0.13/0.00/0.34/0.09)	

CMYK percentages

%12.88
%0
%34.33
%8.63

Codes

Color #CBE999 in popluar color models

CBE999
RGB203233153
HSL83°64.52%75.69%
HSB/HSV83°34.33%91.37%
CMYK12.88%0.00%34.33%
8.63%

Color #CBE999 in popluar number systems.

HEXCBE999
Decimal203233153
Binary110010111110100110011001
Octal313351231

Shades and tints

Shades of #CBE999

#CBE999
(203,233,153)
#B9D48C
(185,212,140)
#A7BF7F
(167,191,127)
#95AA72
(149,170,114)
#839565
(131,149,101)
#718058
(113,128,88)
#5F6B4B
(95,107,75)
#4D563E
(77,86,62)
#3B4131
(59,65,49)
#292C24
(41,44,36)
#171717
(23,23,23)
#000000
(0,0,0)

Tints of #CBE999

#CBE999
(203,233,153)
#CFEBA2
(207,235,162)
#D3EDAB
(211,237,171)
#D7EFB4
(215,239,180)
#DBF1BD
(219,241,189)
#DFF3C6
(223,243,198)
#E3F5CF
(227,245,207)
#E7F7D8
(231,247,216)
#EBF9E1
(235,249,225)
#EFFBEA
(239,251,234)
#F3FDF3
(243,253,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CBE999 color. Also use rgb(203,233,153) instead hex code.

Text Font Color

.myTextColor { color: #CBE999; }

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

This text font color is #CBE999.


Background Color

.myBgColor { background-color: #CBE999; }

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

This div background color is #CBE999.


Border color

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

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

This div border color is #CBE999.


Opacity

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

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

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

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

This text has shadow with #CBE999 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CBE999 on black background.


Color preview on white background

This text has color #CBE999 on white background.



Black color preview on #CBE999 background

This text has black color on #CBE999 background.


White color preview on #CBE999 background

This text has white color on #CBE999 background.