COLOR #C4CEF1

HEX: #C4CEF1
RGB: (196,206,241)

Color info

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

RGB color model

#C4CEF1 color RGB value is (196,206,241).

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

RGB channels and saturation

R 196 of 255 = 77%
G 206 of 255 = 81%
B 241 of 255 = 95%

196
206
241

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

Portions of RGB colors in percentages

R + G + B =
196 + 206 + 241 = 643 (100%)
R 196 of 643 ~ 30.48%
G 206 of 643 ~ 32.04%
B 241 of 643 ~ 37.48%

%30.48
%32.04
%37.48

CMYK color model

#C4CEF1 color CMYK value is (19,15,0,5).

  • cyan value is 18.67%
  • magenta value is 14.52%
  • yellow value is 0.00%
  • key color value is 5.49%
CMYK:
(19,15,0,5)
C19M15Y0K5 
(19%,15%,0%,5%)
(0.19/0.15/0.00/0.05)	

CMYK percentages

%18.67
%14.52
%0
%5.49

Codes

Color #C4CEF1 in popluar color models

C4CEF1
RGB196206241
HSL227°61.64%85.69%
HSB/HSV227°18.67%94.51%
CMYK18.67%14.52%0.00%
5.49%

Color #C4CEF1 in popluar number systems.

HEXC4CEF1
Decimal196206241
Binary110001001100111011110001
Octal304316361

Shades and tints

Shades of #C4CEF1

#C4CEF1
(196,206,241)
#B3BCDC
(179,188,220)
#A2AAC7
(162,170,199)
#9198B2
(145,152,178)
#80869D
(128,134,157)
#6F7488
(111,116,136)
#5E6273
(94,98,115)
#4D505E
(77,80,94)
#3C3E49
(60,62,73)
#2B2C34
(43,44,52)
#1A1A1F
(26,26,31)
#000000
(0,0,0)

Tints of #C4CEF1

#C4CEF1
(196,206,241)
#C9D2F2
(201,210,242)
#CED6F3
(206,214,243)
#D3DAF4
(211,218,244)
#D8DEF5
(216,222,245)
#DDE2F6
(221,226,246)
#E2E6F7
(226,230,247)
#E7EAF8
(231,234,248)
#ECEEF9
(236,238,249)
#F1F2FA
(241,242,250)
#F6F6FB
(246,246,251)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4CEF1; }

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

This text font color is #C4CEF1.


Background Color

.myBgColor { background-color: #C4CEF1; }

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

This div background color is #C4CEF1.


Border color

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

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

This div border color is #C4CEF1.


Opacity

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

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

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

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

This text has shadow with #C4CEF1 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4CEF1 on black background.


Color preview on white background

This text has color #C4CEF1 on white background.



Black color preview on #C4CEF1 background

This text has black color on #C4CEF1 background.


White color preview on #C4CEF1 background

This text has white color on #C4CEF1 background.