COLOR #CACBE6

HEX: #CACBE6
RGB: (202,203,230)

Color info

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

RGB color model

#CACBE6 color RGB value is (202,203,230).

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

RGB channels and saturation

R 202 of 255 = 79%
G 203 of 255 = 80%
B 230 of 255 = 90%

202
203
230

R + G + B ~ 83%. #CACBE6 is quite light color.

Portions of RGB colors in percentages

R + G + B =
202 + 203 + 230 = 635 (100%)
R 202 of 635 ~ 31.81%
G 203 of 635 ~ 31.97%
B 230 of 635 ~ 36.22%

%31.81
%31.97
%36.22

CMYK color model

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

  • cyan value is 12.17%
  • magenta value is 11.74%
  • yellow value is 0.00%
  • key color value is 9.80%
CMYK:
(12,12,0,10)
C12M12Y0K10 
(12%,12%,0%,10%)
(0.12/0.12/0.00/0.10)	

CMYK percentages

%12.17
%11.74
%0
%9.8

Codes

Color #CACBE6 in popluar color models

CACBE6
RGB202203230
HSL238°35.90%84.71%
HSB/HSV238°12.17%90.20%
CMYK12.17%11.74%0.00%
9.80%

Color #CACBE6 in popluar number systems.

HEXCACBE6
Decimal202203230
Binary110010101100101111100110
Octal312313346

Shades and tints

Shades of #CACBE6

#CACBE6
(202,203,230)
#B8B9D2
(184,185,210)
#A6A7BE
(166,167,190)
#9495AA
(148,149,170)
#828396
(130,131,150)
#707182
(112,113,130)
#5E5F6E
(94,95,110)
#4C4D5A
(76,77,90)
#3A3B46
(58,59,70)
#282932
(40,41,50)
#16171E
(22,23,30)
#000000
(0,0,0)

Tints of #CACBE6

#CACBE6
(202,203,230)
#CECFE8
(206,207,232)
#D2D3EA
(210,211,234)
#D6D7EC
(214,215,236)
#DADBEE
(218,219,238)
#DEDFF0
(222,223,240)
#E2E3F2
(226,227,242)
#E6E7F4
(230,231,244)
#EAEBF6
(234,235,246)
#EEEFF8
(238,239,248)
#F2F3FA
(242,243,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CACBE6; }

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

This text font color is #CACBE6.


Background Color

.myBgColor { background-color: #CACBE6; }

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

This div background color is #CACBE6.


Border color

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

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

This div border color is #CACBE6.


Opacity

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

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

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

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

This text has shadow with #CACBE6 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CACBE6 on black background.


Color preview on white background

This text has color #CACBE6 on white background.



Black color preview on #CACBE6 background

This text has black color on #CACBE6 background.


White color preview on #CACBE6 background

This text has white color on #CACBE6 background.