COLOR #CABBF6

HEX: #CABBF6 RGB: (202,187,246)

Color info

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

RGB color model

#CABBF6 color RGB value is (202,187,246).

RGB: (202,187,246) (79%, 73%, 96%)

RGB channels and saturation

R 202 of 255 = 79%
G 187 of 255 = 73%
B 246 of 255 = 96%

202
187
246

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

Portions of RGB colors in percentages

R + G + B = 202 + 187 + 246 = 635 (100%)
R 202 of 635 ~ 31.81%
G 187 of 635 ~ 29.45%
B 246 of 635 ~ 38.74'%

%31.81
%29.45
%38.74

CMYK color model

#CABBF6 color CMYK value is (18,24,0,4).

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

CMYK: (18,24,0,4)
C18M24Y0K4 (18%, 24%, 0%, 4%)
(0.18 / 0.24 / 0.00 / 0.04)

CMYK percentages

%17.89
%23.98
%0
%3.53

Codes

Color #CABBF6 in popluar color models

CA BB F6
RGB 202 187 246
HSL 255° 76.62% 84.90%
HSB/HSV 255° 23.98% 96.47%
CMYK 17.89% 23.98% 0.00%
3.53%

Color #CABBF6 in popluar number systems.

HEX CA BB F6
Decimal 202 187 246
Binary 11001010 10111011 11110110
Octal 312 273 366

Shades and tints

Shades of #CABBF6

#CABBF6
(202,187,246)
#B8AAE0
(184,170,224)
#A699CA
(166,153,202)
#9488B4
(148,136,180)
#82779E
(130,119,158)
#706688
(112,102,136)
#5E5572
(94,85,114)
#4C445C
(76,68,92)
#3A3346
(58,51,70)
#282230
(40,34,48)
#16111A
(22,17,26)
#000000
(0,0,0)

Tints of #CABBF6

#CABBF6
(202,187,246)
#CEC1F6
(206,193,246)
#D2C7F6
(210,199,246)
#D6CDF6
(214,205,246)
#DAD3F6
(218,211,246)
#DED9F6
(222,217,246)
#E2DFF6
(226,223,246)
#E6E5F6
(230,229,246)
#EAEBF6
(234,235,246)
#EEF1F6
(238,241,246)
#F2F7F6
(242,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CABBF6; }

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

This text font color is #CABBF6.

Background Color

.myBgColor { background-color: #CABBF6; }

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

This div background color is #CABBF6.

Border color

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

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

This div border color is #CABBF6.

Opacity

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

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

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

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

This text has shadow with #CABBF6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CABBF6.

Preview

Color preview on black background

This text has color #CABBF6 on black background.


Color preview on white background

This text has color #CABBF6 on white background.


Black color preview on #CABBF6 background

This text has black color on #CABBF6 background.


White color preview on #CABBF6 background

This text has white color on #CABBF6 background.


Related colors

Complementary color

Complementary color for #hex is #354409.


I love getcolorcode.com

Triadic colors

1 #F6CABB and #BBF6CA with #CABBF6 are triadic colors.

2 #F6BBCA and #BBCAF6 with #CABBF6 are triadic colors.