COLOR #C4CAFE

HEX: #C4CAFE RGB: (196,202,254)

Color info

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

RGB color model

#C4CAFE color RGB value is (196,202,254).

RGB: (196,202,254) (77%, 79%, 100%)

RGB channels and saturation

R 196 of 255 = 77%
G 202 of 255 = 79%
B 254 of 255 = 100%

196
202
254

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

Portions of RGB colors in percentages

R + G + B = 196 + 202 + 254 = 652 (100%)
R 196 of 652 ~ 30.06%
G 202 of 652 ~ 30.98%
B 254 of 652 ~ 38.96'%

%30.06
%30.98
%38.96

CMYK color model

#C4CAFE color CMYK value is (23,20,0,0).

  • cyan value is 22.83%
  • magenta value is 20.47%
  • yellow value is 0.00%
  • key color value is 0.39%

CMYK: (23,20,0,0)
C23M20Y0K0 (23%, 20%, 0%, 0%)
(0.23 / 0.20 / 0.00 / 0.00)

CMYK percentages

%22.83
%20.47
%0
%0.39

Codes

Color #C4CAFE in popluar color models

C4 CA FE
RGB 196 202 254
HSL 234° 96.67% 88.24%
HSB/HSV 234° 22.83% 99.61%
CMYK 22.83% 20.47% 0.00%
0.39%

Color #C4CAFE in popluar number systems.

HEX C4 CA FE
Decimal 196 202 254
Binary 11000100 11001010 11111110
Octal 304 312 376

Shades and tints

Shades of #C4CAFE

#C4CAFE
(196,202,254)
#B3B8E7
(179,184,231)
#A2A6D0
(162,166,208)
#9194B9
(145,148,185)
#8082A2
(128,130,162)
#6F708B
(111,112,139)
#5E5E74
(94,94,116)
#4D4C5D
(77,76,93)
#3C3A46
(60,58,70)
#2B282F
(43,40,47)
#1A1618
(26,22,24)
#000000
(0,0,0)

Tints of #C4CAFE

#C4CAFE
(196,202,254)
#C9CEFE
(201,206,254)
#CED2FE
(206,210,254)
#D3D6FE
(211,214,254)
#D8DAFE
(216,218,254)
#DDDEFE
(221,222,254)
#E2E2FE
(226,226,254)
#E7E6FE
(231,230,254)
#ECEAFE
(236,234,254)
#F1EEFE
(241,238,254)
#F6F2FE
(246,242,254)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4CAFE color. Also use rgb(196,202,254) instead hex code.

Text Font Color

.myTextColor { color: #C4CAFE; }

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

This text font color is #C4CAFE.

Background Color

.myBgColor { background-color: #C4CAFE; }

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

This div background color is #C4CAFE.

Border color

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

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

This div border color is #C4CAFE.

Opacity

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

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

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

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

This text has shadow with #C4CAFE color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4CAFE.

Preview

Color preview on black background

This text has color #C4CAFE on black background.


Color preview on white background

This text has color #C4CAFE on white background.


Black color preview on #C4CAFE background

This text has black color on #C4CAFE background.


White color preview on #C4CAFE background

This text has white color on #C4CAFE background.


Related colors

Complementary color

Complementary color for #hex is #3B3501.


I love getcolorcode.com

Triadic colors

1 #FEC4CA and #CAFEC4 with #C4CAFE are triadic colors.

2 #FECAC4 and #CAC4FE with #C4CAFE are triadic colors.