COLOR #CBE99D

HEX: #CBE99D
RGB: (203,233,157)

Color info

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

RGB color model

#CBE99D color RGB value is (203,233,157).

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

RGB channels and saturation

R 203 of 255 = 80%
G 233 of 255 = 91%
B 157 of 255 = 62%

203
233
157

R + G + B ~ 78%. #CBE99D is quite light color.

Portions of RGB colors in percentages

R + G + B =
203 + 233 + 157 = 593 (100%)
R 203 of 593 ~ 34.23%
G 233 of 593 ~ 39.29%
B 157 of 593 ~ 26.48%

%34.23
%39.29
%26.48

CMYK color model

#CBE99D color CMYK value is (13,0,33,9).

  • cyan value is 12.88%
  • magenta value is 0.00%
  • yellow value is 32.62%
  • key color value is 8.63%
CMYK:
(13,0,33,9)
C13M0Y33K9 
(13%,0%,33%,9%)
(0.13/0.00/0.33/0.09)	

CMYK percentages

%12.88
%0
%32.62
%8.63

Codes

Color #CBE99D in popluar color models

CBE99D
RGB203233157
HSL84°63.33%76.47%
HSB/HSV84°32.62%91.37%
CMYK12.88%0.00%32.62%
8.63%

Color #CBE99D in popluar number systems.

HEXCBE99D
Decimal203233157
Binary110010111110100110011101
Octal313351235

Shades and tints

Shades of #CBE99D

#CBE99D
(203,233,157)
#B9D48F
(185,212,143)
#A7BF81
(167,191,129)
#95AA73
(149,170,115)
#839565
(131,149,101)
#718057
(113,128,87)
#5F6B49
(95,107,73)
#4D563B
(77,86,59)
#3B412D
(59,65,45)
#292C1F
(41,44,31)
#171711
(23,23,17)
#000000
(0,0,0)

Tints of #CBE99D

#CBE99D
(203,233,157)
#CFEBA5
(207,235,165)
#D3EDAD
(211,237,173)
#D7EFB5
(215,239,181)
#DBF1BD
(219,241,189)
#DFF3C5
(223,243,197)
#E3F5CD
(227,245,205)
#E7F7D5
(231,247,213)
#EBF9DD
(235,249,221)
#EFFBE5
(239,251,229)
#F3FDED
(243,253,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CBE99D; }

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

This text font color is #CBE99D.


Background Color

.myBgColor { background-color: #CBE99D; }

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

This div background color is #CBE99D.


Border color

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

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

This div border color is #CBE99D.


Opacity

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

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

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

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

This text has shadow with #CBE99D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CBE99D on black background.


Color preview on white background

This text has color #CBE99D on white background.



Black color preview on #CBE99D background

This text has black color on #CBE99D background.


White color preview on #CBE99D background

This text has white color on #CBE99D background.