COLOR #C4CEF4

HEX: #C4CEF4
RGB: (196,206,244)

Color info

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

RGB color model

#C4CEF4 color RGB value is (196,206,244).

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

RGB channels and saturation

R 196 of 255 = 77%
G 206 of 255 = 81%
B 244 of 255 = 96%

196
206
244

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

Portions of RGB colors in percentages

R + G + B =
196 + 206 + 244 = 646 (100%)
R 196 of 646 ~ 30.34%
G 206 of 646 ~ 31.89%
B 244 of 646 ~ 37.77%

%30.34
%31.89
%37.77

CMYK color model

#C4CEF4 color CMYK value is (20,16,0,4).

  • cyan value is 19.67%
  • magenta value is 15.57%
  • yellow value is 0.00%
  • key color value is 4.31%
CMYK:
(20,16,0,4)
C20M16Y0K4 
(20%,16%,0%,4%)
(0.20/0.16/0.00/0.04)	

CMYK percentages

%19.67
%15.57
%0
%4.31

Codes

Color #C4CEF4 in popluar color models

C4CEF4
RGB196206244
HSL228°68.57%86.27%
HSB/HSV228°19.67%95.69%
CMYK19.67%15.57%0.00%
4.31%

Color #C4CEF4 in popluar number systems.

HEXC4CEF4
Decimal196206244
Binary110001001100111011110100
Octal304316364

Shades and tints

Shades of #C4CEF4

#C4CEF4
(196,206,244)
#B3BCDE
(179,188,222)
#A2AAC8
(162,170,200)
#9198B2
(145,152,178)
#80869C
(128,134,156)
#6F7486
(111,116,134)
#5E6270
(94,98,112)
#4D505A
(77,80,90)
#3C3E44
(60,62,68)
#2B2C2E
(43,44,46)
#1A1A18
(26,26,24)
#000000
(0,0,0)

Tints of #C4CEF4

#C4CEF4
(196,206,244)
#C9D2F5
(201,210,245)
#CED6F6
(206,214,246)
#D3DAF7
(211,218,247)
#D8DEF8
(216,222,248)
#DDE2F9
(221,226,249)
#E2E6FA
(226,230,250)
#E7EAFB
(231,234,251)
#ECEEFC
(236,238,252)
#F1F2FD
(241,242,253)
#F6F6FE
(246,246,254)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4CEF4; }

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

This text font color is #C4CEF4.


Background Color

.myBgColor { background-color: #C4CEF4; }

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

This div background color is #C4CEF4.


Border color

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

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

This div border color is #C4CEF4.


Opacity

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

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

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

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

This text has shadow with #C4CEF4 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4CEF4 on black background.


Color preview on white background

This text has color #C4CEF4 on white background.



Black color preview on #C4CEF4 background

This text has black color on #C4CEF4 background.


White color preview on #C4CEF4 background

This text has white color on #C4CEF4 background.