COLOR #C4CAE8

HEX: #C4CAE8 RGB: (196,202,232)

Color info

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

RGB color model

#C4CAE8 color RGB value is (196,202,232).

RGB: (196,202,232) (77%, 79%, 91%)

RGB channels and saturation

R 196 of 255 = 77%
G 202 of 255 = 79%
B 232 of 255 = 91%

196
202
232

R + G + B ~ 82%. #C4CAE8 is quite light color.

Portions of RGB colors in percentages

R + G + B = 196 + 202 + 232 = 630 (100%)
R 196 of 630 ~ 31.11%
G 202 of 630 ~ 32.06%
B 232 of 630 ~ 36.83'%

%31.11
%32.06
%36.83

CMYK color model

#C4CAE8 color CMYK value is (16,13,0,9).

  • cyan value is 15.52%
  • magenta value is 12.93%
  • yellow value is 0.00%
  • key color value is 9.02%

CMYK: (16,13,0,9)
C16M13Y0K9 (16%, 13%, 0%, 9%)
(0.16 / 0.13 / 0.00 / 0.09)

CMYK percentages

%15.52
%12.93
%0
%9.02

Codes

Color #C4CAE8 in popluar color models

C4 CA E8
RGB 196 202 232
HSL 230° 43.90% 83.92%
HSB/HSV 230° 15.52% 90.98%
CMYK 15.52% 12.93% 0.00%
9.02%

Color #C4CAE8 in popluar number systems.

HEX C4 CA E8
Decimal 196 202 232
Binary 11000100 11001010 11101000
Octal 304 312 350

Shades and tints

Shades of #C4CAE8

#C4CAE8
(196,202,232)
#B3B8D3
(179,184,211)
#A2A6BE
(162,166,190)
#9194A9
(145,148,169)
#808294
(128,130,148)
#6F707F
(111,112,127)
#5E5E6A
(94,94,106)
#4D4C55
(77,76,85)
#3C3A40
(60,58,64)
#2B282B
(43,40,43)
#1A1616
(26,22,22)
#000000
(0,0,0)

Tints of #C4CAE8

#C4CAE8
(196,202,232)
#C9CEEA
(201,206,234)
#CED2EC
(206,210,236)
#D3D6EE
(211,214,238)
#D8DAF0
(216,218,240)
#DDDEF2
(221,222,242)
#E2E2F4
(226,226,244)
#E7E6F6
(231,230,246)
#ECEAF8
(236,234,248)
#F1EEFA
(241,238,250)
#F6F2FC
(246,242,252)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4CAE8; }

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

This text font color is #C4CAE8.

Background Color

.myBgColor { background-color: #C4CAE8; }

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

This div background color is #C4CAE8.

Border color

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

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

This div border color is #C4CAE8.

Opacity

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

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

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

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

This text has shadow with #C4CAE8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4CAE8.

Preview

Color preview on black background

This text has color #C4CAE8 on black background.


Color preview on white background

This text has color #C4CAE8 on white background.


Black color preview on #C4CAE8 background

This text has black color on #C4CAE8 background.


White color preview on #C4CAE8 background

This text has white color on #C4CAE8 background.


Related colors

Complementary color

Complementary color for #hex is #3B3517.


I love getcolorcode.com

Triadic colors

1 #E8C4CA and #CAE8C4 with #C4CAE8 are triadic colors.

2 #E8CAC4 and #CAC4E8 with #C4CAE8 are triadic colors.