COLOR #CACCFA

HEX: #CACCFA RGB: (202,204,250)

Color info

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

RGB color model

#CACCFA color RGB value is (202,204,250).

RGB: (202,204,250) (79%, 80%, 98%)

RGB channels and saturation

R 202 of 255 = 79%
G 204 of 255 = 80%
B 250 of 255 = 98%

202
204
250

R + G + B ~ 86%. #CACCFA is light color.

Portions of RGB colors in percentages

R + G + B = 202 + 204 + 250 = 656 (100%)
R 202 of 656 ~ 30.79%
G 204 of 656 ~ 31.1%
B 250 of 656 ~ 38.11'%

%30.79
%31.1
%38.11

CMYK color model

#CACCFA color CMYK value is (19,18,0,2).

  • cyan value is 19.20%
  • magenta value is 18.40%
  • yellow value is 0.00%
  • key color value is 1.96%

CMYK: (19,18,0,2)
C19M18Y0K2 (19%, 18%, 0%, 2%)
(0.19 / 0.18 / 0.00 / 0.02)

CMYK percentages

%19.2
%18.4
%0
%1.96

Codes

Color #CACCFA in popluar color models

CA CC FA
RGB 202 204 250
HSL 238° 82.76% 88.63%
HSB/HSV 238° 19.20% 98.04%
CMYK 19.20% 18.40% 0.00%
1.96%

Color #CACCFA in popluar number systems.

HEX CA CC FA
Decimal 202 204 250
Binary 11001010 11001100 11111010
Octal 312 314 372

Shades and tints

Shades of #CACCFA

#CACCFA
(202,204,250)
#B8BAE4
(184,186,228)
#A6A8CE
(166,168,206)
#9496B8
(148,150,184)
#8284A2
(130,132,162)
#70728C
(112,114,140)
#5E6076
(94,96,118)
#4C4E60
(76,78,96)
#3A3C4A
(58,60,74)
#282A34
(40,42,52)
#16181E
(22,24,30)
#000000
(0,0,0)

Tints of #CACCFA

#CACCFA
(202,204,250)
#CED0FA
(206,208,250)
#D2D4FA
(210,212,250)
#D6D8FA
(214,216,250)
#DADCFA
(218,220,250)
#DEE0FA
(222,224,250)
#E2E4FA
(226,228,250)
#E6E8FA
(230,232,250)
#EAECFA
(234,236,250)
#EEF0FA
(238,240,250)
#F2F4FA
(242,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CACCFA color. Also use rgb(202,204,250) instead hex code.

Text Font Color

.myTextColor { color: #CACCFA; }

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

This text font color is #CACCFA.

Background Color

.myBgColor { background-color: #CACCFA; }

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

This div background color is #CACCFA.

Border color

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

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

This div border color is #CACCFA.

Opacity

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

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

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

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

This text has shadow with #CACCFA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CACCFA.

Preview

Color preview on black background

This text has color #CACCFA on black background.


Color preview on white background

This text has color #CACCFA on white background.


Black color preview on #CACCFA background

This text has black color on #CACCFA background.


White color preview on #CACCFA background

This text has white color on #CACCFA background.


Related colors

Complementary color

Complementary color for #hex is #353305.


I love getcolorcode.com

Triadic colors

1 #FACACC and #CCFACA with #CACCFA are triadic colors.

2 #FACCCA and #CCCAFA with #CACCFA are triadic colors.