COLOR #CABEE0

HEX: #CABEE0
RGB: (202,190,224)

Color info

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

RGB color model

#CABEE0 color RGB value is (202,190,224).

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

RGB channels and saturation

R 202 of 255 = 79%
G 190 of 255 = 75%
B 224 of 255 = 88%

202
190
224

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

Portions of RGB colors in percentages

R + G + B =
202 + 190 + 224 = 616 (100%)
R 202 of 616 ~ 32.79%
G 190 of 616 ~ 30.84%
B 224 of 616 ~ 36.36%

%32.79
%30.84
%36.36

CMYK color model

#CABEE0 color CMYK value is (10,15,0,12).

  • cyan value is 9.82%
  • magenta value is 15.18%
  • yellow value is 0.00%
  • key color value is 12.16%
CMYK:
(10,15,0,12)
C10M15Y0K12 
(10%,15%,0%,12%)
(0.10/0.15/0.00/0.12)	

CMYK percentages

%9.82
%15.18
%0
%12.16

Codes

Color #CABEE0 in popluar color models

CABEE0
RGB202190224
HSL261°35.42%81.18%
HSB/HSV261°15.18%87.84%
CMYK9.82%15.18%0.00%
12.16%

Color #CABEE0 in popluar number systems.

HEXCABEE0
Decimal202190224
Binary110010101011111011100000
Octal312276340

Shades and tints

Shades of #CABEE0

#CABEE0
(202,190,224)
#B8ADCC
(184,173,204)
#A69CB8
(166,156,184)
#948BA4
(148,139,164)
#827A90
(130,122,144)
#70697C
(112,105,124)
#5E5868
(94,88,104)
#4C4754
(76,71,84)
#3A3640
(58,54,64)
#28252C
(40,37,44)
#161418
(22,20,24)
#000000
(0,0,0)

Tints of #CABEE0

#CABEE0
(202,190,224)
#CEC3E2
(206,195,226)
#D2C8E4
(210,200,228)
#D6CDE6
(214,205,230)
#DAD2E8
(218,210,232)
#DED7EA
(222,215,234)
#E2DCEC
(226,220,236)
#E6E1EE
(230,225,238)
#EAE6F0
(234,230,240)
#EEEBF2
(238,235,242)
#F2F0F4
(242,240,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CABEE0; }

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

This text font color is #CABEE0.


Background Color

.myBgColor { background-color: #CABEE0; }

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

This div background color is #CABEE0.


Border color

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

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

This div border color is #CABEE0.


Opacity

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

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

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

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

This text has shadow with #CABEE0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CABEE0 on black background.


Color preview on white background

This text has color #CABEE0 on white background.



Black color preview on #CABEE0 background

This text has black color on #CABEE0 background.


White color preview on #CABEE0 background

This text has white color on #CABEE0 background.