COLOR #CABCF6

HEX: #CABCF6 RGB: (202,188,246)

Color info

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

RGB color model

#CABCF6 color RGB value is (202,188,246).

RGB: (202,188,246) (79%, 74%, 96%)

RGB channels and saturation

R 202 of 255 = 79%
G 188 of 255 = 74%
B 246 of 255 = 96%

202
188
246

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

Portions of RGB colors in percentages

R + G + B = 202 + 188 + 246 = 636 (100%)
R 202 of 636 ~ 31.76%
G 188 of 636 ~ 29.56%
B 246 of 636 ~ 38.68'%

%31.76
%29.56
%38.68

CMYK color model

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

  • cyan value is 17.89%
  • magenta value is 23.58%
  • 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.58
%0
%3.53

Codes

Color #CABCF6 in popluar color models

CA BC F6
RGB 202 188 246
HSL 254° 76.32% 85.10%
HSB/HSV 254° 23.58% 96.47%
CMYK 17.89% 23.58% 0.00%
3.53%

Color #CABCF6 in popluar number systems.

HEX CA BC F6
Decimal 202 188 246
Binary 11001010 10111100 11110110
Octal 312 274 366

Shades and tints

Shades of #CABCF6

#CABCF6
(202,188,246)
#B8ABE0
(184,171,224)
#A69ACA
(166,154,202)
#9489B4
(148,137,180)
#82789E
(130,120,158)
#706788
(112,103,136)
#5E5672
(94,86,114)
#4C455C
(76,69,92)
#3A3446
(58,52,70)
#282330
(40,35,48)
#16121A
(22,18,26)
#000000
(0,0,0)

Tints of #CABCF6

#CABCF6
(202,188,246)
#CEC2F6
(206,194,246)
#D2C8F6
(210,200,246)
#D6CEF6
(214,206,246)
#DAD4F6
(218,212,246)
#DEDAF6
(222,218,246)
#E2E0F6
(226,224,246)
#E6E6F6
(230,230,246)
#EAECF6
(234,236,246)
#EEF2F6
(238,242,246)
#F2F8F6
(242,248,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CABCF6; }

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

This text font color is #CABCF6.

Background Color

.myBgColor { background-color: #CABCF6; }

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

This div background color is #CABCF6.

Border color

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

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

This div border color is #CABCF6.

Opacity

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

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

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

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

This text has shadow with #CABCF6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CABCF6.

Preview

Color preview on black background

This text has color #CABCF6 on black background.


Color preview on white background

This text has color #CABCF6 on white background.


Black color preview on #CABCF6 background

This text has black color on #CABCF6 background.


White color preview on #CABCF6 background

This text has white color on #CABCF6 background.


Related colors

Complementary color

Complementary color for #hex is #354309.


I love getcolorcode.com

Triadic colors

1 #F6CABC and #BCF6CA with #CABCF6 are triadic colors.

2 #F6BCCA and #BCCAF6 with #CABCF6 are triadic colors.