COLOR #C4CFEE

HEX: #C4CFEE
RGB: (196,207,238)

Color info

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

RGB color model

#C4CFEE color RGB value is (196,207,238).

  • red value is 196;
  • green value is 207;
  • blue value is 238.
RGB: (196,207,238) (77%,81%,93%)

RGB channels and saturation

R 196 of 255 = 77%
G 207 of 255 = 81%
B 238 of 255 = 93%

196
207
238

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

Portions of RGB colors in percentages

R + G + B =
196 + 207 + 238 = 641 (100%)
R 196 of 641 ~ 30.58%
G 207 of 641 ~ 32.29%
B 238 of 641 ~ 37.13%

%30.58
%32.29
%37.13

CMYK color model

#C4CFEE color CMYK value is (18,13,0,7).

  • cyan value is 17.65%
  • magenta value is 13.03%
  • yellow value is 0.00%
  • key color value is 6.67%
CMYK: (18,13,0,7) C18M13Y0K7 (18%,13%,0%,7%) (0.18/0.13/0.00/0.07)

CMYK percentages

%17.65
%13.03
%0
%6.67

Codes

Color #C4CFEE in popluar color models

C4CFEE
RGB196207238
HSL224°55.26%85.10%
HSB/HSV224°17.65%93.33%
CMYK17.65%13.03%0.00%
6.67%

Color #C4CFEE in popluar number systems.

HEXC4CFEE
Decimal196207238
Binary110001001100111111101110
Octal304317356

Shades and tints

Shades of #C4CFEE

#C4CFEE
(196,207,238)
#B3BDD9
(179,189,217)
#A2ABC4
(162,171,196)
#9199AF
(145,153,175)
#80879A
(128,135,154)
#6F7585
(111,117,133)
#5E6370
(94,99,112)
#4D515B
(77,81,91)
#3C3F46
(60,63,70)
#2B2D31
(43,45,49)
#1A1B1C
(26,27,28)
#000000
(0,0,0)

Tints of #C4CFEE

#C4CFEE
(196,207,238)
#C9D3EF
(201,211,239)
#CED7F0
(206,215,240)
#D3DBF1
(211,219,241)
#D8DFF2
(216,223,242)
#DDE3F3
(221,227,243)
#E2E7F4
(226,231,244)
#E7EBF5
(231,235,245)
#ECEFF6
(236,239,246)
#F1F3F7
(241,243,247)
#F6F7F8
(246,247,248)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4CFEE color. Also use rgb(196,207,238) instead hex code.

Text Font Color

.myTextColor { color: #C4CFEE; }

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

This text font color is #C4CFEE.


Background Color

.myBgColor { background-color: #C4CFEE; }

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

This div background color is #C4CFEE.


Border color

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

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

This div border color is #C4CFEE.


Opacity

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

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

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

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

This text has shadow with #C4CFEE color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #C4CFEE on black background.


Color preview on white background

This text has color #C4CFEE on white background.



Black color preview on #C4CFEE background

This text has black color on #C4CFEE background.


White color preview on #C4CFEE background

This text has white color on #C4CFEE background.