COLOR #CAB2F6

HEX: #CAB2F6 RGB: (202,178,246)

Color info

#CAB2F6 contains mainly red and blue colors. Web safe color of #CAB2F6 is #CC99FF (or #C9F).

RGB color model

#CAB2F6 color RGB value is (202,178,246).

RGB: (202,178,246) (79%, 70%, 96%)

RGB channels and saturation

R 202 of 255 = 79%
G 178 of 255 = 70%
B 246 of 255 = 96%

202
178
246

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

Portions of RGB colors in percentages

R + G + B = 202 + 178 + 246 = 626 (100%)
R 202 of 626 ~ 32.27%
G 178 of 626 ~ 28.43%
B 246 of 626 ~ 39.3'%

%32.27
%28.43
%39.3

CMYK color model

#CAB2F6 color CMYK value is (18,28,0,4).

  • cyan value is 17.89%
  • magenta value is 27.64%
  • yellow value is 0.00%
  • key color value is 3.53%

CMYK: (18,28,0,4)
C18M28Y0K4 (18%, 28%, 0%, 4%)
(0.18 / 0.28 / 0.00 / 0.04)

CMYK percentages

%17.89
%27.64
%0
%3.53

Codes

Color #CAB2F6 in popluar color models

CA B2 F6
RGB 202 178 246
HSL 261° 79.07% 83.14%
HSB/HSV 261° 27.64% 96.47%
CMYK 17.89% 27.64% 0.00%
3.53%

Color #CAB2F6 in popluar number systems.

HEX CA B2 F6
Decimal 202 178 246
Binary 11001010 10110010 11110110
Octal 312 262 366

Shades and tints

Shades of #CAB2F6

#CAB2F6
(202,178,246)
#B8A2E0
(184,162,224)
#A692CA
(166,146,202)
#9482B4
(148,130,180)
#82729E
(130,114,158)
#706288
(112,98,136)
#5E5272
(94,82,114)
#4C425C
(76,66,92)
#3A3246
(58,50,70)
#282230
(40,34,48)
#16121A
(22,18,26)
#000000
(0,0,0)

Tints of #CAB2F6

#CAB2F6
(202,178,246)
#CEB9F6
(206,185,246)
#D2C0F6
(210,192,246)
#D6C7F6
(214,199,246)
#DACEF6
(218,206,246)
#DED5F6
(222,213,246)
#E2DCF6
(226,220,246)
#E6E3F6
(230,227,246)
#EAEAF6
(234,234,246)
#EEF1F6
(238,241,246)
#F2F8F6
(242,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CAB2F6; }

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

This text font color is #CAB2F6.

Background Color

.myBgColor { background-color: #CAB2F6; }

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

This div background color is #CAB2F6.

Border color

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

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

This div border color is #CAB2F6.

Opacity

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

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

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

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

This text has shadow with #CAB2F6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CAB2F6.

Preview

Color preview on black background

This text has color #CAB2F6 on black background.


Color preview on white background

This text has color #CAB2F6 on white background.


Black color preview on #CAB2F6 background

This text has black color on #CAB2F6 background.


White color preview on #CAB2F6 background

This text has white color on #CAB2F6 background.


Related colors

Complementary color

Complementary color for #hex is #354D09.


I love getcolorcode.com

Triadic colors

1 #F6CAB2 and #B2F6CA with #CAB2F6 are triadic colors.

2 #F6B2CA and #B2CAF6 with #CAB2F6 are triadic colors.