COLOR #CAB2EC

HEX: #CAB2EC RGB: (202,178,236)

Color info

#CAB2EC contains red, green and blue colors in about the same proportion. Web safe color of #CAB2EC is #CC99FF (or #C9F).

RGB color model

#CAB2EC color RGB value is (202,178,236).

RGB: (202,178,236) (79%, 70%, 93%)

RGB channels and saturation

R 202 of 255 = 79%
G 178 of 255 = 70%
B 236 of 255 = 93%

202
178
236

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

Portions of RGB colors in percentages

R + G + B = 202 + 178 + 236 = 616 (100%)
R 202 of 616 ~ 32.79%
G 178 of 616 ~ 28.9%
B 236 of 616 ~ 38.31'%

%32.79
%28.9
%38.31

CMYK color model

#CAB2EC color CMYK value is (14,25,0,7).

  • cyan value is 14.41%
  • magenta value is 24.58%
  • yellow value is 0.00%
  • key color value is 7.45%
CMYK: (14,25,0,7) C14M25Y0K7 (14%,25%,0%,7%) (0.14/0.25/0.00/0.07) 

CMYK percentages

%14.41
%24.58
%0
%7.45

Codes

Color #CAB2EC in popluar color models

CA B2 EC
RGB 202 178 236
HSL 265° 60.42% 81.18%
HSB/HSV 265° 24.58% 92.55%
CMYK 14.41% 24.58% 0.00%
7.45%

Color #CAB2EC in popluar number systems.

HEX CA B2 EC
Decimal 202 178 236
Binary 11001010 10110010 11101100
Octal 312 262 354

Shades and tints

Shades of #CAB2EC

#CAB2EC
(202,178,236)
#B8A2D7
(184,162,215)
#A692C2
(166,146,194)
#9482AD
(148,130,173)
#827298
(130,114,152)
#706283
(112,98,131)
#5E526E
(94,82,110)
#4C4259
(76,66,89)
#3A3244
(58,50,68)
#28222F
(40,34,47)
#16121A
(22,18,26)
#000000
(0,0,0)

Tints of #CAB2EC

#CAB2EC
(202,178,236)
#CEB9ED
(206,185,237)
#D2C0EE
(210,192,238)
#D6C7EF
(214,199,239)
#DACEF0
(218,206,240)
#DED5F1
(222,213,241)
#E2DCF2
(226,220,242)
#E6E3F3
(230,227,243)
#EAEAF4
(234,234,244)
#EEF1F5
(238,241,245)
#F2F8F6
(242,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CAB2EC color. Also use rgb(202,178,236) instead hex code.

Text Font Color

.myTextColor { color: #CAB2EC; }

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

This text font color is #CAB2EC.

Background Color

.myBgColor { background-color: #CAB2EC; }

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

This div background color is #CAB2EC.

Border color

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

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

This div border color is #CAB2EC.

Opacity

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

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

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

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

This text has shadow with #CAB2EC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CAB2EC.

Preview

Color preview on black background

This text has color #CAB2EC on black background.


Color preview on white background

This text has color #CAB2EC on white background.


Black color preview on #CAB2EC background

This text has black color on #CAB2EC background.


White color preview on #CAB2EC background

This text has white color on #CAB2EC background.


Related colors

Complementary color

Complementary color for #hex is #354D13.


I love getcolorcode.com

Triadic colors

1 #ECCAB2 and #B2ECCA with #CAB2EC are triadic colors.

2 #ECB2CA and #B2CAEC with #CAB2EC are triadic colors.