COLOR #C4CEF7

HEX: #C4CEF7
RGB: (196,206,247)

Color info

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

RGB color model

#C4CEF7 color RGB value is (196,206,247).

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

RGB channels and saturation

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

196
206
247

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

Portions of RGB colors in percentages

R + G + B =
196 + 206 + 247 = 649 (100%)
R 196 of 649 ~ 30.2%
G 206 of 649 ~ 31.74%
B 247 of 649 ~ 38.06%

%30.2
%31.74
%38.06

CMYK color model

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

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

CMYK percentages

%20.65
%16.6
%0
%3.14

Codes

Color #C4CEF7 in popluar color models

C4CEF7
RGB196206247
HSL228°76.12%86.86%
HSB/HSV228°20.65%96.86%
CMYK20.65%16.60%0.00%
3.14%

Color #C4CEF7 in popluar number systems.

HEXC4CEF7
Decimal196206247
Binary110001001100111011110111
Octal304316367

Shades and tints

Shades of #C4CEF7

#C4CEF7
(196,206,247)
#B3BCE1
(179,188,225)
#A2AACB
(162,170,203)
#9198B5
(145,152,181)
#80869F
(128,134,159)
#6F7489
(111,116,137)
#5E6273
(94,98,115)
#4D505D
(77,80,93)
#3C3E47
(60,62,71)
#2B2C31
(43,44,49)
#1A1A1B
(26,26,27)
#000000
(0,0,0)

Tints of #C4CEF7

#C4CEF7
(196,206,247)
#C9D2F7
(201,210,247)
#CED6F7
(206,214,247)
#D3DAF7
(211,218,247)
#D8DEF7
(216,222,247)
#DDE2F7
(221,226,247)
#E2E6F7
(226,230,247)
#E7EAF7
(231,234,247)
#ECEEF7
(236,238,247)
#F1F2F7
(241,242,247)
#F6F6F7
(246,246,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4CEF7; }

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

This text font color is #C4CEF7.


Background Color

.myBgColor { background-color: #C4CEF7; }

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

This div background color is #C4CEF7.


Border color

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

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

This div border color is #C4CEF7.


Opacity

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

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

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

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

This text has shadow with #C4CEF7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4CEF7 on black background.


Color preview on white background

This text has color #C4CEF7 on white background.



Black color preview on #C4CEF7 background

This text has black color on #C4CEF7 background.


White color preview on #C4CEF7 background

This text has white color on #C4CEF7 background.