COLOR #C4CAEC

HEX: #C4CAEC RGB: (196,202,236)

Color info

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

RGB color model

#C4CAEC color RGB value is (196,202,236).

RGB: (196,202,236) (77%, 79%, 93%)

RGB channels and saturation

R 196 of 255 = 77%
G 202 of 255 = 79%
B 236 of 255 = 93%

196
202
236

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

Portions of RGB colors in percentages

R + G + B = 196 + 202 + 236 = 634 (100%)
R 196 of 634 ~ 30.91%
G 202 of 634 ~ 31.86%
B 236 of 634 ~ 37.22'%

%30.91
%31.86
%37.22

CMYK color model

#C4CAEC color CMYK value is (17,14,0,7).

  • cyan value is 16.95%
  • magenta value is 14.41%
  • yellow value is 0.00%
  • key color value is 7.45%

CMYK: (17,14,0,7)
C17M14Y0K7 (17%, 14%, 0%, 7%)
(0.17 / 0.14 / 0.00 / 0.07)

CMYK percentages

%16.95
%14.41
%0
%7.45

Codes

Color #C4CAEC in popluar color models

C4 CA EC
RGB 196 202 236
HSL 231° 51.28% 84.71%
HSB/HSV 231° 16.95% 92.55%
CMYK 16.95% 14.41% 0.00%
7.45%

Color #C4CAEC in popluar number systems.

HEX C4 CA EC
Decimal 196 202 236
Binary 11000100 11001010 11101100
Octal 304 312 354

Shades and tints

Shades of #C4CAEC

#C4CAEC
(196,202,236)
#B3B8D7
(179,184,215)
#A2A6C2
(162,166,194)
#9194AD
(145,148,173)
#808298
(128,130,152)
#6F7083
(111,112,131)
#5E5E6E
(94,94,110)
#4D4C59
(77,76,89)
#3C3A44
(60,58,68)
#2B282F
(43,40,47)
#1A161A
(26,22,26)
#000000
(0,0,0)

Tints of #C4CAEC

#C4CAEC
(196,202,236)
#C9CEED
(201,206,237)
#CED2EE
(206,210,238)
#D3D6EF
(211,214,239)
#D8DAF0
(216,218,240)
#DDDEF1
(221,222,241)
#E2E2F2
(226,226,242)
#E7E6F3
(231,230,243)
#ECEAF4
(236,234,244)
#F1EEF5
(241,238,245)
#F6F2F6
(246,242,246)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4CAEC; }

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

This text font color is #C4CAEC.

Background Color

.myBgColor { background-color: #C4CAEC; }

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

This div background color is #C4CAEC.

Border color

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

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

This div border color is #C4CAEC.

Opacity

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

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

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

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

This text has shadow with #C4CAEC color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4CAEC.

Preview

Color preview on black background

This text has color #C4CAEC on black background.


Color preview on white background

This text has color #C4CAEC on white background.


Black color preview on #C4CAEC background

This text has black color on #C4CAEC background.


White color preview on #C4CAEC background

This text has white color on #C4CAEC background.


Related colors

Complementary color

Complementary color for #hex is #3B3513.


I love getcolorcode.com

Triadic colors

1 #ECC4CA and #CAECC4 with #C4CAEC are triadic colors.

2 #ECCAC4 and #CAC4EC with #C4CAEC are triadic colors.