COLOR #C4CEF0

HEX: #C4CEF0
RGB: (196,206,240)

Color info

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

RGB color model

#C4CEF0 color RGB value is (196,206,240).

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

RGB channels and saturation

R 196 of 255 = 77%
G 206 of 255 = 81%
B 240 of 255 = 94%

196
206
240

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

Portions of RGB colors in percentages

R + G + B =
196 + 206 + 240 = 642 (100%)
R 196 of 642 ~ 30.53%
G 206 of 642 ~ 32.09%
B 240 of 642 ~ 37.38%

%30.53
%32.09
%37.38

CMYK color model

#C4CEF0 color CMYK value is (18,14,0,6).

  • cyan value is 18.33%
  • magenta value is 14.17%
  • yellow value is 0.00%
  • key color value is 5.88%
CMYK:
(18,14,0,6)
C18M14Y0K6 
(18%,14%,0%,6%)
(0.18/0.14/0.00/0.06)	

CMYK percentages

%18.33
%14.17
%0
%5.88

Codes

Color #C4CEF0 in popluar color models

C4CEF0
RGB196206240
HSL226°59.46%85.49%
HSB/HSV226°18.33%94.12%
CMYK18.33%14.17%0.00%
5.88%

Color #C4CEF0 in popluar number systems.

HEXC4CEF0
Decimal196206240
Binary110001001100111011110000
Octal304316360

Shades and tints

Shades of #C4CEF0

#C4CEF0
(196,206,240)
#B3BCDB
(179,188,219)
#A2AAC6
(162,170,198)
#9198B1
(145,152,177)
#80869C
(128,134,156)
#6F7487
(111,116,135)
#5E6272
(94,98,114)
#4D505D
(77,80,93)
#3C3E48
(60,62,72)
#2B2C33
(43,44,51)
#1A1A1E
(26,26,30)
#000000
(0,0,0)

Tints of #C4CEF0

#C4CEF0
(196,206,240)
#C9D2F1
(201,210,241)
#CED6F2
(206,214,242)
#D3DAF3
(211,218,243)
#D8DEF4
(216,222,244)
#DDE2F5
(221,226,245)
#E2E6F6
(226,230,246)
#E7EAF7
(231,234,247)
#ECEEF8
(236,238,248)
#F1F2F9
(241,242,249)
#F6F6FA
(246,246,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4CEF0; }

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

This text font color is #C4CEF0.


Background Color

.myBgColor { background-color: #C4CEF0; }

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

This div background color is #C4CEF0.


Border color

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

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

This div border color is #C4CEF0.


Opacity

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

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

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

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

This text has shadow with #C4CEF0 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4CEF0 on black background.


Color preview on white background

This text has color #C4CEF0 on white background.



Black color preview on #C4CEF0 background

This text has black color on #C4CEF0 background.


White color preview on #C4CEF0 background

This text has white color on #C4CEF0 background.