COLOR #CBEB96

HEX: #CBEB96
RGB: (203,235,150)

Color info

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

RGB color model

#CBEB96 color RGB value is (203,235,150).

  • red value is 203;
  • green value is 235;
  • blue value is 150.
RGB:
(203,235,150)
(80%,92%,59%)

RGB channels and saturation

R 203 of 255 = 80%
G 235 of 255 = 92%
B 150 of 255 = 59%

203
235
150

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

Portions of RGB colors in percentages

R + G + B =
203 + 235 + 150 = 588 (100%)
R 203 of 588 ~ 34.52%
G 235 of 588 ~ 39.97%
B 150 of 588 ~ 25.51%

%34.52
%39.97
%25.51

CMYK color model

#CBEB96 color CMYK value is (14,0,36,8).

  • cyan value is 13.62%
  • magenta value is 0.00%
  • yellow value is 36.17%
  • key color value is 7.84%
CMYK:
(14,0,36,8)
C14M0Y36K8 
(14%,0%,36%,8%)
(0.14/0.00/0.36/0.08)	

CMYK percentages

%13.62
%0
%36.17
%7.84

Codes

Color #CBEB96 in popluar color models

CBEB96
RGB203235150
HSL83°68.00%75.49%
HSB/HSV83°36.17%92.16%
CMYK13.62%0.00%36.17%
7.84%

Color #CBEB96 in popluar number systems.

HEXCBEB96
Decimal203235150
Binary110010111110101110010110
Octal313353226

Shades and tints

Shades of #CBEB96

#CBEB96
(203,235,150)
#B9D689
(185,214,137)
#A7C17C
(167,193,124)
#95AC6F
(149,172,111)
#839762
(131,151,98)
#718255
(113,130,85)
#5F6D48
(95,109,72)
#4D583B
(77,88,59)
#3B432E
(59,67,46)
#292E21
(41,46,33)
#171914
(23,25,20)
#000000
(0,0,0)

Tints of #CBEB96

#CBEB96
(203,235,150)
#CFEC9F
(207,236,159)
#D3EDA8
(211,237,168)
#D7EEB1
(215,238,177)
#DBEFBA
(219,239,186)
#DFF0C3
(223,240,195)
#E3F1CC
(227,241,204)
#E7F2D5
(231,242,213)
#EBF3DE
(235,243,222)
#EFF4E7
(239,244,231)
#F3F5F0
(243,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CBEB96 color. Also use rgb(203,235,150) instead hex code.

Text Font Color

.myTextColor { color: #CBEB96; }

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

This text font color is #CBEB96.


Background Color

.myBgColor { background-color: #CBEB96; }

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

This div background color is #CBEB96.


Border color

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

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

This div border color is #CBEB96.


Opacity

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

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

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

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

This text has shadow with #CBEB96 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CBEB96 on black background.


Color preview on white background

This text has color #CBEB96 on white background.



Black color preview on #CBEB96 background

This text has black color on #CBEB96 background.


White color preview on #CBEB96 background

This text has white color on #CBEB96 background.