COLOR #C4DDFF

HEX: #C4DDFF RGB: (196,221,255)

Color info

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

RGB color model

#C4DDFF color RGB value is (196,221,255).

RGB: (196,221,255) (77%, 87%, 100%)

RGB channels and saturation

R 196 of 255 = 77%
G 221 of 255 = 87%
B 255 of 255 = 100%

196
221
255

R + G + B ~ 88%. #C4DDFF is light color.

Portions of RGB colors in percentages

R + G + B = 196 + 221 + 255 = 672 (100%)
R 196 of 672 ~ 29.17%
G 221 of 672 ~ 32.89%
B 255 of 672 ~ 37.95'%

%29.17
%32.89
%37.95

CMYK color model

#C4DDFF color CMYK value is (23,13,0,0).

  • cyan value is 23.14%
  • magenta value is 13.33%
  • yellow value is 0.00%
  • key color value is 0.00%

CMYK: (23,13,0,0)
C23M13Y0K0 (23%, 13%, 0%, 0%)
(0.23 / 0.13 / 0.00 / 0.00)

CMYK percentages

%23.14
%13.33
%0
%0

Codes

Color #C4DDFF in popluar color models

C4 DD FF
RGB 196 221 255
HSL 215° 100.00% 88.43%
HSB/HSV 215° 23.14% 100.00%
CMYK 23.14% 13.33% 0.00%
0.00%

Color #C4DDFF in popluar number systems.

HEX C4 DD FF
Decimal 196 221 255
Binary 11000100 11011101 11111111
Octal 304 335 377

Shades and tints

Shades of #C4DDFF

#C4DDFF
(196,221,255)
#B3C9E8
(179,201,232)
#A2B5D1
(162,181,209)
#91A1BA
(145,161,186)
#808DA3
(128,141,163)
#6F798C
(111,121,140)
#5E6575
(94,101,117)
#4D515E
(77,81,94)
#3C3D47
(60,61,71)
#2B2930
(43,41,48)
#1A1519
(26,21,25)
#000000
(0,0,0)

Tints of #C4DDFF

#C4DDFF
(196,221,255)
#C9E0FF
(201,224,255)
#CEE3FF
(206,227,255)
#D3E6FF
(211,230,255)
#D8E9FF
(216,233,255)
#DDECFF
(221,236,255)
#E2EFFF
(226,239,255)
#E7F2FF
(231,242,255)
#ECF5FF
(236,245,255)
#F1F8FF
(241,248,255)
#F6FBFF
(246,251,255)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C4DDFF; }

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

This text font color is #C4DDFF.

Background Color

.myBgColor { background-color: #C4DDFF; }

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

This div background color is #C4DDFF.

Border color

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

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

This div border color is #C4DDFF.

Opacity

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

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

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

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

This text has shadow with #C4DDFF color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4DDFF.

Preview

Color preview on black background

This text has color #C4DDFF on black background.


Color preview on white background

This text has color #C4DDFF on white background.


Black color preview on #C4DDFF background

This text has black color on #C4DDFF background.


White color preview on #C4DDFF background

This text has white color on #C4DDFF background.


Related colors

Complementary color

Complementary color for #hex is #3B2200.


I love getcolorcode.com

Triadic colors

1 #FFC4DD and #DDFFC4 with #C4DDFF are triadic colors.

2 #FFDDC4 and #DDC4FF with #C4DDFF are triadic colors.