COLOR #CAE4BE

HEX: #CAE4BE
RGB: (202,228,190)

Color info

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

RGB color model

#CAE4BE color RGB value is (202,228,190).

  • red value is 202;
  • green value is 228;
  • blue value is 190.
RGB:
(202,228,190)
(79%,89%,75%)

RGB channels and saturation

R 202 of 255 = 79%
G 228 of 255 = 89%
B 190 of 255 = 75%

202
228
190

R + G + B ~ 81%. #CAE4BE is quite light color.

Portions of RGB colors in percentages

R + G + B =
202 + 228 + 190 = 620 (100%)
R 202 of 620 ~ 32.58%
G 228 of 620 ~ 36.77%
B 190 of 620 ~ 30.65%

%32.58
%36.77
%30.65

CMYK color model

#CAE4BE color CMYK value is (11,0,17,11).

  • cyan value is 11.40%
  • magenta value is 0.00%
  • yellow value is 16.67%
  • key color value is 10.59%
CMYK:
(11,0,17,11)
C11M0Y17K11 
(11%,0%,17%,11%)
(0.11/0.00/0.17/0.11)	

CMYK percentages

%11.4
%0
%16.67
%10.59

Codes

Color #CAE4BE in popluar color models

CAE4BE
RGB202228190
HSL101°41.30%81.96%
HSB/HSV101°16.67%89.41%
CMYK11.40%0.00%16.67%
10.59%

Color #CAE4BE in popluar number systems.

HEXCAE4BE
Decimal202228190
Binary110010101110010010111110
Octal312344276

Shades and tints

Shades of #CAE4BE

#CAE4BE
(202,228,190)
#B8D0AD
(184,208,173)
#A6BC9C
(166,188,156)
#94A88B
(148,168,139)
#82947A
(130,148,122)
#708069
(112,128,105)
#5E6C58
(94,108,88)
#4C5847
(76,88,71)
#3A4436
(58,68,54)
#283025
(40,48,37)
#161C14
(22,28,20)
#000000
(0,0,0)

Tints of #CAE4BE

#CAE4BE
(202,228,190)
#CEE6C3
(206,230,195)
#D2E8C8
(210,232,200)
#D6EACD
(214,234,205)
#DAECD2
(218,236,210)
#DEEED7
(222,238,215)
#E2F0DC
(226,240,220)
#E6F2E1
(230,242,225)
#EAF4E6
(234,244,230)
#EEF6EB
(238,246,235)
#F2F8F0
(242,248,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CAE4BE color. Also use rgb(202,228,190) instead hex code.

Text Font Color

.myTextColor { color: #CAE4BE; }

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

This text font color is #CAE4BE.


Background Color

.myBgColor { background-color: #CAE4BE; }

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

This div background color is #CAE4BE.


Border color

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

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

This div border color is #CAE4BE.


Opacity

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

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

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

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

This text has shadow with #CAE4BE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CAE4BE on black background.


Color preview on white background

This text has color #CAE4BE on white background.



Black color preview on #CAE4BE background

This text has black color on #CAE4BE background.


White color preview on #CAE4BE background

This text has white color on #CAE4BE background.