COLOR #C4DAF0

HEX: #C4DAF0 RGB: (196,218,240)

Color info

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

RGB color model

#C4DAF0 color RGB value is (196,218,240).

RGB: (196,218,240) (77%, 85%, 94%)

RGB channels and saturation

R 196 of 255 = 77%
G 218 of 255 = 85%
B 240 of 255 = 94%

196
218
240

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

Portions of RGB colors in percentages

R + G + B = 196 + 218 + 240 = 654 (100%)
R 196 of 654 ~ 29.97%
G 218 of 654 ~ 33.33%
B 240 of 654 ~ 36.7'%

%29.97
%33.33
%36.7

CMYK color model

#C4DAF0 color CMYK value is (18,9,0,6).

  • cyan value is 18.33%
  • magenta value is 9.17%
  • yellow value is 0.00%
  • key color value is 5.88%

CMYK: (18,9,0,6)
C18M9Y0K6 (18%, 9%, 0%, 6%)
(0.18 / 0.09 / 0.00 / 0.06)

CMYK percentages

%18.33
%9.17
%0
%5.88

Codes

Color #C4DAF0 in popluar color models

C4 DA F0
RGB 196 218 240
HSL 210° 59.46% 85.49%
HSB/HSV 210° 18.33% 94.12%
CMYK 18.33% 9.17% 0.00%
5.88%

Color #C4DAF0 in popluar number systems.

HEX C4 DA F0
Decimal 196 218 240
Binary 11000100 11011010 11110000
Octal 304 332 360

Shades and tints

Shades of #C4DAF0

#C4DAF0
(196,218,240)
#B3C7DB
(179,199,219)
#A2B4C6
(162,180,198)
#91A1B1
(145,161,177)
#808E9C
(128,142,156)
#6F7B87
(111,123,135)
#5E6872
(94,104,114)
#4D555D
(77,85,93)
#3C4248
(60,66,72)
#2B2F33
(43,47,51)
#1A1C1E
(26,28,30)
#000000
(0,0,0)

Tints of #C4DAF0

#C4DAF0
(196,218,240)
#C9DDF1
(201,221,241)
#CEE0F2
(206,224,242)
#D3E3F3
(211,227,243)
#D8E6F4
(216,230,244)
#DDE9F5
(221,233,245)
#E2ECF6
(226,236,246)
#E7EFF7
(231,239,247)
#ECF2F8
(236,242,248)
#F1F5F9
(241,245,249)
#F6F8FA
(246,248,250)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4DAF0 color. Also use rgb(196,218,240) instead hex code.

Text Font Color

.myTextColor { color: #C4DAF0; }

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

This text font color is #C4DAF0.

Background Color

.myBgColor { background-color: #C4DAF0; }

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

This div background color is #C4DAF0.

Border color

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

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

This div border color is #C4DAF0.

Opacity

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

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

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

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

This text has shadow with #C4DAF0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4DAF0.

Preview

Color preview on black background

This text has color #C4DAF0 on black background.


Color preview on white background

This text has color #C4DAF0 on white background.


Black color preview on #C4DAF0 background

This text has black color on #C4DAF0 background.


White color preview on #C4DAF0 background

This text has white color on #C4DAF0 background.


Related colors

Complementary color

Complementary color for #hex is #3B250F.


I love getcolorcode.com

Triadic colors

1 #F0C4DA and #DAF0C4 with #C4DAF0 are triadic colors.

2 #F0DAC4 and #DAC4F0 with #C4DAF0 are triadic colors.