COLOR #CBE5AE

HEX: #CBE5AE
RGB: (203,229,174)

Color info

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

RGB color model

#CBE5AE color RGB value is (203,229,174).

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

RGB channels and saturation

R 203 of 255 = 80%
G 229 of 255 = 90%
B 174 of 255 = 68%

203
229
174

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

Portions of RGB colors in percentages

R + G + B =
203 + 229 + 174 = 606 (100%)
R 203 of 606 ~ 33.5%
G 229 of 606 ~ 37.79%
B 174 of 606 ~ 28.71%

%33.5
%37.79
%28.71

CMYK color model

#CBE5AE color CMYK value is (11,0,24,10).

  • cyan value is 11.35%
  • magenta value is 0.00%
  • yellow value is 24.02%
  • key color value is 10.20%
CMYK:
(11,0,24,10)
C11M0Y24K10 
(11%,0%,24%,10%)
(0.11/0.00/0.24/0.10)	

CMYK percentages

%11.35
%0
%24.02
%10.2

Codes

Color #CBE5AE in popluar color models

CBE5AE
RGB203229174
HSL88°51.40%79.02%
HSB/HSV88°24.02%89.80%
CMYK11.35%0.00%24.02%
10.20%

Color #CBE5AE in popluar number systems.

HEXCBE5AE
Decimal203229174
Binary110010111110010110101110
Octal313345256

Shades and tints

Shades of #CBE5AE

#CBE5AE
(203,229,174)
#B9D19F
(185,209,159)
#A7BD90
(167,189,144)
#95A981
(149,169,129)
#839572
(131,149,114)
#718163
(113,129,99)
#5F6D54
(95,109,84)
#4D5945
(77,89,69)
#3B4536
(59,69,54)
#293127
(41,49,39)
#171D18
(23,29,24)
#000000
(0,0,0)

Tints of #CBE5AE

#CBE5AE
(203,229,174)
#CFE7B5
(207,231,181)
#D3E9BC
(211,233,188)
#D7EBC3
(215,235,195)
#DBEDCA
(219,237,202)
#DFEFD1
(223,239,209)
#E3F1D8
(227,241,216)
#E7F3DF
(231,243,223)
#EBF5E6
(235,245,230)
#EFF7ED
(239,247,237)
#F3F9F4
(243,249,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CBE5AE; }

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

This text font color is #CBE5AE.


Background Color

.myBgColor { background-color: #CBE5AE; }

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

This div background color is #CBE5AE.


Border color

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

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

This div border color is #CBE5AE.


Opacity

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

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

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

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

This text has shadow with #CBE5AE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CBE5AE on black background.


Color preview on white background

This text has color #CBE5AE on white background.



Black color preview on #CBE5AE background

This text has black color on #CBE5AE background.


White color preview on #CBE5AE background

This text has white color on #CBE5AE background.