COLOR #C4DDFA

HEX: #C4DDFA
RGB: (196,221,250)

Color info

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

RGB color model

#C4DDFA color RGB value is (196,221,250).

  • red value is 196;
  • green value is 221;
  • blue value is 250.
RGB:
(196,221,250)
(77%,87%,98%)

RGB channels and saturation

R 196 of 255 = 77%
G 221 of 255 = 87%
B 250 of 255 = 98%

196
221
250

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

Portions of RGB colors in percentages

R + G + B =
196 + 221 + 250 = 667 (100%)
R 196 of 667 ~ 29.39%
G 221 of 667 ~ 33.13%
B 250 of 667 ~ 37.48%

%29.39
%33.13
%37.48

CMYK color model

#C4DDFA color CMYK value is (22,12,0,2).

  • cyan value is 21.60%
  • magenta value is 11.60%
  • yellow value is 0.00%
  • key color value is 1.96%
CMYK:
(22,12,0,2)
C22M12Y0K2 
(22%,12%,0%,2%)
(0.22/0.12/0.00/0.02)	

CMYK percentages

%21.6
%11.6
%0
%1.96

Codes

Color #C4DDFA in popluar color models

C4DDFA
RGB196221250
HSL212°84.38%87.45%
HSB/HSV212°21.60%98.04%
CMYK21.60%11.60%0.00%
1.96%

Color #C4DDFA in popluar number systems.

HEXC4DDFA
Decimal196221250
Binary110001001101110111111010
Octal304335372

Shades and tints

Shades of #C4DDFA

#C4DDFA
(196,221,250)
#B3C9E4
(179,201,228)
#A2B5CE
(162,181,206)
#91A1B8
(145,161,184)
#808DA2
(128,141,162)
#6F798C
(111,121,140)
#5E6576
(94,101,118)
#4D5160
(77,81,96)
#3C3D4A
(60,61,74)
#2B2934
(43,41,52)
#1A151E
(26,21,30)
#000000
(0,0,0)

Tints of #C4DDFA

#C4DDFA
(196,221,250)
#C9E0FA
(201,224,250)
#CEE3FA
(206,227,250)
#D3E6FA
(211,230,250)
#D8E9FA
(216,233,250)
#DDECFA
(221,236,250)
#E2EFFA
(226,239,250)
#E7F2FA
(231,242,250)
#ECF5FA
(236,245,250)
#F1F8FA
(241,248,250)
#F6FBFA
(246,251,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4DDFA color. Also use rgb(196,221,250) instead hex code.

Text Font Color

.myTextColor { color: #C4DDFA; }

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

This text font color is #C4DDFA.


Background Color

.myBgColor { background-color: #C4DDFA; }

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

This div background color is #C4DDFA.


Border color

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

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

This div border color is #C4DDFA.


Opacity

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

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

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

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

This text has shadow with #C4DDFA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4DDFA on black background.


Color preview on white background

This text has color #C4DDFA on white background.



Black color preview on #C4DDFA background

This text has black color on #C4DDFA background.


White color preview on #C4DDFA background

This text has white color on #C4DDFA background.