COLOR #CABEE7

HEX: #CABEE7
RGB: (202,190,231)

Color info

#CABEE7 contains red, green and blue colors in about the same proportion. Web safe color of #CABEE7 is #CCCCFF (or #CCF).

RGB color model

#CABEE7 color RGB value is (202,190,231).

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

RGB channels and saturation

R 202 of 255 = 79%
G 190 of 255 = 75%
B 231 of 255 = 91%

202
190
231

R + G + B ~ 82%. #CABEE7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
202 + 190 + 231 = 623 (100%)
R 202 of 623 ~ 32.42%
G 190 of 623 ~ 30.5%
B 231 of 623 ~ 37.08%

%32.42
%30.5
%37.08

CMYK color model

#CABEE7 color CMYK value is (13,18,0,9).

  • cyan value is 12.55%
  • magenta value is 17.75%
  • yellow value is 0.00%
  • key color value is 9.41%
CMYK:
(13,18,0,9)
C13M18Y0K9 
(13%,18%,0%,9%)
(0.13/0.18/0.00/0.09)	

CMYK percentages

%12.55
%17.75
%0
%9.41

Codes

Color #CABEE7 in popluar color models

CABEE7
RGB202190231
HSL258°46.07%82.55%
HSB/HSV258°17.75%90.59%
CMYK12.55%17.75%0.00%
9.41%

Color #CABEE7 in popluar number systems.

HEXCABEE7
Decimal202190231
Binary110010101011111011100111
Octal312276347

Shades and tints

Shades of #CABEE7

#CABEE7
(202,190,231)
#B8ADD2
(184,173,210)
#A69CBD
(166,156,189)
#948BA8
(148,139,168)
#827A93
(130,122,147)
#70697E
(112,105,126)
#5E5869
(94,88,105)
#4C4754
(76,71,84)
#3A363F
(58,54,63)
#28252A
(40,37,42)
#161415
(22,20,21)
#000000
(0,0,0)

Tints of #CABEE7

#CABEE7
(202,190,231)
#CEC3E9
(206,195,233)
#D2C8EB
(210,200,235)
#D6CDED
(214,205,237)
#DAD2EF
(218,210,239)
#DED7F1
(222,215,241)
#E2DCF3
(226,220,243)
#E6E1F5
(230,225,245)
#EAE6F7
(234,230,247)
#EEEBF9
(238,235,249)
#F2F0FB
(242,240,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CABEE7; }

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

This text font color is #CABEE7.


Background Color

.myBgColor { background-color: #CABEE7; }

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

This div background color is #CABEE7.


Border color

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

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

This div border color is #CABEE7.


Opacity

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

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

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

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

This text has shadow with #CABEE7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CABEE7 on black background.


Color preview on white background

This text has color #CABEE7 on white background.



Black color preview on #CABEE7 background

This text has black color on #CABEE7 background.


White color preview on #CABEE7 background

This text has white color on #CABEE7 background.