COLOR #CACFF6

HEX: #CACFF6 RGB: (202,207,246)

Color info

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

RGB color model

#CACFF6 color RGB value is (202,207,246).

RGB: (202,207,246) (79%, 81%, 96%)

RGB channels and saturation

R 202 of 255 = 79%
G 207 of 255 = 81%
B 246 of 255 = 96%

202
207
246

R + G + B ~ 85%. #CACFF6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 202 + 207 + 246 = 655 (100%)
R 202 of 655 ~ 30.84%
G 207 of 655 ~ 31.6%
B 246 of 655 ~ 37.56'%

%30.84
%31.6
%37.56

CMYK color model

#CACFF6 color CMYK value is (18,16,0,4).

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

CMYK: (18,16,0,4)
C18M16Y0K4 (18%, 16%, 0%, 4%)
(0.18 / 0.16 / 0.00 / 0.04)

CMYK percentages

%17.89
%15.85
%0
%3.53

Codes

Color #CACFF6 in popluar color models

CA CF F6
RGB 202 207 246
HSL 233° 70.97% 87.84%
HSB/HSV 233° 17.89% 96.47%
CMYK 17.89% 15.85% 0.00%
3.53%

Color #CACFF6 in popluar number systems.

HEX CA CF F6
Decimal 202 207 246
Binary 11001010 11001111 11110110
Octal 312 317 366

Shades and tints

Shades of #CACFF6

#CACFF6
(202,207,246)
#B8BDE0
(184,189,224)
#A6ABCA
(166,171,202)
#9499B4
(148,153,180)
#82879E
(130,135,158)
#707588
(112,117,136)
#5E6372
(94,99,114)
#4C515C
(76,81,92)
#3A3F46
(58,63,70)
#282D30
(40,45,48)
#161B1A
(22,27,26)
#000000
(0,0,0)

Tints of #CACFF6

#CACFF6
(202,207,246)
#CED3F6
(206,211,246)
#D2D7F6
(210,215,246)
#D6DBF6
(214,219,246)
#DADFF6
(218,223,246)
#DEE3F6
(222,227,246)
#E2E7F6
(226,231,246)
#E6EBF6
(230,235,246)
#EAEFF6
(234,239,246)
#EEF3F6
(238,243,246)
#F2F7F6
(242,247,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CACFF6; }

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

This text font color is #CACFF6.

Background Color

.myBgColor { background-color: #CACFF6; }

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

This div background color is #CACFF6.

Border color

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

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

This div border color is #CACFF6.

Opacity

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

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

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

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

This text has shadow with #CACFF6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CACFF6.

Preview

Color preview on black background

This text has color #CACFF6 on black background.


Color preview on white background

This text has color #CACFF6 on white background.


Black color preview on #CACFF6 background

This text has black color on #CACFF6 background.


White color preview on #CACFF6 background

This text has white color on #CACFF6 background.


Related colors

Complementary color

Complementary color for #hex is #353009.


I love getcolorcode.com

Triadic colors

1 #F6CACF and #CFF6CA with #CACFF6 are triadic colors.

2 #F6CFCA and #CFCAF6 with #CACFF6 are triadic colors.