COLOR #C4DCF8

HEX: #C4DCF8
RGB: (196,220,248)

Color info

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

RGB color model

#C4DCF8 color RGB value is (196,220,248).

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

RGB channels and saturation

R 196 of 255 = 77%
G 220 of 255 = 86%
B 248 of 255 = 97%

196
220
248

R + G + B ~ 87%. #C4DCF8 is light color.

Portions of RGB colors in percentages

R + G + B =
196 + 220 + 248 = 664 (100%)
R 196 of 664 ~ 29.52%
G 220 of 664 ~ 33.13%
B 248 of 664 ~ 37.35%

%29.52
%33.13
%37.35

CMYK color model

#C4DCF8 color CMYK value is (21,11,0,3).

  • cyan value is 20.97%
  • magenta value is 11.29%
  • yellow value is 0.00%
  • key color value is 2.75%
CMYK: (21,11,0,3) C21M11Y0K3 (21%,11%,0%,3%) (0.21/0.11/0.00/0.03)

CMYK percentages

%20.97
%11.29
%0
%2.75

Codes

Color #C4DCF8 in popluar color models

C4DCF8
RGB196220248
HSL212°78.79%87.06%
HSB/HSV212°20.97%97.25%
CMYK20.97%11.29%0.00%
2.75%

Color #C4DCF8 in popluar number systems.

HEXC4DCF8
Decimal196220248
Binary110001001101110011111000
Octal304334370

Shades and tints

Shades of #C4DCF8

#C4DCF8
(196,220,248)
#B3C8E2
(179,200,226)
#A2B4CC
(162,180,204)
#91A0B6
(145,160,182)
#808CA0
(128,140,160)
#6F788A
(111,120,138)
#5E6474
(94,100,116)
#4D505E
(77,80,94)
#3C3C48
(60,60,72)
#2B2832
(43,40,50)
#1A141C
(26,20,28)
#000000
(0,0,0)

Tints of #C4DCF8

#C4DCF8
(196,220,248)
#C9DFF8
(201,223,248)
#CEE2F8
(206,226,248)
#D3E5F8
(211,229,248)
#D8E8F8
(216,232,248)
#DDEBF8
(221,235,248)
#E2EEF8
(226,238,248)
#E7F1F8
(231,241,248)
#ECF4F8
(236,244,248)
#F1F7F8
(241,247,248)
#F6FAF8
(246,250,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4DCF8; }

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

This text font color is #C4DCF8.


Background Color

.myBgColor { background-color: #C4DCF8; }

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

This div background color is #C4DCF8.


Border color

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

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

This div border color is #C4DCF8.


Opacity

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

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

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

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

This text has shadow with #C4DCF8 color.

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

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

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


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

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

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


Div box shadow color

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

Preview

Color preview on black background

This text has color #C4DCF8 on black background.


Color preview on white background

This text has color #C4DCF8 on white background.



Black color preview on #C4DCF8 background

This text has black color on #C4DCF8 background.


White color preview on #C4DCF8 background

This text has white color on #C4DCF8 background.