COLOR #C4CCEE

HEX: #C4CCEE
RGB: (196,204,238)

Color info

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

RGB color model

#C4CCEE color RGB value is (196,204,238).

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

RGB channels and saturation

R 196 of 255 = 77%
G 204 of 255 = 80%
B 238 of 255 = 93%

196
204
238

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

Portions of RGB colors in percentages

R + G + B =
196 + 204 + 238 = 638 (100%)
R 196 of 638 ~ 30.72%
G 204 of 638 ~ 31.97%
B 238 of 638 ~ 37.3%

%30.72
%31.97
%37.3

CMYK color model

#C4CCEE color CMYK value is (18,14,0,7).

  • cyan value is 17.65%
  • magenta value is 14.29%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK:
(18,14,0,7)
C18M14Y0K7 
(18%,14%,0%,7%)
(0.18/0.14/0.00/0.07)	

CMYK percentages

%17.65
%14.29
%0
%6.67

Codes

Color #C4CCEE in popluar color models

C4CCEE
RGB196204238
HSL229°55.26%85.10%
HSB/HSV229°17.65%93.33%
CMYK17.65%14.29%0.00%
6.67%

Color #C4CCEE in popluar number systems.

HEXC4CCEE
Decimal196204238
Binary110001001100110011101110
Octal304314356

Shades and tints

Shades of #C4CCEE

#C4CCEE
(196,204,238)
#B3BAD9
(179,186,217)
#A2A8C4
(162,168,196)
#9196AF
(145,150,175)
#80849A
(128,132,154)
#6F7285
(111,114,133)
#5E6070
(94,96,112)
#4D4E5B
(77,78,91)
#3C3C46
(60,60,70)
#2B2A31
(43,42,49)
#1A181C
(26,24,28)
#000000
(0,0,0)

Tints of #C4CCEE

#C4CCEE
(196,204,238)
#C9D0EF
(201,208,239)
#CED4F0
(206,212,240)
#D3D8F1
(211,216,241)
#D8DCF2
(216,220,242)
#DDE0F3
(221,224,243)
#E2E4F4
(226,228,244)
#E7E8F5
(231,232,245)
#ECECF6
(236,236,246)
#F1F0F7
(241,240,247)
#F6F4F8
(246,244,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4CCEE; }

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

This text font color is #C4CCEE.


Background Color

.myBgColor { background-color: #C4CCEE; }

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

This div background color is #C4CCEE.


Border color

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

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

This div border color is #C4CCEE.


Opacity

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

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

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

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

This text has shadow with #C4CCEE color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4CCEE on black background.


Color preview on white background

This text has color #C4CCEE on white background.



Black color preview on #C4CCEE background

This text has black color on #C4CCEE background.


White color preview on #C4CCEE background

This text has white color on #C4CCEE background.