COLOR #CAE6B6

HEX: #CAE6B6
RGB: (202,230,182)

Color info

#CAE6B6 contains red, green and blue colors in about the same proportion. Web safe color of #CAE6B6 is #CCCCCC (or #CCC).

RGB color model

#CAE6B6 color RGB value is (202,230,182).

  • red value is 202;
  • green value is 230;
  • blue value is 182.
RGB:
(202,230,182)
(79%,90%,71%)

RGB channels and saturation

R 202 of 255 = 79%
G 230 of 255 = 90%
B 182 of 255 = 71%

202
230
182

R + G + B ~ 80%. #CAE6B6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
202 + 230 + 182 = 614 (100%)
R 202 of 614 ~ 32.9%
G 230 of 614 ~ 37.46%
B 182 of 614 ~ 29.64%

%32.9
%37.46
%29.64

CMYK color model

#CAE6B6 color CMYK value is (12,0,21,10).

  • cyan value is 12.17%
  • magenta value is 0.00%
  • yellow value is 20.87%
  • key color value is 9.80%
CMYK:
(12,0,21,10)
C12M0Y21K10 
(12%,0%,21%,10%)
(0.12/0.00/0.21/0.10)	

CMYK percentages

%12.17
%0
%20.87
%9.8

Codes

Color #CAE6B6 in popluar color models

CAE6B6
RGB202230182
HSL95°48.98%80.78%
HSB/HSV95°20.87%90.20%
CMYK12.17%0.00%20.87%
9.80%

Color #CAE6B6 in popluar number systems.

HEXCAE6B6
Decimal202230182
Binary110010101110011010110110
Octal312346266

Shades and tints

Shades of #CAE6B6

#CAE6B6
(202,230,182)
#B8D2A6
(184,210,166)
#A6BE96
(166,190,150)
#94AA86
(148,170,134)
#829676
(130,150,118)
#708266
(112,130,102)
#5E6E56
(94,110,86)
#4C5A46
(76,90,70)
#3A4636
(58,70,54)
#283226
(40,50,38)
#161E16
(22,30,22)
#000000
(0,0,0)

Tints of #CAE6B6

#CAE6B6
(202,230,182)
#CEE8BC
(206,232,188)
#D2EAC2
(210,234,194)
#D6ECC8
(214,236,200)
#DAEECE
(218,238,206)
#DEF0D4
(222,240,212)
#E2F2DA
(226,242,218)
#E6F4E0
(230,244,224)
#EAF6E6
(234,246,230)
#EEF8EC
(238,248,236)
#F2FAF2
(242,250,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CAE6B6 color. Also use rgb(202,230,182) instead hex code.

Text Font Color

.myTextColor { color: #CAE6B6; }

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

This text font color is #CAE6B6.


Background Color

.myBgColor { background-color: #CAE6B6; }

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

This div background color is #CAE6B6.


Border color

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

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

This div border color is #CAE6B6.


Opacity

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

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

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

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

This text has shadow with #CAE6B6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAE6B6 on black background.


Color preview on white background

This text has color #CAE6B6 on white background.



Black color preview on #CAE6B6 background

This text has black color on #CAE6B6 background.


White color preview on #CAE6B6 background

This text has white color on #CAE6B6 background.