COLOR #C4CCEA

HEX: #C4CCEA RGB: (196,204,234)

Color info

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

RGB color model

#C4CCEA color RGB value is (196,204,234).

RGB: (196,204,234) (77%, 80%, 92%)

RGB channels and saturation

R 196 of 255 = 77%
G 204 of 255 = 80%
B 234 of 255 = 92%

196
204
234

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

Portions of RGB colors in percentages

R + G + B = 196 + 204 + 234 = 634 (100%)
R 196 of 634 ~ 30.91%
G 204 of 634 ~ 32.18%
B 234 of 634 ~ 36.91'%

%30.91
%32.18
%36.91

CMYK color model

#C4CCEA color CMYK value is (16,13,0,8).

  • cyan value is 16.24%
  • magenta value is 12.82%
  • yellow value is 0.00%
  • key color value is 8.24%

CMYK: (16,13,0,8)
C16M13Y0K8 (16%, 13%, 0%, 8%)
(0.16 / 0.13 / 0.00 / 0.08)

CMYK percentages

%16.24
%12.82
%0
%8.24

Codes

Color #C4CCEA in popluar color models

C4 CC EA
RGB 196 204 234
HSL 227° 47.50% 84.31%
HSB/HSV 227° 16.24% 91.76%
CMYK 16.24% 12.82% 0.00%
8.24%

Color #C4CCEA in popluar number systems.

HEX C4 CC EA
Decimal 196 204 234
Binary 11000100 11001100 11101010
Octal 304 314 352

Shades and tints

Shades of #C4CCEA

#C4CCEA
(196,204,234)
#B3BAD5
(179,186,213)
#A2A8C0
(162,168,192)
#9196AB
(145,150,171)
#808496
(128,132,150)
#6F7281
(111,114,129)
#5E606C
(94,96,108)
#4D4E57
(77,78,87)
#3C3C42
(60,60,66)
#2B2A2D
(43,42,45)
#1A1818
(26,24,24)
#000000
(0,0,0)

Tints of #C4CCEA

#C4CCEA
(196,204,234)
#C9D0EB
(201,208,235)
#CED4EC
(206,212,236)
#D3D8ED
(211,216,237)
#D8DCEE
(216,220,238)
#DDE0EF
(221,224,239)
#E2E4F0
(226,228,240)
#E7E8F1
(231,232,241)
#ECECF2
(236,236,242)
#F1F0F3
(241,240,243)
#F6F4F4
(246,244,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4CCEA color. Also use rgb(196,204,234) instead hex code.

Text Font Color

.myTextColor { color: #C4CCEA; }

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

This text font color is #C4CCEA.

Background Color

.myBgColor { background-color: #C4CCEA; }

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

This div background color is #C4CCEA.

Border color

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

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

This div border color is #C4CCEA.

Opacity

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

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

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

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

This text has shadow with #C4CCEA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4CCEA.

Preview

Color preview on black background

This text has color #C4CCEA on black background.


Color preview on white background

This text has color #C4CCEA on white background.


Black color preview on #C4CCEA background

This text has black color on #C4CCEA background.


White color preview on #C4CCEA background

This text has white color on #C4CCEA background.


Related colors

Complementary color

Complementary color for #hex is #3B3315.


I love getcolorcode.com

Triadic colors

1 #EAC4CC and #CCEAC4 with #C4CCEA are triadic colors.

2 #EACCC4 and #CCC4EA with #C4CCEA are triadic colors.