COLOR #C4CEF8

HEX: #C4CEF8
RGB: (196,206,248)

Color info

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

RGB color model

#C4CEF8 color RGB value is (196,206,248).

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

RGB channels and saturation

R 196 of 255 = 77%
G 206 of 255 = 81%
B 248 of 255 = 97%

196
206
248

R + G + B ~ 85%. #C4CEF8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 206 + 248 = 650 (100%)
R 196 of 650 ~ 30.15%
G 206 of 650 ~ 31.69%
B 248 of 650 ~ 38.15%

%30.15
%31.69
%38.15

CMYK color model

#C4CEF8 color CMYK value is (21,17,0,3).

  • cyan value is 20.97%
  • magenta value is 16.94%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK:
(21,17,0,3)
C21M17Y0K3 
(21%,17%,0%,3%)
(0.21/0.17/0.00/0.03)	

CMYK percentages

%20.97
%16.94
%0
%2.75

Codes

Color #C4CEF8 in popluar color models

C4CEF8
RGB196206248
HSL228°78.79%87.06%
HSB/HSV228°20.97%97.25%
CMYK20.97%16.94%0.00%
2.75%

Color #C4CEF8 in popluar number systems.

HEXC4CEF8
Decimal196206248
Binary110001001100111011111000
Octal304316370

Shades and tints

Shades of #C4CEF8

#C4CEF8
(196,206,248)
#B3BCE2
(179,188,226)
#A2AACC
(162,170,204)
#9198B6
(145,152,182)
#8086A0
(128,134,160)
#6F748A
(111,116,138)
#5E6274
(94,98,116)
#4D505E
(77,80,94)
#3C3E48
(60,62,72)
#2B2C32
(43,44,50)
#1A1A1C
(26,26,28)
#000000
(0,0,0)

Tints of #C4CEF8

#C4CEF8
(196,206,248)
#C9D2F8
(201,210,248)
#CED6F8
(206,214,248)
#D3DAF8
(211,218,248)
#D8DEF8
(216,222,248)
#DDE2F8
(221,226,248)
#E2E6F8
(226,230,248)
#E7EAF8
(231,234,248)
#ECEEF8
(236,238,248)
#F1F2F8
(241,242,248)
#F6F6F8
(246,246,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4CEF8; }

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

This text font color is #C4CEF8.


Background Color

.myBgColor { background-color: #C4CEF8; }

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

This div background color is #C4CEF8.


Border color

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

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

This div border color is #C4CEF8.


Opacity

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

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

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

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

This text has shadow with #C4CEF8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4CEF8 on black background.


Color preview on white background

This text has color #C4CEF8 on white background.



Black color preview on #C4CEF8 background

This text has black color on #C4CEF8 background.


White color preview on #C4CEF8 background

This text has white color on #C4CEF8 background.