COLOR #C4CCF0

HEX: #C4CCF0
RGB: (196,204,240)

Color info

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

RGB color model

#C4CCF0 color RGB value is (196,204,240).

  • red value is 196;
  • green value is 204;
  • blue value is 240.
RGB:
(196,204,240)
(77%,80%,94%)

RGB channels and saturation

R 196 of 255 = 77%
G 204 of 255 = 80%
B 240 of 255 = 94%

196
204
240

R + G + B ~ 84%. #C4CCF0 is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 204 + 240 = 640 (100%)
R 196 of 640 ~ 30.63%
G 204 of 640 ~ 31.88%
B 240 of 640 ~ 37.5%

%30.63
%31.88
%37.5

CMYK color model

#C4CCF0 color CMYK value is (18,15,0,6).

  • cyan value is 18.33%
  • magenta value is 15.00%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(18,15,0,6)
C18M15Y0K6 
(18%,15%,0%,6%)
(0.18/0.15/0.00/0.06)	

CMYK percentages

%18.33
%15
%0
%5.88

Codes

Color #C4CCF0 in popluar color models

C4CCF0
RGB196204240
HSL229°59.46%85.49%
HSB/HSV229°18.33%94.12%
CMYK18.33%15.00%0.00%
5.88%

Color #C4CCF0 in popluar number systems.

HEXC4CCF0
Decimal196204240
Binary110001001100110011110000
Octal304314360

Shades and tints

Shades of #C4CCF0

#C4CCF0
(196,204,240)
#B3BADB
(179,186,219)
#A2A8C6
(162,168,198)
#9196B1
(145,150,177)
#80849C
(128,132,156)
#6F7287
(111,114,135)
#5E6072
(94,96,114)
#4D4E5D
(77,78,93)
#3C3C48
(60,60,72)
#2B2A33
(43,42,51)
#1A181E
(26,24,30)
#000000
(0,0,0)

Tints of #C4CCF0

#C4CCF0
(196,204,240)
#C9D0F1
(201,208,241)
#CED4F2
(206,212,242)
#D3D8F3
(211,216,243)
#D8DCF4
(216,220,244)
#DDE0F5
(221,224,245)
#E2E4F6
(226,228,246)
#E7E8F7
(231,232,247)
#ECECF8
(236,236,248)
#F1F0F9
(241,240,249)
#F6F4FA
(246,244,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4CCF0; }

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

This text font color is #C4CCF0.


Background Color

.myBgColor { background-color: #C4CCF0; }

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

This div background color is #C4CCF0.


Border color

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

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

This div border color is #C4CCF0.


Opacity

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

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

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

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

This text has shadow with #C4CCF0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4CCF0 on black background.


Color preview on white background

This text has color #C4CCF0 on white background.



Black color preview on #C4CCF0 background

This text has black color on #C4CCF0 background.


White color preview on #C4CCF0 background

This text has white color on #C4CCF0 background.