COLOR #CBE5AB

HEX: #CBE5AB
RGB: (203,229,171)

Color info

#CBE5AB contains red, green and blue colors in about the same proportion. Web safe color of #CBE5AB is #CCCC99 (or #CC9).

RGB color model

#CBE5AB color RGB value is (203,229,171).

  • red value is 203;
  • green value is 229;
  • blue value is 171.
RGB:
(203,229,171)
(80%,90%,67%)

RGB channels and saturation

R 203 of 255 = 80%
G 229 of 255 = 90%
B 171 of 255 = 67%

203
229
171

R + G + B ~ 79%. #CBE5AB is quite light color.

Portions of RGB colors in percentages

R + G + B =
203 + 229 + 171 = 603 (100%)
R 203 of 603 ~ 33.67%
G 229 of 603 ~ 37.98%
B 171 of 603 ~ 28.36%

%33.67
%37.98
%28.36

CMYK color model

#CBE5AB color CMYK value is (11,0,25,10).

  • cyan value is 11.35%
  • magenta value is 0.00%
  • yellow value is 25.33%
  • key color value is 10.20%
CMYK:
(11,0,25,10)
C11M0Y25K10 
(11%,0%,25%,10%)
(0.11/0.00/0.25/0.10)	

CMYK percentages

%11.35
%0
%25.33
%10.2

Codes

Color #CBE5AB in popluar color models

CBE5AB
RGB203229171
HSL87°52.73%78.43%
HSB/HSV87°25.33%89.80%
CMYK11.35%0.00%25.33%
10.20%

Color #CBE5AB in popluar number systems.

HEXCBE5AB
Decimal203229171
Binary110010111110010110101011
Octal313345253

Shades and tints

Shades of #CBE5AB

#CBE5AB
(203,229,171)
#B9D19C
(185,209,156)
#A7BD8D
(167,189,141)
#95A97E
(149,169,126)
#83956F
(131,149,111)
#718160
(113,129,96)
#5F6D51
(95,109,81)
#4D5942
(77,89,66)
#3B4533
(59,69,51)
#293124
(41,49,36)
#171D15
(23,29,21)
#000000
(0,0,0)

Tints of #CBE5AB

#CBE5AB
(203,229,171)
#CFE7B2
(207,231,178)
#D3E9B9
(211,233,185)
#D7EBC0
(215,235,192)
#DBEDC7
(219,237,199)
#DFEFCE
(223,239,206)
#E3F1D5
(227,241,213)
#E7F3DC
(231,243,220)
#EBF5E3
(235,245,227)
#EFF7EA
(239,247,234)
#F3F9F1
(243,249,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CBE5AB color. Also use rgb(203,229,171) instead hex code.

Text Font Color

.myTextColor { color: #CBE5AB; }

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

This text font color is #CBE5AB.


Background Color

.myBgColor { background-color: #CBE5AB; }

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

This div background color is #CBE5AB.


Border color

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

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

This div border color is #CBE5AB.


Opacity

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

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

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

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

This text has shadow with #CBE5AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CBE5AB on black background.


Color preview on white background

This text has color #CBE5AB on white background.



Black color preview on #CBE5AB background

This text has black color on #CBE5AB background.


White color preview on #CBE5AB background

This text has white color on #CBE5AB background.